|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Stores random-generated parts of questions in order to present the user with a fixed question during a test attempt. More...
Collaboration diagram for PassPresentedVariablesRepo: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.
| 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().