ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Public Member Functions | |
__construct (private ilObjTest $test_obj, private ilDBInterface $db, private GeneralQuestionPropertiesRepository $questionrepository) | |
getSequenceByTestSession ($testSession) | |
creates and returns an instance of a test sequence that corresponds to the current test mode and the pass stored in test session More... | |
getSequenceByActiveIdAndPass ($activeId, $pass) | |
creates and returns an instance of a test sequence that corresponds to the current test mode and given active/pass More... | |
Private Attributes | |
array | $test_sequences = [] |
Definition at line 28 of file class.ilTestSequenceFactory.php.
ilTestSequenceFactory::__construct | ( | private ilObjTest | $test_obj, |
private ilDBInterface | $db, | ||
private GeneralQuestionPropertiesRepository | $questionrepository | ||
) |
Definition at line 33 of file class.ilTestSequenceFactory.php.
ilTestSequenceFactory::getSequenceByActiveIdAndPass | ( | $activeId, | |
$pass | |||
) |
creates and returns an instance of a test sequence that corresponds to the current test mode and given active/pass
integer | $activeId | |
integer | $pass |
Definition at line 60 of file class.ilTestSequenceFactory.php.
Referenced by getSequenceByTestSession().
ilTestSequenceFactory::getSequenceByTestSession | ( | $testSession | ) |
creates and returns an instance of a test sequence that corresponds to the current test mode and the pass stored in test session
ilTestSession | $testSession |
Definition at line 47 of file class.ilTestSequenceFactory.php.
References getSequenceByActiveIdAndPass().
|
private |
Definition at line 31 of file class.ilTestSequenceFactory.php.