|
ILIAS
Release_4_4_x_branch Revision 61816
|
Inheritance diagram for ilTestFixedQuestionSetConfig:
Collaboration diagram for ilTestFixedQuestionSetConfig:Public Member Functions | |
| isQuestionSetConfigured () | |
| returns the fact wether a useable question set config exists or not | |
| doesQuestionSetRelatedDataExist () | |
| returns the fact wether a useable question set config exists or not | |
| removeQuestionSetRelatedData () | |
| removes all question set config related data | |
| cloneQuestionSetRelatedData ($cloneTestOBJ) | |
| removes all question set config related data for cloned/copied test | |
| loadFromDb () | |
| loads the question set config for current test from the database | |
| saveToDb () | |
| saves the question set config for current test to the database | |
| cloneToDbForTestId ($testId) | |
| saves the question set config for test with given id to the database | |
| deleteFromDb () | |
| deletes the question set config for current test from the database | |
Public Member Functions inherited from ilTestQuestionSetConfig | |
| __construct (ilTree $tree, ilDB $db, ilPluginAdmin $pluginAdmin, ilObjTest $testOBJ) | |
| areDepenciesInVulnerableState () | |
| getDepenciesInVulnerableStateMessage (ilLanguage $lng) | |
| areDepenciesBroken () | |
| getDepenciesBrokenMessage (ilLanguage $lng) | |
| isValidRequestOnBrokenQuestionSetDepencies ($nextClass, $cmd) | |
| getHiddenTabsOnBrokenDepencies () | |
| getQuestionPoolPathString ($poolId) | |
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 | ( | $cloneTestOBJ | ) |
removes all question set config related data for cloned/copied test
| ilObjTest | $cloneTestOBJ |
Reimplemented from ilTestQuestionSetConfig.
Definition at line 73 of file class.ilTestFixedQuestionSetConfig.php.
References $ilLog, ilCopyWizardOptions\_getInstance(), assQuestion\_getOriginalId(), and assQuestion\_instanciateQuestion().
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 122 of file class.ilTestFixedQuestionSetConfig.php.
| ilTestFixedQuestionSetConfig::deleteFromDb | ( | ) |
deletes the question set config for current test from the database
Reimplemented from ilTestQuestionSetConfig.
Definition at line 130 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::loadFromDb | ( | ) |
loads the question set config for current test from the database
Reimplemented from ilTestQuestionSetConfig.
Definition at line 104 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::saveToDb | ( | ) |
saves the question set config for current test to the database
Reimplemented from ilTestQuestionSetConfig.
Definition at line 112 of file class.ilTestFixedQuestionSetConfig.php.