ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Stores random-generated parts of questions in order to present the user with a fixed question during a test attempt. More...
Public Member Functions | |
__construct (protected ilDBInterface $db) | |
getFor (int $question_id, int $active_id, int $pass) | |
store (int $question_id, int $active_id, int $pass, array $values) | |
Data Fields | |
const | TABLE_NAME = 'tst_qst_var_presented' |
Stores random-generated parts of questions in order to present the user with a fixed question during a test attempt.
Definition at line 25 of file PassPresentedVariablesRepo.php.
PassPresentedVariablesRepo::__construct | ( | protected ilDBInterface | $db | ) |
Definition at line 29 of file PassPresentedVariablesRepo.php.
PassPresentedVariablesRepo::getFor | ( | int | $question_id, |
int | $active_id, | ||
int | $pass | ||
) |
Definition at line 34 of file PassPresentedVariablesRepo.php.
References null.
PassPresentedVariablesRepo::store | ( | int | $question_id, |
int | $active_id, | ||
int | $pass, | ||
array | $values | ||
) |
Definition at line 61 of file PassPresentedVariablesRepo.php.
const PassPresentedVariablesRepo::TABLE_NAME = 'tst_qst_var_presented' |
Definition at line 27 of file PassPresentedVariablesRepo.php.
Referenced by ilAssQuestionProcessLockerDb\getTablesUsedDuringSolutionUpdate(), and ilObjTest\removeTestResultsByActiveIds().