4 include_once
"./Modules/TestQuestionPool/classes/class.ilAssQuestionPageGUI.php";
5 include_once
'Modules/Test/classes/class.ilTestExpressPage.php';
29 $questions = array_keys(
$obj->getQuestionTitlesAndIndexes());
31 $pos = array_search($_REQUEST[
'q_id'], $questions);
34 $next = $questions[$pos + 1];
36 $next = $questions[0];
39 $this->ctrl->setParameter($this,
'q_id', $next);
40 $link = $this->ctrl->getLinkTarget($this,
'edit',
'',
'',
false);
48 $questions = array_keys(
$obj->getQuestionTitlesAndIndexes());
50 $pos = array_search($_REQUEST[
'q_id'], $questions);
53 $next = $questions[$pos - 1];
55 $next = $questions[0];
58 $this->ctrl->setParameter($this,
'q_id', $next);
59 $link = $this->ctrl->getLinkTarget($this,
'edit',
'',
'',
false);
74 $ilTabs = $DIC[
'ilTabs'];
78 $next_class = $this->ctrl->getNextClass($this);
79 $cmd = $this->ctrl->getCmd();
81 switch ($next_class) {
82 case 'ilobjquestionpoolgui':
84 $nodeParts = explode(
':',
$_GET[
'cmdNode']);
87 'ref_id' =>
$_GET[
'ref_id'],
88 'calling_test' =>
$_GET[
'ref_id'],
89 'q_id' =>
$_GET[
'q_id'],
90 'cmd' =>
$_GET[
'cmd'],
91 'cmdClass' =>
$_GET[
'cmdClass'],
92 'baseClass' =>
'ilObjQuestionPoolGUI',
93 'test_express_mode' =>
'1' 98 '?' . http_build_query($params, null,
'&'),
99 'cmdNode=' . ($nodeParts[count($nodeParts) - 2] .
':' . $nodeParts[count($nodeParts) - 1])
105 case "ilpageeditorgui":
109 $ilCtrl->redirect($this,
"preview");
113 $page_editor->setLocator($this->locator);
114 $page_editor->setHeader($this->
getHeader());
115 $page_editor->setPageBackTitle($this->page_back_title);
116 $page_editor->setIntLinkReturn($this->int_link_return);
118 $this->ctrl->saveParameterByClass(
'ilpageeditorgui',
'q_mode');
120 $ret = $this->ctrl->forwardCommand($page_editor);
122 $this->tpl->setContent(
$ret);
127 case 'iltestexpresspageobjectgui':
129 include_once
'Modules/TestQuestionPool/classes/class.assQuestionGUI.php';
131 if ($cmd ==
'view') {
138 if ($q_gui->object) {
140 $q_gui->object->setObjId(
$obj->getId());
144 'handleToolbarCommand',
148 'browseForQuestions',
149 'filterAvailableQuestions',
150 'resetfilterAvailableQuestions' 153 if (in_array($cmd, $cmds)) {
154 return $this->$cmd();
155 } elseif ($q_gui->object) {
156 $total = $this->test_object->evalTotalPersons();
161 $link = $DIC->ui()->factory()->link()->standard(
162 $DIC->language()->txt(
"test_has_datasets_warning_page_view_link"),
163 $DIC->ctrl()->getLinkTargetByClass(array(
'ilTestResultsGUI',
'ilParticipantsTestResultsGUI'))
166 $message = $DIC->language()->txt(
"test_has_datasets_warning_page_view");
168 $msgBox = $DIC->ui()->factory()->messageBox()->info(
$message)->withLinks(array($link));
170 $DIC->ui()->mainTemplate()->setCurrentBlock(
'mess');
171 $DIC->ui()->mainTemplate()->setVariable(
173 $DIC->ui()->renderer()->render($msgBox)
175 $DIC->ui()->mainTemplate()->parseCurrentBlock();
178 if ((in_array($cmd, array(
'view',
'showPage')) || $cmd ==
'edit') && $this->test_object->evalTotalPersons()) {
182 return parent::executeCommand();
190 if (!
$_GET[
'q_id']) {
192 $q_gui->setQuestionTabs();
194 $this->ctrl->forwardCommand($q_gui);
198 $this->ctrl->setReturn($this,
"questions");
200 require_once
'Modules/TestQuestionPool/classes/class.assQuestionGUI.php';
202 if ($q_gui->object) {
204 $q_gui->object->setObjId(
$obj->getId());
207 $this->ctrl->saveParameterByClass(
'ilpageeditorgui',
'q_id');
208 $this->ctrl->saveParameterByClass(
'ilpageeditorgui',
'q_mode');
210 $q_gui->setQuestionTabs();
211 $this->ctrl->forwardCommand($q_gui);
222 $qtype = $_REQUEST[
'qtype'];
227 $this->ctrl->setReturn($this,
"questions");
229 include_once
"./Modules/TestQuestionPool/classes/class.assQuestionGUI.php";
234 $q_gui->object->setObjId(
$obj->getId());
244 include_once
"./Modules/TestQuestionPool/classes/class.assQuestionGUI.php";
246 if ($_REQUEST[
'qtype']) {
247 include_once
'Modules/TestQuestionPool/classes/class.ilObjQuestionPool.php';
249 } elseif ($_REQUEST[
'sel_question_types']) {
250 $questionType = $_REQUEST[
'sel_question_types'];
253 include_once
'Modules/Test/classes/class.ilObjAssessmentFolder.php';
255 $addContEditMode = $_REQUEST[
'add_quest_cont_edit_mode'];
263 $q_gui->object->setAdditionalContentEditingMode($addContEditMode);
265 $q_gui->object->createNewQuestion();
267 $previousQuestionId = $_REQUEST[
'position'];
269 switch ($_REQUEST[
'usage']) {
272 $ilCtrl->setParameterByClass(
'ilobjtestgui',
'sel_qpl', $_REQUEST[
'sel_qpl']);
273 $ilCtrl->setParameterByClass(
'ilobjtestgui',
'sel_question_types', $questionType);
274 $ilCtrl->setParameterByClass(
'ilobjtestgui',
'q_id', $q_gui->object->getId());
275 $ilCtrl->setParameterByClass(
'ilobjtestgui',
'prev_qid', $previousQuestionId);
277 if ($_REQUEST[
'test_express_mode']) {
278 $ilCtrl->setParameterByClass(
'ilobjtestgui',
'test_express_mode', 1);
281 if (isset($_REQUEST[
'add_quest_cont_edit_mode'])) {
284 'add_quest_cont_edit_mode',
285 $_REQUEST[
'add_quest_cont_edit_mode']
289 $ilCtrl->setParameterByClass(
'ilobjtestgui',
'usage', 3);
290 $ilCtrl->setParameterByClass(
'ilobjtestgui',
'calling_test', $this->test_object->getId());
292 $link =
$ilCtrl->getLinkTargetByClass(
'ilobjtestgui',
'executeCreateQuestion',
false,
false,
false);
300 $ilCtrl->setParameterByClass(
'ilobjtestgui',
'txt_qpl', $_REQUEST[
'txt_qpl']);
301 $ilCtrl->setParameterByClass(
'ilobjtestgui',
'sel_question_types', $questionType);
302 $ilCtrl->setParameterByClass(
'ilobjtestgui',
'q_id', $q_gui->object->getId());
303 $ilCtrl->setParameterByClass(
'ilobjtestgui',
'prev_qid', $previousQuestionId);
305 if ($_REQUEST[
'test_express_mode']) {
306 $ilCtrl->setParameterByClass(
'ilobjtestgui',
'test_express_mode', 1);
309 if (isset($_REQUEST[
'add_quest_cont_edit_mode'])) {
312 'add_quest_cont_edit_mode',
313 $_REQUEST[
'add_quest_cont_edit_mode']
317 $ilCtrl->setParameterByClass(
'ilobjtestgui',
'usage', 2);
318 $ilCtrl->setParameterByClass(
'ilobjtestgui',
'calling_test', $this->test_object->getId());
320 $link =
$ilCtrl->getLinkTargetByClass(
'ilobjtestgui',
'executeCreateQuestion',
false,
false,
false);
341 $ilHelp = $DIC[
'ilHelp'];
343 $subScreenId = array(
'createQuestion');
345 include_once
"Services/Form/classes/class.ilPropertyFormGUI.php";
347 $ilCtrl->setParameter($this,
'qtype', $_REQUEST[
'qtype']);
351 $ilCtrl->setParameter($this,
'test_express_mode', 1);
353 $form->setFormAction(
$ilCtrl->getFormAction($this,
"handleToolbarCommand"));
354 $form->setTitle(
$lng->txt(
"ass_create_question"));
355 include_once
'Modules/TestQuestionPool/classes/class.ilObjQuestionPool.php';
358 $questionTypes = $pool->getQuestionTypes(
false,
true,
false);
362 foreach ($questionTypes as $label =>
$data) {
363 $options[
$data[
'question_type_id']] = $label;
366 include_once(
"./Services/Form/classes/class.ilSelectInputGUI.php");
368 $si->setOptions($options);
369 $form->addItem(
$si,
true);
372 $questions = $this->test_object->getQuestionTitlesAndIndexes();
375 $options = array(
'0' =>
$lng->txt(
'first'));
376 foreach ($questions as $key => $title) {
377 $options[$key] =
$lng->txt(
'behind') .
' ' . $title .
' [' . $this->lng->txt(
'question_id_short') .
': ' . $key .
']';
379 $si->setOptions($options);
380 $si->setValue($_REQUEST[
'q_id']);
381 $form->addItem(
$si,
true);
386 $subScreenId[] =
'editMode';
391 $lng->txt(
'tst_add_quest_cont_edit_mode_page_object'),
396 $lng->txt(
'tst_add_quest_cont_edit_mode_default'),
402 $form->addItem($ri,
true);
406 $form->addItem($hi,
true);
409 if ($this->test_object->getPoolUsage()) {
410 $subScreenId[] =
'poolSelect';
415 $no_pool =
new ilRadioOption($this->lng->txt(
"assessment_no_pool"), 1);
416 $usage->addOption($no_pool);
417 $existing_pool =
new ilRadioOption($this->lng->txt(
"assessment_existing_pool"), 3);
418 $usage->addOption($existing_pool);
419 $new_pool =
new ilRadioOption($this->lng->txt(
"assessment_new_pool"), 2);
420 $usage->addOption($new_pool);
421 $form->addItem($usage);
426 $pools_data = array();
427 foreach ($questionpools as $key => $p) {
428 $pools_data[$key] = $p[
'title'];
430 $pools =
new ilSelectInputGUI($this->lng->txt(
"select_questionpool"),
"sel_qpl");
431 $pools->setOptions($pools_data);
432 $existing_pool->addSubItem($pools);
436 $name->setMaxLength(50);
437 $new_pool->addSubItem(
$name);
440 $form->addCommandButton(
"handleToolbarCommand",
$lng->txt(
"create"));
441 $form->addCommandButton(
"questions",
$lng->txt(
"cancel"));
443 $ilHelp->setSubScreenId(implode(
'_', $subScreenId));
445 return $form->getHTML();
453 $ilCtrl->saveParameterByClass(
'ilobjtestgui',
'q_id');
455 $ilCtrl->redirectByClass(
'ilobjtestgui',
'showPage');
460 $cmdClass = $questionType .
'GUI';
462 $this->ctrl->setParameterByClass($cmdClass,
'ref_id',
$_GET[
'ref_id']);
463 $this->ctrl->setParameterByClass($cmdClass,
'sel_question_types', $questionType);
464 $this->ctrl->setParameterByClass($cmdClass,
'test_ref_id',
$_GET[
'ref_id']);
465 $this->ctrl->setParameterByClass($cmdClass,
'calling_test',
$_GET[
'ref_id']);
466 $this->ctrl->setParameterByClass($cmdClass,
'q_id', $qid);
467 $this->ctrl->setParameterByClass($cmdClass,
'prev_qid', $prev_qid);
469 if ($_REQUEST[
'test_express_mode']) {
470 $this->ctrl->setParameterByClass($cmdClass,
'test_express_mode', 1);
473 $this->ctrl->redirectByClass(
474 array(
'ilRepositoryGUI',
'ilObjTestGUI', $questionType .
"GUI"),
481 $this->ctrl->setParameterByClass(
'ilObjTestGUI',
'ref_id', $_REQUEST[
'ref_id']);
482 $this->ctrl->setParameterByClass(
'ilObjTestGUI',
'q_id', $qid);
483 $this->ctrl->setParameterByClass(
'ilObjTestGUI',
'sel_question_types', $questionType);
484 $this->ctrl->setParameterByClass(
'ilObjTestGUI',
'prev_qid', $prev_qid);
485 $redir = $this->ctrl->getLinkTargetByClass(
'ilObjTestGUI',
'createQuestion',
'',
false,
false);
492 $selected_array = (is_array(
$_POST[
'q_id'])) ?
$_POST[
'q_id'] : array();
493 if (!count($selected_array)) {
495 $this->ctrl->redirect($this,
"browseForQuestions");
497 include_once
"./Modules/TestQuestionPool/classes/class.assQuestion.php";
501 $tree = $DIC[
'tree'];
502 $ilDB = $DIC[
'ilDB'];
503 $ilPluginAdmin = $DIC[
'ilPluginAdmin'];
505 require_once
'Modules/Test/classes/class.ilTestQuestionSetConfigFactory.php';
507 $testQuestionSetConfig = $testQuestionSetConfigFactory->getQuestionSetConfig();
509 foreach ($selected_array as $key => $value) {
510 $last_question_id = $this->test_object->insertQuestion($testQuestionSetConfig, $value);
516 $this->test_object->saveCompleteStatus($testQuestionSetConfig);
520 ilUtil::sendSuccess($this->lng->txt(
"tst_questions_inserted"),
true);
523 $this->ctrl->setParameter($this,
'q_id', $last_question_id);
524 $this->ctrl->redirect($this,
"showPage");
This class represents an option in a radio group.
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.
getPageObject()
Get Page Object.
const ADDITIONAL_CONTENT_EDITING_MODE_PAGE_OBJECT
constant for additional content editing mode "pageobject"
static _needsManualScoring($question_id)
static getQuestionTypeByTypeId($type_id)
addPageOfQuestions($type='')
static _lookupObjectId($a_ref_id)
lookup object id
static sendInfo($a_info="", $a_keep=false)
Send Info Message to Screen.
static appendUrlParameterString($a_url, $a_par, $xml_style=false)
append URL parameter string ("par1=value1&par2=value2...") to given URL string
setValue($a_value)
Set Value.
static _getQuestionGUI($question_type, $question_id=-1)
Creates a question gui representation and returns the alias to the question gui note: please do not u...
getEnableEditing()
Get Enable Editing.
static stripSlashes($a_str, $a_strip_html=true, $a_allow="")
strip slashes if magic qoutes is enabled
__construct($a_id=0, $a_old_nr=0)
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
const ADDITIONAL_CONTENT_EDITING_MODE_DEFAULT
constant for additional content editing mode "default"
__construct(Container $dic, ilPlugin $plugin)
redirectToQuestionEditPage($questionType, $qid, $prev_qid)
static isAdditionalQuestionContentEditingModePageObjectEnabled()
returns the fact wether content editing with ilias page editor is enabled for questions or not ...
static getInstanceByRefId($a_ref_id, $stop_on_error=true)
get an instance of an Ilias object by reference id
setOutputMode($a_mode=self::PRESENTATION)
Set Output Mode.
redirectToQuestionPoolSelectionPage($questionType, $qid, $prev_qid)
static redirect($a_script)
ilTestExpressPageObjectGUI: assMultipleChoiceGUI, assClozeTestGUI, assMatchingQuestionGUI ilTestExpr...