ILIAS
Release_5_0_x_branch Revision 61816
|
Public Member Functions | |
__construct (ilTree $tree, ilDB $db, ilPluginAdmin $pluginAdmin, ilObjTest $testOBJ) | |
constructor | |
getQuestionSetConfig () | |
creates and returns an instance of a test question set config that corresponds to the test's current question set type (test mode) | |
getQuestionSetConfigByType ($questionSetType) | |
creates and returns an instance of a test question set config that corresponds to the passed question set type (test mode) |
Private Attributes | |
$testQuestionSetConfig = null | |
$tree = null | |
$db = null | |
$pluginAdmin = null | |
$testOBJ = null |
Definition at line 12 of file class.ilTestQuestionSetConfigFactory.php.
ilTestQuestionSetConfigFactory::__construct | ( | ilTree | $tree, |
ilDB | $db, | ||
ilPluginAdmin | $pluginAdmin, | ||
ilObjTest | $testOBJ | ||
) |
constructor
ilObjTest | $testOBJ |
Definition at line 54 of file class.ilTestQuestionSetConfigFactory.php.
References $db, $pluginAdmin, $testOBJ, and $tree.
ilTestQuestionSetConfigFactory::getQuestionSetConfig | ( | ) |
creates and returns an instance of a test question set config that corresponds to the test's current question set type (test mode)
Definition at line 68 of file class.ilTestQuestionSetConfigFactory.php.
References getQuestionSetConfigByType().
ilTestQuestionSetConfigFactory::getQuestionSetConfigByType | ( | $questionSetType | ) |
creates and returns an instance of a test question set config that corresponds to the passed question set type (test mode)
Definition at line 79 of file class.ilTestQuestionSetConfigFactory.php.
References $testQuestionSetConfig, ilObjTest\QUESTION_SET_TYPE_DYNAMIC, ilObjTest\QUESTION_SET_TYPE_FIXED, and ilObjTest\QUESTION_SET_TYPE_RANDOM.
Referenced by getQuestionSetConfig().
|
private |
Definition at line 33 of file class.ilTestQuestionSetConfigFactory.php.
Referenced by __construct().
|
private |
Definition at line 40 of file class.ilTestQuestionSetConfigFactory.php.
Referenced by __construct().
|
private |
Definition at line 47 of file class.ilTestQuestionSetConfigFactory.php.
Referenced by __construct().
|
private |
Definition at line 19 of file class.ilTestQuestionSetConfigFactory.php.
Referenced by getQuestionSetConfigByType().
|
private |
Definition at line 26 of file class.ilTestQuestionSetConfigFactory.php.
Referenced by __construct().