4require_once
'Modules/Test/classes/class.ilObjAssessmentFolder.php';
5require_once
'Modules/TestQuestionPool/classes/class.ilAssQuestionProcessLocker.php';
6require_once
'Modules/TestQuestionPool/classes/class.ilAssQuestionProcessLockerNone.php';
7require_once
'Modules/TestQuestionPool/classes/class.ilAssQuestionProcessLockerFile.php';
8require_once
'Modules/TestQuestionPool/classes/class.ilAssQuestionProcessLockerDb.php';
52 $this->questionId =
null;
54 $this->assessmentLogEnabled =
false;
123 require_once
'Modules/TestQuestionPool/classes/class.ilAssQuestionProcessLockFileStorage.php';
An exception for terminatinating execution or to throw for unit testing.
__construct(ilSetting $settings, ilDBInterface $db)
getLockModeSettingValue()
setQuestionId($questionId)
setAssessmentLogEnabled($assessmentLogEnabled)
const ASS_PROC_LOCK_MODE_FILE
const ASS_PROC_LOCK_MODE_NONE
const ASS_PROC_LOCK_MODE_DB
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...