ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct (ilTree $tree, ilDBInterface $db, ilPluginAdmin $pluginAdmin, ilObjTest $testOBJ) | |
loadFromDb () | |
loads the question set config for current test from the database More... | |
saveToDb () | |
saves the question set config for current test to the database More... | |
cloneToDbForTestId ($testId) | |
saves the question set config for test with given id to the database More... | |
deleteFromDb () | |
deletes the question set config for current test from the database More... | |
areDepenciesInVulnerableState () | |
getDepenciesInVulnerableStateMessage (ilLanguage $lng) | |
areDepenciesBroken () | |
getDepenciesBrokenMessage (ilLanguage $lng) | |
isValidRequestOnBrokenQuestionSetDepencies ($nextClass, $cmd) | |
getHiddenTabsOnBrokenDepencies () | |
isQuestionSetConfigured () | |
doesQuestionSetRelatedDataExist () | |
checks wether question set config related data exists or not More... | |
removeQuestionSetRelatedData () | |
removes all question set config related data More... | |
resetQuestionSetRelatedTestSettings () | |
resets all test settings that depends on a non changed question set config More... | |
cloneQuestionSetRelatedData (ilObjTest $cloneTestOBJ) | |
removes all question set config related data for cloned/copied test More... | |
getQuestionPoolPathString ($poolId) | |
getFirstQuestionPoolRefIdByObjId (int $pool_obj_id) | |
isResultTaxonomyFilterSupported () | |
Protected Attributes | |
$tree = null | |
$db = null | |
$pluginAdmin = null | |
$testOBJ = null | |
Definition at line 12 of file class.ilTestQuestionSetConfig.php.
ilTestQuestionSetConfig::__construct | ( | ilTree | $tree, |
ilDBInterface | $db, | ||
ilPluginAdmin | $pluginAdmin, | ||
ilObjTest | $testOBJ | ||
) |
ilTree | $tree | |
ilDBInterface | $db | |
ilPluginAdmin | $pluginAdmin | |
ilObjTest | $testOBJ |
Definition at line 48 of file class.ilTestQuestionSetConfig.php.
References $db, $pluginAdmin, $testOBJ, $tree, cloneToDbForTestId(), deleteFromDb(), loadFromDb(), and saveToDb().
ilTestQuestionSetConfig::areDepenciesBroken | ( | ) |
Definition at line 88 of file class.ilTestQuestionSetConfig.php.
ilTestQuestionSetConfig::areDepenciesInVulnerableState | ( | ) |
Definition at line 78 of file class.ilTestQuestionSetConfig.php.
|
abstract |
removes all question set config related data for cloned/copied test
ilObjTest | $cloneTestOBJ |
Referenced by getHiddenTabsOnBrokenDepencies().
|
abstract |
saves the question set config for test with given id to the database
$testId |
Referenced by __construct().
|
abstract |
deletes the question set config for current test from the database
Referenced by __construct().
|
abstract |
checks wether question set config related data exists or not
Referenced by getHiddenTabsOnBrokenDepencies().
ilTestQuestionSetConfig::getDepenciesBrokenMessage | ( | ilLanguage | $lng | ) |
Definition at line 93 of file class.ilTestQuestionSetConfig.php.
ilTestQuestionSetConfig::getDepenciesInVulnerableStateMessage | ( | ilLanguage | $lng | ) |
Definition at line 83 of file class.ilTestQuestionSetConfig.php.
ilTestQuestionSetConfig::getFirstQuestionPoolRefIdByObjId | ( | int | $pool_obj_id | ) |
Definition at line 145 of file class.ilTestQuestionSetConfig.php.
References ilObject\_getAllReferences(), and isResultTaxonomyFilterSupported().
ilTestQuestionSetConfig::getHiddenTabsOnBrokenDepencies | ( | ) |
Definition at line 103 of file class.ilTestQuestionSetConfig.php.
References cloneQuestionSetRelatedData(), doesQuestionSetRelatedDataExist(), isQuestionSetConfigured(), removeQuestionSetRelatedData(), and resetQuestionSetRelatedTestSettings().
ilTestQuestionSetConfig::getQuestionPoolPathString | ( | $poolId | ) |
integer | $poolId |
Definition at line 136 of file class.ilTestQuestionSetConfig.php.
References $path, and ilObject\_getAllReferences().
Referenced by ilObjTestDynamicQuestionSetConfig\getSourceQuestionPoolSummaryString().
|
abstract |
Referenced by getHiddenTabsOnBrokenDepencies(), and ilObjTest\isComplete().
|
abstract |
ilTestQuestionSetConfig::isValidRequestOnBrokenQuestionSetDepencies | ( | $nextClass, | |
$cmd | |||
) |
Definition at line 98 of file class.ilTestQuestionSetConfig.php.
|
abstract |
loads the question set config for current test from the database
Referenced by __construct().
|
abstract |
removes all question set config related data
Referenced by getHiddenTabsOnBrokenDepencies().
|
abstract |
resets all test settings that depends on a non changed question set config
Referenced by getHiddenTabsOnBrokenDepencies().
|
abstract |
saves the question set config for current test to the database
Referenced by __construct().
|
protected |
Definition at line 26 of file class.ilTestQuestionSetConfig.php.
Referenced by __construct().
|
protected |
Definition at line 33 of file class.ilTestQuestionSetConfig.php.
Referenced by __construct().
|
protected |
Definition at line 40 of file class.ilTestQuestionSetConfig.php.
Referenced by __construct().
|
protected |
Definition at line 19 of file class.ilTestQuestionSetConfig.php.
Referenced by __construct().