|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ilTestSequenceFactory: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().
Here is the caller graph for this function:| 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().
Referenced by ilTestPlayerAbstractGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 31 of file class.ilTestSequenceFactory.php.