83 return $this->sourceQuestionPoolTitle;
93 $this->sourceQuestionPoolTitle = $sourceQuestionPoolTitle;
160 foreach ($dataArray as $field => $value) {
178 $res = $this->db->queryF(
179 "SELECT * FROM tst_dyn_quest_set_cfg WHERE test_fi = %s",
181 array($this->testOBJ->getTestId())
184 while ($row = $this->db->fetchAssoc(
$res)) {
222 $aff = $this->db->manipulateF(
223 "DELETE FROM tst_dyn_quest_set_cfg WHERE test_fi = %s",
225 array($this->testOBJ->getTestId())
239 $res = $this->db->queryF(
240 "SELECT COUNT(*) cnt FROM tst_dyn_quest_set_cfg WHERE test_fi = %s",
245 $row = $this->db->fetchAssoc(
$res);
247 return (
bool) $row[
'cnt'];
259 'tst_dyn_quest_set_cfg',
268 'test_fi' => array(
'integer', $testId)
281 $this->db->insert(
'tst_dyn_quest_set_cfg', array(
282 'test_fi' => array(
'integer', $testId),
345 if (!count($poolRefs)) {
346 $sourceQuestionPoolSummaryString = sprintf(
347 $lng->
txt(
'tst_dyn_quest_set_src_qpl_summary_string_deleted'),
351 return $sourceQuestionPoolSummaryString;
354 foreach ($poolRefs as
$refId) {
355 if (!$this->tree->isDeleted($refId)) {
356 $sourceQuestionPoolSummaryString = sprintf(
357 $lng->
txt(
'tst_dynamic_question_set_source_questionpool_summary_string'),
363 return $sourceQuestionPoolSummaryString;
367 $sourceQuestionPoolSummaryString = sprintf(
368 $lng->
txt(
'tst_dyn_quest_set_src_qpl_summary_string_trashed'),
373 return $sourceQuestionPoolSummaryString;
382 SELECT COUNT(*) num from qpl_questions 383 WHERE obj_fi = %s AND original_id IS NULL 386 $res = $this->db->queryF(
392 $row = $this->db->fetchAssoc(
$res);
405 foreach ($poolRefs as
$refId) {
406 if (!$this->tree->isDeleted($refId)) {
417 $lng->
txt(
'tst_dyn_quest_set_pool_trashed'),
432 if (count($poolRefs)) {
442 $lng->
txt(
'tst_dyn_quest_set_pool_deleted'),
453 if (!$this->testOBJ->participantDataExist()) {
457 switch ($nextClass) {
458 case 'ilobjtestdynamicquestionsetconfiggui':
460 case 'ilobjectmetadatagui':
461 case 'ilpermissiongui':
469 'infoScreen',
'participants',
'npSetFilter',
'npResetFilter',
470 'deleteAllUserResults',
'confirmDeleteAllUserResults',
471 'deleteSingleUserResults',
'confirmDeleteSelectedUserData',
'cancelDeleteSelectedUserData' 474 if (in_array($cmd, $cmds)) {
487 'settings',
'manscoring',
'scoringadjust',
'statistics',
'history',
'export' 495 if ($this->sourceQuestionPoolRefIds === null) {
526 return "<a href=\"$href\" alt=\"$title\">$title</a>";
saveToDb()
saves the question set config for current test to the database
isAnyQuestionFilterEnabled()
isValidRequestOnBrokenQuestionSetDepencies($nextClass, $cmd)
txt(string $a_topic, string $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...
initFromArray($dataArray)
initialises the current object instance with values from matching properties within the passed array ...
loadFromDb()
loads the question set config for current test from the database
getHiddenTabsOnBrokenDepencies()
static _getAllReferences(int $id)
get all reference ids for object ID
getTestId()
Gets the database id of the additional test data.
cloneQuestionSetRelatedData(ilObjTest $cloneTestOBJ)
removes all question set config related data for cloned/copied test
isTaxonomyFilterEnabled()
isser for taxonomie filter enabled
setTaxonomyFilterEnabled($taxonomyFilterEnabled)
setter for taxonomie filter enabled
getQuestionPoolPathString($poolId)
setOrderingTaxonomyId($orderingTaxonomyId)
getter for ordering taxonomy id
deleteFromDb()
deletes the question set config for current test from the database
setAnswerStatusFilterEnabled($answerStatusFilterEnabled)
getDepenciesInVulnerableStateMessage(ilLanguage $lng)
isQuestionSetConfigured()
returns the fact wether a useable question set config exists or not
getSourceQuestionPoolTitle()
getter for source question pool title
$sourceQuestionPoolRefIds
$answerStatusFilterEnabled
setSourceQuestionPoolId($sourceQuestionPoolId)
getter for source question pool id
getSourceQuestionPoolRefIds()
static _getLink(?int $a_ref_id, string $a_type='', array $a_params=array(), string $append="")
updateDbRecord($testId)
updates the record in the database that corresponds to the question set config for the current test ...
isResultTaxonomyFilterSupported()
isAnswerStatusFilterEnabled()
getSourceQuestionPoolNumQuestions()
resetQuestionSetRelatedTestSettings()
insertDbRecord($testId)
inserts a new record for the question set config for the current test into the database ...
areDepenciesInVulnerableState()
getOrderingTaxonomyId()
setter for ordering taxonomy id
getSourceQuestionPoolLink()
getSourceQuestionPoolSummaryString(ilLanguage $lng)
setSourceQuestionPoolTitle($sourceQuestionPoolTitle)
getter for source question pool title
getSourceQuestionPoolId()
getter for source question pool id
getDepenciesBrokenMessage(ilLanguage $lng)
dbRecordExists($testId)
checks wether a question set config for current test exists in the database
removeQuestionSetRelatedData()
removes all question set config related data (in this case it's only the config itself) ...
doesQuestionSetRelatedDataExist()
returns the fact wether a useable question set config exists or not
cloneToDbForTestId($testId)
saves the question set config for test with given id to the database