|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Inheritance diagram for ilTestFixedQuestionSetConfig:
Collaboration diagram for ilTestFixedQuestionSetConfig: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 () | |
| 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... | |
| 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 |
Reimplemented from ilTestQuestionSetConfig.
Definition at line 76 of file class.ilTestFixedQuestionSetConfig.php.
References $ilLog, ilCopyWizardOptions\_getInstance(), assQuestion\_getOriginalId(), assQuestion\_instanciateQuestion(), ilObject\getId(), ilObject\getRefId(), and ilObjTest\getTmpCopyWizardCopyId().
Here is the call graph for this function:| ilTestFixedQuestionSetConfig::cloneToDbForTestId | ( | $testId | ) |
saves the question set config for test with given id to the database
| $testId |
Reimplemented from ilTestQuestionSetConfig.
Definition at line 150 of file class.ilTestFixedQuestionSetConfig.php.
| ilTestFixedQuestionSetConfig::deleteFromDb | ( | ) |
deletes the question set config for current test from the database
Reimplemented from ilTestQuestionSetConfig.
Definition at line 158 of file class.ilTestFixedQuestionSetConfig.php.
| ilTestFixedQuestionSetConfig::doesQuestionSetRelatedDataExist | ( | ) |
returns the fact wether a useable question set config exists or not
Reimplemented from ilTestQuestionSetConfig.
Definition at line 36 of file class.ilTestFixedQuestionSetConfig.php.
References isQuestionSetConfigured().
Here is the call graph for this function:| ilTestFixedQuestionSetConfig::isQuestionSetConfigured | ( | ) |
returns the fact wether a useable question set config exists or not
Reimplemented from ilTestQuestionSetConfig.
Definition at line 21 of file class.ilTestFixedQuestionSetConfig.php.
Referenced by doesQuestionSetRelatedDataExist().
Here is the caller graph for this function:| ilTestFixedQuestionSetConfig::isResultTaxonomyFilterSupported | ( | ) |
Reimplemented from ilTestQuestionSetConfig.
Definition at line 163 of file class.ilTestFixedQuestionSetConfig.php.
| ilTestFixedQuestionSetConfig::loadFromDb | ( | ) |
loads the question set config for current test from the database
Reimplemented from ilTestQuestionSetConfig.
Definition at line 107 of file class.ilTestFixedQuestionSetConfig.php.
| ilTestFixedQuestionSetConfig::reindexQuestionOrdering | ( | ) |
Definition at line 120 of file class.ilTestFixedQuestionSetConfig.php.
| ilTestFixedQuestionSetConfig::removeQuestionSetRelatedData | ( | ) |
removes all question set config related data
Reimplemented from ilTestQuestionSetConfig.
Definition at line 44 of file class.ilTestFixedQuestionSetConfig.php.
| ilTestFixedQuestionSetConfig::resetQuestionSetRelatedTestSettings | ( | ) |
resets all test settings that depends on a non changed question set config
Reimplemented from ilTestQuestionSetConfig.
Definition at line 66 of file class.ilTestFixedQuestionSetConfig.php.
| ilTestFixedQuestionSetConfig::saveToDb | ( | ) |
saves the question set config for current test to the database
Reimplemented from ilTestQuestionSetConfig.
Definition at line 115 of file class.ilTestFixedQuestionSetConfig.php.