ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 (ilObjTest $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... | |
reindexQuestionOrdering () | |
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 () | |
Public Member Functions inherited from ilTestQuestionSetConfig | |
__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) | |
isResultTaxonomyFilterSupported () | |
Additional Inherited Members | |
Protected Attributes inherited from ilTestQuestionSetConfig | |
$tree = null | |
$db = null | |
$pluginAdmin = null | |
$testOBJ = null | |
Definition at line 14 of file class.ilTestFixedQuestionSetConfig.php.
ilTestFixedQuestionSetConfig::cloneQuestionSetRelatedData | ( | ilObjTest | $cloneTestOBJ | ) |
removes all question set config related data for cloned/copied test
ilObjTest | $cloneTestOBJ |
Definition at line 76 of file class.ilTestFixedQuestionSetConfig.php.
References $ilLog, $key, ilCopyWizardOptions\_getInstance(), assQuestion\_getOriginalId(), assQuestion\_instanciateQuestion(), ilObject\getId(), ilObject\getRefId(), and ilObjTest\getTmpCopyWizardCopyId().
ilTestFixedQuestionSetConfig::cloneToDbForTestId | ( | $testId | ) |
saves the question set config for test with given id to the database
$testId |
Definition at line 151 of file class.ilTestFixedQuestionSetConfig.php.
ilTestFixedQuestionSetConfig::deleteFromDb | ( | ) |
deletes the question set config for current test from the database
Definition at line 159 of file class.ilTestFixedQuestionSetConfig.php.
ilTestFixedQuestionSetConfig::doesQuestionSetRelatedDataExist | ( | ) |
returns the fact wether a useable question set config exists or not
Definition at line 35 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 164 of file class.ilTestFixedQuestionSetConfig.php.
ilTestFixedQuestionSetConfig::loadFromDb | ( | ) |
loads the question set config for current test from the database
Definition at line 106 of file class.ilTestFixedQuestionSetConfig.php.
ilTestFixedQuestionSetConfig::reindexQuestionOrdering | ( | ) |
ilTestFixedQuestionSetConfig::removeQuestionSetRelatedData | ( | ) |
removes all question set config related data
Definition at line 43 of file class.ilTestFixedQuestionSetConfig.php.
References $res, $row, and array.
ilTestFixedQuestionSetConfig::resetQuestionSetRelatedTestSettings | ( | ) |
Definition at line 66 of file class.ilTestFixedQuestionSetConfig.php.
ilTestFixedQuestionSetConfig::saveToDb | ( | ) |
saves the question set config for current test to the database
Definition at line 114 of file class.ilTestFixedQuestionSetConfig.php.