Home
last modified time | relevance | path

Searched refs:setQuestionSetType (Results 1 – 10 of 10) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Services/QTI/classes/
H A Dclass.ilQTIParser.php214 public function setQuestionSetType($questionSetType) function in ilQTIParser
1562 $this->setQuestionSetType($metaField['entry']);
1566 $this->setQuestionSetType(ilObjTest::QUESTION_SET_TYPE_RANDOM);
1568 $this->setQuestionSetType(ilObjTest::QUESTION_SET_TYPE_FIXED);
/dports/www/ilias6/ILIAS-6.14/Services/QTI/classes/
H A Dclass.ilQTIParser.php214 public function setQuestionSetType($questionSetType) function in ilQTIParser
1562 $this->setQuestionSetType($metaField['entry']);
1566 $this->setQuestionSetType(ilObjTest::QUESTION_SET_TYPE_RANDOM);
1568 $this->setQuestionSetType(ilObjTest::QUESTION_SET_TYPE_FIXED);
/dports/www/ilias/ILIAS-5.4.25/Modules/Course/classes/Objectives/
H A Dclass.ilLOEditorGUI.php916 $tst->setQuestionSetType($form->getInput('qtype'));
1004 $tst->setQuestionSetType($form->getInput('qtype'));
/dports/www/ilias6/ILIAS-6.14/Modules/Course/classes/Objectives/
H A Dclass.ilLOEditorGUI.php916 $tst->setQuestionSetType($form->getInput('qtype'));
1004 $tst->setQuestionSetType($form->getInput('qtype'));
/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/
H A Dclass.ilObjTest.php1943 $this->setQuestionSetType($data->question_set_type);
5838 $this->setQuestionSetType($metadata["entry"]);
5842 $this->setQuestionSetType(self::QUESTION_SET_TYPE_RANDOM);
5844 $this->setQuestionSetType(self::QUESTION_SET_TYPE_FIXED);
7146 $newObj->setQuestionSetType($this->getQuestionSetType());
9837 $this->setQuestionSetType(self::QUESTION_SET_TYPE_RANDOM);
9839 $this->setQuestionSetType(self::QUESTION_SET_TYPE_FIXED);
9842 $this->setQuestionSetType($testsettings["questionSetType"]);
11803 public function setQuestionSetType($questionSetType) function in ilObjTest
H A Dclass.ilObjTestGUI.php2585 $this->object->setQuestionSetType(ilObjTest::QUESTION_SET_TYPE_RANDOM);
2588 $this->object->setQuestionSetType(ilObjTest::QUESTION_SET_TYPE_FIXED);
H A Dclass.ilObjTestSettingsGeneralGUI.php653 … $this->testOBJ->setQuestionSetType($form->getItemByPostVar('question_set_type')->getValue());
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/
H A Dclass.ilObjTest.php1948 $this->setQuestionSetType($data->question_set_type);
5862 $this->setQuestionSetType($metadata["entry"]);
5866 $this->setQuestionSetType(self::QUESTION_SET_TYPE_RANDOM);
5868 $this->setQuestionSetType(self::QUESTION_SET_TYPE_FIXED);
7174 $newObj->setQuestionSetType($this->getQuestionSetType());
9875 $this->setQuestionSetType(self::QUESTION_SET_TYPE_RANDOM);
9877 $this->setQuestionSetType(self::QUESTION_SET_TYPE_FIXED);
9880 $this->setQuestionSetType($testsettings["questionSetType"]);
11964 public function setQuestionSetType($questionSetType) function in ilObjTest
H A Dclass.ilObjTestGUI.php2641 $this->object->setQuestionSetType(ilObjTest::QUESTION_SET_TYPE_RANDOM);
2644 $this->object->setQuestionSetType(ilObjTest::QUESTION_SET_TYPE_FIXED);
H A Dclass.ilObjTestSettingsGeneralGUI.php654 … $this->testOBJ->setQuestionSetType($form->getItemByPostVar('question_set_type')->getValue());