43 $questions = array_keys(
$obj->getQuestionTitlesAndIndexes());
45 $pos = array_search($this->testrequest->raw(
'q_id'), $questions);
48 $next = $questions[$pos + 1];
50 $next = $questions[0];
53 $this->
ctrl->setParameter($this,
'q_id', $next);
54 $link = $this->
ctrl->getLinkTarget($this,
'edit',
'',
'',
false);
62 $questions = array_keys(
$obj->getQuestionTitlesAndIndexes());
64 $pos = array_search($this->testrequest->raw(
'q_id'), $questions);
67 $next = $questions[$pos - 1];
69 $next = $questions[0];
72 $this->
ctrl->setParameter($this,
'q_id', $next);
73 $link = $this->
ctrl->getLinkTarget($this,
'edit',
'',
'',
false);
86 $ilCtrl = $DIC[
'ilCtrl'];
87 $ilTabs = $DIC[
'ilTabs'];
91 $next_class = $this->
ctrl->getNextClass($this);
92 $cmd = $this->
ctrl->getCmd();
94 switch ($next_class) {
95 case 'ilobjquestionpoolgui':
97 $nodeParts = explode(
':', $this->testrequest->raw(
'cmdNode'));
100 'ref_id' => $this->testrequest->getRefId(),
101 'calling_test' => $this->testrequest->getRefId(),
102 'q_id' => $this->testrequest->getQuestionId(),
103 'cmd' => $this->testrequest->raw(
'cmd'),
104 'cmdClass' => $this->testrequest->raw(
'cmdClass'),
105 'baseClass' =>
'ilObjQuestionPoolGUI',
106 'test_express_mode' =>
'1' 111 '?' . http_build_query($params, null,
'&'),
112 'cmdNode=' . ($nodeParts[count($nodeParts) - 2] .
':' . $nodeParts[count($nodeParts) - 1])
118 case "ilpageeditorgui":
121 $this->tpl->setOnScreenMessage(
'failure',
$lng->
txt(
"permission_denied"),
true);
122 $ilCtrl->redirect($this,
"preview");
127 $page_editor->setHeader($this->
getHeader());
128 $page_editor->setPageBackTitle($this->page_back_title);
129 $page_editor->setIntLinkReturn($this->int_link_return);
131 $this->
ctrl->saveParameterByClass(
'ilpageeditorgui',
'q_mode');
133 $ret = $this->
ctrl->forwardCommand($page_editor);
135 $this->tpl->setContent($ret);
140 case 'iltestexpresspageobjectgui':
142 include_once
'Modules/TestQuestionPool/classes/class.assQuestionGUI.php';
144 if ($cmd ==
'view') {
146 $ilCtrl->setCmd($cmd);
151 if ($q_gui->object) {
157 'handleToolbarCommand',
161 'browseForQuestions',
162 'filterAvailableQuestions',
163 'resetfilterAvailableQuestions' 166 if (in_array($cmd, $cmds)) {
167 return $this->$cmd();
168 } elseif ($q_gui->object) {
169 $total = $this->test_object->evalTotalPersons();
174 $link = $DIC->ui()->factory()->link()->standard(
175 $DIC->language()->txt(
"test_has_datasets_warning_page_view_link"),
176 $DIC->ctrl()->getLinkTargetByClass(array(
'ilTestResultsGUI',
'ilParticipantsTestResultsGUI'))
179 $message = $DIC->language()->txt(
"test_has_datasets_warning_page_view");
181 $msgBox = $DIC->ui()->factory()->messageBox()->info(
$message)->withLinks(array($link));
183 $DIC->ui()->mainTemplate()->setCurrentBlock(
'mess');
184 $DIC->ui()->mainTemplate()->setVariable(
186 $DIC->ui()->renderer()->render($msgBox)
188 $DIC->ui()->mainTemplate()->parseCurrentBlock();
191 if ((in_array($cmd, array(
'view',
'showPage')) || $cmd ==
'edit') && $this->test_object->evalTotalPersons()) {
195 return parent::executeCommand();
203 if (!$this->testrequest->raw(
'q_id')) {
204 $q_gui = $this->
addPageOfQuestions(preg_replace(
'/(.*?)gui/i',
'$1', $this->testrequest->raw(
'sel_question_types')));
205 $q_gui->setQuestionTabs();
207 $this->
ctrl->forwardCommand($q_gui);
211 $this->
ctrl->setReturn($this,
"questions");
213 require_once
'Modules/TestQuestionPool/classes/class.assQuestionGUI.php';
215 if ($q_gui->object) {
220 $this->
ctrl->saveParameterByClass(
'ilpageeditorgui',
'q_id');
221 $this->
ctrl->saveParameterByClass(
'ilpageeditorgui',
'q_mode');
223 $q_gui->setQuestionTabs();
224 $this->
ctrl->forwardCommand($q_gui);
233 $ilCtrl = $DIC[
'ilCtrl'];
236 $qtype = $this->testrequest->raw(
'qtype');
241 $this->
ctrl->setReturn($this,
"questions");
243 include_once
"./Modules/TestQuestionPool/classes/class.assQuestionGUI.php";
256 $ilCtrl = $DIC[
'ilCtrl'];
258 include_once
"./Modules/TestQuestionPool/classes/class.assQuestionGUI.php";
260 if ($this->testrequest->raw(
'qtype')) {
261 include_once
'Modules/TestQuestionPool/classes/class.ilObjQuestionPool.php';
263 } elseif ($this->testrequest->raw(
'sel_question_types')) {
264 $questionType = $this->testrequest->raw(
'sel_question_types');
267 include_once
'Modules/Test/classes/class.ilObjAssessmentFolder.php';
269 $addContEditMode = $this->testrequest->raw(
'add_quest_cont_edit_mode');
277 $q_gui->object->setAdditionalContentEditingMode($addContEditMode);
279 $q_gui->object->createNewQuestion();
281 $previousQuestionId = $this->testrequest->raw(
'position');
283 switch ($this->testrequest->raw(
'usage')) {
286 $ilCtrl->setParameterByClass(
'ilobjtestgui',
'sel_qpl', $this->testrequest->raw(
'sel_qpl'));
287 $ilCtrl->setParameterByClass(
'ilobjtestgui',
'sel_question_types', $questionType);
288 $ilCtrl->setParameterByClass(
'ilobjtestgui',
'q_id', $q_gui->object->getId());
289 $ilCtrl->setParameterByClass(
'ilobjtestgui',
'prev_qid', $previousQuestionId);
291 if ($this->testrequest->raw(
'test_express_mode')) {
292 $ilCtrl->setParameterByClass(
'ilobjtestgui',
'test_express_mode', 1);
295 if ($this->testrequest->isset(
'add_quest_cont_edit_mode')) {
296 $ilCtrl->setParameterByClass(
298 'add_quest_cont_edit_mode',
299 $this->testrequest->raw(
'add_quest_cont_edit_mode')
303 $ilCtrl->setParameterByClass(
'ilobjtestgui',
'usage', 3);
304 $ilCtrl->setParameterByClass(
'ilobjtestgui',
'calling_test', $this->test_object->getId());
306 $link = $ilCtrl->getLinkTargetByClass(
'ilobjtestgui',
'executeCreateQuestion',
false,
false,
false);
314 $ilCtrl->setParameterByClass(
'ilobjtestgui',
'txt_qpl', $this->testrequest->raw(
'txt_qpl'));
315 $ilCtrl->setParameterByClass(
'ilobjtestgui',
'sel_question_types', $questionType);
316 $ilCtrl->setParameterByClass(
'ilobjtestgui',
'q_id', $q_gui->object->getId());
317 $ilCtrl->setParameterByClass(
'ilobjtestgui',
'prev_qid', $previousQuestionId);
319 if ($this->testrequest->raw(
'test_express_mode')) {
320 $ilCtrl->setParameterByClass(
'ilobjtestgui',
'test_express_mode', 1);
323 if ($this->testrequest->isset(
'add_quest_cont_edit_mode')) {
324 $ilCtrl->setParameterByClass(
326 'add_quest_cont_edit_mode',
327 $this->testrequest->raw(
'add_quest_cont_edit_mode')
331 $ilCtrl->setParameterByClass(
'ilobjtestgui',
'usage', 2);
332 $ilCtrl->setParameterByClass(
'ilobjtestgui',
'calling_test', $this->test_object->getId());
334 $link = $ilCtrl->getLinkTargetByClass(
'ilobjtestgui',
'executeCreateQuestion',
false,
false,
false);
352 $ilCtrl = $DIC[
'ilCtrl'];
355 $ilHelp = $DIC[
'ilHelp'];
357 $subScreenId = array(
'createQuestion');
359 include_once
"Services/Form/classes/class.ilPropertyFormGUI.php";
361 $ilCtrl->setParameter($this,
'qtype', $this->testrequest->raw(
'qtype'));
365 $ilCtrl->setParameter($this,
'test_express_mode', 1);
369 include_once
'Modules/TestQuestionPool/classes/class.ilObjQuestionPool.php';
372 $questionTypes = $pool->getQuestionTypes(
false,
true,
false);
376 foreach ($questionTypes as $label =>
$data) {
377 $options[
$data[
'question_type_id']] = $label;
380 include_once(
"./Services/Form/classes/class.ilSelectInputGUI.php");
382 $si->setOptions($options);
386 $questions = $this->test_object->getQuestionTitlesAndIndexes();
389 $options = array(
'0' =>
$lng->
txt(
'first'));
390 foreach ($questions as
$key => $title) {
391 $options[
$key] =
$lng->
txt(
'behind') .
' ' . $title .
' [' . $this->
lng->txt(
'question_id_short') .
': ' .
$key .
']';
393 $si->setOptions($options);
394 $si->setValue($this->testrequest->raw(
'q_id'));
400 $subScreenId[] =
'editMode';
405 $lng->
txt(
'tst_add_quest_cont_edit_mode_IPE'),
408 $option_ipe->
setInfo(
$lng->
txt(
'tst_add_quest_cont_edit_mode_IPE_info'));
409 $ri->addOption($option_ipe);
412 $lng->
txt(
'tst_add_quest_cont_edit_mode_RTE'),
415 $option_rte->
setInfo(
$lng->
txt(
'tst_add_quest_cont_edit_mode_RTE_info'));
416 $ri->addOption($option_rte);
427 $subScreenId[] =
'poolSelect';
433 $usage->addOption($no_pool);
434 $existing_pool =
new ilRadioOption($this->
lng->txt(
"assessment_existing_pool"), 3);
435 $usage->addOption($existing_pool);
437 $usage->addOption($new_pool);
443 $pools_data = array();
444 foreach ($questionpools as
$key => $p) {
445 $pools_data[
$key] = $p[
'title'];
448 $pools->setOptions($pools_data);
449 $existing_pool->addSubItem($pools);
453 $name->setMaxLength(50);
454 $new_pool->addSubItem(
$name);
459 $ilHelp->setSubScreenId(implode(
'_', $subScreenId));
467 $ilCtrl = $DIC[
'ilCtrl'];
469 $ilCtrl->saveParameterByClass(
'ilobjtestgui',
'q_id');
471 $ilCtrl->redirectByClass(
'ilobjtestgui',
'showPage');
476 $cmdClass = $questionType .
'GUI';
478 $this->
ctrl->setParameterByClass($cmdClass,
'ref_id', $this->testrequest->getRefId());
479 $this->
ctrl->setParameterByClass($cmdClass,
'sel_question_types', $questionType);
480 $this->
ctrl->setParameterByClass($cmdClass,
'test_ref_id', $this->testrequest->getRefId());
481 $this->
ctrl->setParameterByClass($cmdClass,
'calling_test', $this->testrequest->getRefId());
482 $this->
ctrl->setParameterByClass($cmdClass,
'q_id', $qid);
483 $this->
ctrl->setParameterByClass($cmdClass,
'prev_qid', $prev_qid);
485 if ($this->testrequest->raw(
'test_express_mode')) {
486 $this->
ctrl->setParameterByClass($cmdClass,
'test_express_mode', 1);
489 $this->
ctrl->redirectByClass(
490 array(
'ilRepositoryGUI',
'ilObjTestGUI', $questionType .
"GUI"),
497 $this->
ctrl->setParameterByClass(
'ilObjTestGUI',
'ref_id', $this->testrequest->getRefId());
498 $this->
ctrl->setParameterByClass(
'ilObjTestGUI',
'q_id', $qid);
499 $this->
ctrl->setParameterByClass(
'ilObjTestGUI',
'sel_question_types', $questionType);
500 $this->
ctrl->setParameterByClass(
'ilObjTestGUI',
'prev_qid', $prev_qid);
501 $redir = $this->
ctrl->getLinkTargetByClass(
'ilObjTestGUI',
'createQuestion',
'',
false,
false);
508 $selected_array = (is_array($_POST[
'q_id'])) ? $_POST[
'q_id'] : array();
509 if (!count($selected_array)) {
510 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"tst_insert_missing_question"),
true);
511 $this->
ctrl->redirect($this,
"browseForQuestions");
513 include_once
"./Modules/TestQuestionPool/classes/class.assQuestion.php";
517 $tree = $DIC[
'tree'];
518 $ilDB = $DIC[
'ilDB'];
519 $component_repository = $DIC[
'component.repository'];
522 $testQuestionSetConfig = $testQuestionSetConfigFactory->getQuestionSetConfig();
524 foreach ($selected_array as
$key => $value) {
525 $last_question_id = $this->test_object->insertQuestion($testQuestionSetConfig, $value);
531 $this->test_object->saveCompleteStatus($testQuestionSetConfig);
533 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"manscoring_hint"),
true);
535 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"tst_questions_inserted"),
true);
538 $this->
ctrl->setParameter($this,
'q_id', $last_question_id);
539 $this->
ctrl->redirect($this,
"showPage");
const ADDITIONAL_CONTENT_EDITING_MODE_IPE
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _getAvailableQuestionpools($use_object_id=false, $equal_points=false, $could_be_offline=false, $showPath=false, $with_questioncount=false, $permission="read", $usr_id="")
Returns the available question pools for the active user.
static appendUrlParameterString(string $a_url, string $a_par, bool $xml_style=false)
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...
setOutputMode(string $a_mode=self::PRESENTATION)
if(! $DIC->user() ->getId()||!ilLTIConsumerAccess::hasCustomProviderCreationAccess()) $params
static stripSlashes(string $a_str, bool $a_strip_html=true, string $a_allow="")
static getQuestionTypeByTypeId($type_id)
addPageOfQuestions($type='')
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _getQuestionGUI(string $question_type='', int $question_id=-1)
Creates a question gui representation and returns the alias to the question gui.
static _needsManualScoring(int $question_id)
ilGlobalTemplateInterface $tpl
static getInstanceByRefId(int $ref_id, bool $stop_on_error=true)
get an instance of an Ilias object by reference id
static _lookupObjectId(int $ref_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct($a_id=0, $a_old_nr=0)
static redirect(string $a_script)
__construct(Container $dic, ilPlugin $plugin)
const ADDITIONAL_CONTENT_EDITING_MODE_RTE
redirectToQuestionEditPage($questionType, $qid, $prev_qid)
static isAdditionalQuestionContentEditingModePageObjectEnabled()
Returns the fact wether content editing with ilias page editor is enabled for questions or not...
redirectToQuestionPoolSelectionPage($questionType, $qid, $prev_qid)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...