138 $nodePath = $this->tree->getNodePath(
142 $questionPoolPathString =
'';
145 $j = count($nodePath) - 2;
147 foreach($nodePath as $node)
151 $questionPoolPathString .=
' > ';
154 $questionPoolPathString .= $node[
'title'];
164 return $questionPoolPathString;
getDepenciesInVulnerableStateMessage(ilLanguage $lng)
isValidRequestOnBrokenQuestionSetDepencies($nextClass, $cmd)
getHiddenTabsOnBrokenDepencies()
removeQuestionSetRelatedData()
removes all question set config related data
__construct(ilTree $tree, ilDB $db, ilPluginAdmin $pluginAdmin, ilObjTest $testOBJ)
getQuestionPoolPathString($poolId)
static _getAllReferences($a_id)
get all reference ids of object
doesQuestionSetRelatedDataExist()
checks wether question set config related data exists or not
Administration class for plugins.
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
Tree class data representation in hierachical trees using the Nested Set Model with Gaps by Joe Celco...
loadFromDb()
loads the question set config for current test from the database
areDepenciesInVulnerableState()
isQuestionSetConfigured()
isResultTaxonomyFilterSupported()
getDepenciesBrokenMessage(ilLanguage $lng)
deleteFromDb()
deletes the question set config for current test from the database
cloneQuestionSetRelatedData($cloneTestOBJ)
removes all question set config related data for cloned/copied test
resetQuestionSetRelatedTestSettings()
resets all test settings that depends on a non changed question set config