ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Public Member Functions | |
isQuestionSetConfigured () | |
returns the fact wether a useable question set config exists or not More... | |
doesQuestionSetRelatedDataExist () | |
returns the fact wether a useable question set config exists or not More... | |
removeQuestionSetRelatedData () | |
removes all question set config related data More... | |
resetQuestionSetRelatedTestSettings () | |
cloneQuestionSetRelatedData ($cloneTestOBJ) | |
removes all question set config related data for cloned/copied test More... | |
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... | |
isResultTaxonomyFilterSupported () | |
![]() | |
__construct (ilTree $tree, ilDB $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 ($cloneTestOBJ) | |
removes all question set config related data for cloned/copied test More... | |
getQuestionPoolPathString ($poolId) | |
isResultTaxonomyFilterSupported () | |
Additional Inherited Members | |
![]() | |
$tree = null | |
$db = null | |
$pluginAdmin = null | |
$testOBJ = null | |
Definition at line 14 of file class.ilTestFixedQuestionSetConfig.php.
ilTestFixedQuestionSetConfig::cloneQuestionSetRelatedData | ( | $cloneTestOBJ | ) |
removes all question set config related data for cloned/copied test
ilObjTest | $cloneTestOBJ |
Definition at line 78 of file class.ilTestFixedQuestionSetConfig.php.
References $ilLog, ilCopyWizardOptions\_getInstance(), assQuestion\_getOriginalId(), and assQuestion\_instanciateQuestion().
ilTestFixedQuestionSetConfig::cloneToDbForTestId | ( | $testId | ) |
saves the question set config for test with given id to the database
$testId |
Definition at line 127 of file class.ilTestFixedQuestionSetConfig.php.
ilTestFixedQuestionSetConfig::deleteFromDb | ( | ) |
deletes the question set config for current test from the database
Definition at line 135 of file class.ilTestFixedQuestionSetConfig.php.
ilTestFixedQuestionSetConfig::doesQuestionSetRelatedDataExist | ( | ) |
returns the fact wether a useable question set config exists or not
Definition at line 36 of file class.ilTestFixedQuestionSetConfig.php.
References isQuestionSetConfigured().
ilTestFixedQuestionSetConfig::isQuestionSetConfigured | ( | ) |
returns the fact wether a useable question set config exists or not
Definition at line 21 of file class.ilTestFixedQuestionSetConfig.php.
Referenced by doesQuestionSetRelatedDataExist().
ilTestFixedQuestionSetConfig::isResultTaxonomyFilterSupported | ( | ) |
Definition at line 140 of file class.ilTestFixedQuestionSetConfig.php.
ilTestFixedQuestionSetConfig::loadFromDb | ( | ) |
loads the question set config for current test from the database
Definition at line 109 of file class.ilTestFixedQuestionSetConfig.php.
ilTestFixedQuestionSetConfig::removeQuestionSetRelatedData | ( | ) |
removes all question set config related data
Definition at line 44 of file class.ilTestFixedQuestionSetConfig.php.
ilTestFixedQuestionSetConfig::resetQuestionSetRelatedTestSettings | ( | ) |
Definition at line 68 of file class.ilTestFixedQuestionSetConfig.php.
ilTestFixedQuestionSetConfig::saveToDb | ( | ) |
saves the question set config for current test to the database
Definition at line 117 of file class.ilTestFixedQuestionSetConfig.php.