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;
static _getAllReferences($a_id)
get all reference ids of object
Administration class for plugins.
isValidRequestOnBrokenQuestionSetDepencies($nextClass, $cmd)
getHiddenTabsOnBrokenDepencies()
loadFromDb()
loads the question set config for current test from the database
getQuestionPoolPathString($poolId)
removeQuestionSetRelatedData()
removes all question set config related data
resetQuestionSetRelatedTestSettings()
resets all test settings that depends on a non changed question set config
deleteFromDb()
deletes the question set config for current test from the database
saveToDb()
saves the question set config for current test to the database
cloneQuestionSetRelatedData(ilObjTest $cloneTestOBJ)
removes all question set config related data for cloned/copied test
isResultTaxonomyFilterSupported()
getDepenciesBrokenMessage(ilLanguage $lng)
getDepenciesInVulnerableStateMessage(ilLanguage $lng)
doesQuestionSetRelatedDataExist()
checks wether question set config related data exists or not
__construct(ilTree $tree, ilDB $db, ilPluginAdmin $pluginAdmin, ilObjTest $testOBJ)
cloneToDbForTestId($testId)
saves the question set config for test with given id to the database
areDepenciesInVulnerableState()
isQuestionSetConfigured()
Tree class data representation in hierachical trees using the Nested Set Model with Gaps by Joe Celco...