4 require_once
'Modules/Test/classes/class.ilTestQuestionSetConfig.php';
47 parent::__construct($tree, $db, $pluginAdmin, $testOBJ);
140 foreach($dataArray as $field => $value)
159 $res = $this->db->queryF(
160 "SELECT * FROM tst_rnd_quest_set_cfg WHERE test_fi = %s",
161 array(
'integer'), array($this->testOBJ->getTestId())
164 while(
$row = $this->db->fetchAssoc(
$res) )
206 $this->db->manipulateF(
207 "DELETE FROM tst_rnd_quest_set_cfg WHERE test_fi = %s",
208 array(
'integer'), array($this->testOBJ->getTestId())
222 $res = $this->db->queryF(
223 "SELECT COUNT(*) cnt FROM tst_rnd_quest_set_cfg WHERE test_fi = %s",
224 array(
'integer'), array($testId)
229 return (
bool)
$row[
'cnt'];
240 $this->db->update(
'tst_rnd_quest_set_cfg',
248 'test_fi' => array(
'integer', $testId)
261 $this->db->insert(
'tst_rnd_quest_set_cfg', array(
262 'test_fi' => array(
'integer', $testId),
274 if( !$this->isQuestionAmountConfigComplete() )
292 public function isQuestionAmountConfigComplete()
298 $sourcePoolDefinitionList->loadDefinitions();
300 foreach($sourcePoolDefinitionList as $definition)
304 if( $definition->getQuestionAmount() < 1 )
322 return $sourcePoolDefinitionList->savedDefinitionsExist();
328 $sourcePoolDefinitionList->loadDefinitions();
330 require_once
'Modules/Test/classes/class.ilTestRandomQuestionSetStagingPoolQuestionList.php';
333 require_once
'Modules/Test/classes/class.ilTestRandomQuestionSetBuilder.php';
336 return $questionSetBuilder->checkBuildable();
348 if( $sourcePoolDefinitionList->savedDefinitionsExist() )
359 $sourcePoolDefinitionList->deleteDefinitions();
361 require_once
'Modules/Test/classes/class.ilTestRandomQuestionSetStagingPoolBuilder.php';
363 $this->db, $this->testOBJ
366 $stagingPool->reset();
386 $sourcePoolDefinitionList->loadDefinitions();
387 $sourcePoolDefinitionList->cloneDefinitionsForTestId($cloneTestOBJ->getTestId());
394 $sourcePoolDefinitionList->loadDefinitions();
395 $stagingPool->rebuild($sourcePoolDefinitionList);
396 $sourcePoolDefinitionList->saveDefinitions();
403 require_once
'Modules/Test/classes/class.ilTestRandomQuestionSetSourcePoolDefinitionFactory.php';
408 require_once
'Modules/Test/classes/class.ilTestRandomQuestionSetSourcePoolDefinitionList.php';
410 $this->db, $testOBJ, $sourcePoolDefinitionFactory
413 return $sourcePoolDefinitionList;
418 require_once
'Modules/Test/classes/class.ilTestRandomQuestionSetStagingPoolBuilder.php';
428 $this->db->update(
'tst_rnd_quest_set_cfg',
430 'quest_sync_timestamp' => array(
'integer', (
int)
$timestamp)
433 'test_fi' => array(
'integer', $testId)
442 return $this->testOBJ->getAvailableQuestionpools(
456 return (
bool)$this->testOBJ->isTestFinalBroken();
461 return $lng->
txt(
'tst_old_style_rnd_quest_set_broken');
470 case 'ilmdeditorgui':
471 case 'ilpermissiongui':
479 'infoScreen',
'participants',
'npSetFilter',
'npResetFilter',
484 if( in_array(
$cmd, $cmds) )
498 'assQuestions',
'settings',
'manscoring',
'scoringadjust',
'statistics',
'history',
'export' buildStagingPoolBuilder(ilObjTest $testOBJ)
insertDbRecord($testId)
inserts a new record for the question set config for the current test into the database ...
isValidRequestOnBrokenQuestionSetDepencies($nextClass, $cmd)
doesSelectableQuestionPoolsExist()
buildSourcePoolDefinitionList(ilObjTest $testOBJ)
setQuestionAmountConfigurationMode($questionAmountConfigurationMode)
static getInstance(ilDB $db, ilObjTest $testOBJ, ilTestRandomQuestionSetConfig $questionSetConfig, ilTestRandomQuestionSetSourcePoolDefinitionList $sourcePoolDefinitionList, ilTestRandomQuestionSetStagingPoolQuestionList $stagingPoolQuestionList)
$questionAmountConfigurationMode
getDepenciesBrokenMessage(ilLanguage $lng)
isQuestionAmountConfigurationModePerPool()
isQuestionAmountConfigurationModePerTest()
const QUESTION_AMOUNT_CONFIG_MODE_PER_POOL
getSelectableQuestionPools()
arePoolsWithHomogeneousScoredQuestionsRequired()
loadFromDb()
loads the question set config for current test from the database
Administration class for plugins.
initFromArray($dataArray)
initialises the current object instance with values from matching properties within the passed array ...
$lastQuestionSyncTimestamp
updateLastQuestionSyncTimestampForTestId($testId, $timestamp)
getQuestionAmountPerTest()
cloneToDbForTestId($testId)
saves the question set config for test with given id to the database
setLastQuestionSyncTimestamp($lastQuestionSyncTimestamp)
__construct(ilTree $tree, ilDB $db, ilPluginAdmin $pluginAdmin, ilObjTest $testOBJ)
isQuestionSetConfigured()
getHiddenTabsOnBrokenDepencies()
setPoolsWithHomogeneousScoredQuestionsRequired($requirePoolsWithHomogeneousScoredQuestions)
setQuestionAmountPerTest($questionAmountPerTest)
saveToDb()
saves the question set config for current test to the database
getQuestionAmountConfigurationMode()
Tree class data representation in hierachical trees using the Nested Set Model with Gaps by Joe Celco...
removeQuestionSetRelatedData()
doesQuestionSetRelatedDataExist()
getLastQuestionSyncTimestamp()
foreach($mandatory_scripts as $file) $timestamp
deleteFromDb()
deletes the question set config for current test from the database
hasSourcePoolDefinitions()
$requirePoolsWithHomogeneousScoredQuestions
updateDbRecord($testId)
updates the record in the database that corresponds to the question set config for the current test ...
cloneQuestionSetRelatedData($cloneTestOBJ)
removes all question set config related data for cloned/copied test
const QUESTION_AMOUNT_CONFIG_MODE_PER_TEST
txt($a_topic, $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
dbRecordExists($testId)
checks wether a question set config for current test exists in the database