19 include_once
'./Modules/Test/classes/inc.AssessmentConstants.php';
35 include_once
'./Modules/TestQuestionPool/classes/class.assLongMenu.php';
38 $this->
object->loadFromDb(
$id);
54 $user_solution = array();
56 $solutions = $this->
object->getSolutionValues($active_id, $pass,
true);
58 foreach ($solutions as $idx => $solution_value) {
59 $user_solution[$solution_value[
"value1"]] = $solution_value[
"value2"];
61 return $user_solution;
63 return $user_solution;
77 $form->setValuesByPost();
86 $custom_check = $this->
object->checkQuestionCustomPart($form);
88 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"form_input_not_valid"));
98 $longmenu_text = $this->request->raw(
'longmenu_text') ??
'';
99 $hidden_text_files = $this->request->raw(
'hidden_text_files') ??
'';
100 $hidden_correct_answers = $this->request->raw(
'hidden_correct_answers') ?? [];
101 $long_menu_type = $this->request->raw(
'long_menu_type') ??
'';
106 $this->
object->setQuestion($this->request->raw(
'question'));
107 $this->
object->setLongMenuTextValue($this->request->raw(
'longmenu_text'));
108 $this->
object->setMinAutoComplete($this->request->int(
'min_auto_complete'));
109 $this->
object->setIdenticalScoring($this->request->int(
'identical_scoring'));
116 $longmenu_text = $this->request->raw(
'longmenu_text') ??
'';
117 $hidden_text_files = $this->request->raw(
'hidden_text_files') ??
'';
118 $answer_options_from_text = preg_split(
124 if (count($answer_options_from_text) - 1 !== count($answer_options_from_files)) {
125 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
'longmenu_answeroptions_differ'));
160 if ($form === null) {
166 $this->tpl->setVariable(
"QUESTION_DATA", $this->
ctrl->getHTML($form));
195 $long_menu_text->setRows(10);
196 $long_menu_text->setCols(80);
197 if (!$this->
object->getSelfAssessmentEditingMode()) {
199 include_once
"./Services/AdvancedEditing/classes/class.ilObjAdvancedEditing.php";
201 $long_menu_text->addPlugin(
"latex");
202 $long_menu_text->addButton(
"latex");
203 $long_menu_text->addButton(
"pastelatex");
204 $long_menu_text->setRTESupport($this->
object->getId(),
"qpl",
"assessment");
205 $long_menu_text->setUseRte(
true);
208 require_once
'Modules/TestQuestionPool/classes/questions/class.ilAssSelfAssessmentQuestionFormatter.php';
210 $long_menu_text->setUseTagsForRteOnly(
false);
213 $long_menu_text->setValue($this->
object->getLongMenuTextValue());
214 $form->
addItem($long_menu_text);
216 $tpl =
new ilTemplate(
"tpl.il_as_qpl_longmenu_question_gap_button_code.html",
true,
true,
"Modules/TestQuestionPool");
224 $modal->setHeading(
'');
225 $modal->setId(
"ilGapModal");
229 $min_auto_complete =
new ilNumberInputGUI($this->
lng->txt(
"min_auto_complete"),
'min_auto_complete');
231 $auto_complete = $this->
object->getMinAutoComplete();
232 if ($auto_complete == 0) {
235 $min_auto_complete->setValue($auto_complete);
236 $min_auto_complete->setMinValue(1);
237 $min_auto_complete->setMaxValue(99);
238 $min_auto_complete->setSize(5);
239 $form->
addItem($min_auto_complete);
241 $identical_scoring =
new ilCheckboxInputGUI($this->
lng->txt(
"identical_scoring"),
"identical_scoring");
243 $identical_scoring->setChecked($this->
object->getIdenticalScoring());
244 $identical_scoring->setInfo($this->
lng->txt(
'identical_scoring_desc'));
245 $identical_scoring->setRequired(
false);
246 $form->
addItem($identical_scoring);
251 $form->
addItem($hidden_correct);
253 $long_menu_language = [
254 'edit' =>
'[' . $this->
lng->txt(
'edit') .
']',
255 'type' => $this->
lng->txt(
'type'),
256 'answers' => $this->
lng->txt(
'answers'),
257 'answer_options' => $this->
lng->txt(
'answer_options'),
258 'correct_answers' => $this->
lng->txt(
'correct_answers'),
259 'add_answers' =>
'[' . $this->
lng->txt(
'add_answers') .
']',
260 'manual_editing' => $this->
lng->txt(
'manual_editing')
264 'list' => json_decode($this->
object->getJsonStructure()),
266 'last_updated_element' => 0,
267 'replacement_word' =>
'',
268 'filereader_usable' =>
false,
271 $answers = $this->
object->getAnswersObject();
273 if ($this->request->isset(
'hidden_text_files')) {
274 $question_parts[
'list'] = json_decode($this->request->raw(
'hidden_correct_answers'));
275 $answers = $this->request->raw(
'hidden_text_files');
278 $this->tpl->addJavaScript(
'./Modules/TestQuestionPool/templates/default/longMenuQuestionGapBuilder.js');
279 $this->tpl->addJavaScript(
'./Modules/TestQuestionPool/templates/default/longMenuQuestion.js');
280 $tpl =
new ilTemplate(
"tpl.il_as_qpl_longmenu_question_gap.html",
true,
true,
"Modules/TestQuestionPool");
295 $tag_input->setPostVar(
'taggable');
296 $tag_input->setJsSelfInit(
false);
297 $tag_input->setTypeAheadMinLength(1);
303 $this->tpl->addOnLoadCode(
'longMenuQuestion.Init(' .
304 json_encode($long_menu_language) .
', ' .
305 json_encode($question_parts) .
', ' .
337 $graphicalOutput =
false,
338 $result_output =
false,
339 $show_question_only =
true,
340 $show_feedback =
false,
341 $show_correct_solution =
false,
342 $show_manual_scoring =
false,
343 $show_question_text =
true 345 $template =
new ilTemplate(
"tpl.il_as_qpl_longmenu_question_output_solution.html",
true,
true,
"Modules/TestQuestionPool");
347 if ($show_question_text) {
348 $template->setVariable(
"QUESTIONTEXT", $this->
object->getQuestionForHTMLOutput());
350 if (($active_id > 0) && (!$show_correct_solution)) {
353 $correct_solution = $this->
object->getCorrectAnswersForQuestionSolution($this->
object->getId());
356 $solution_template =
new ilTemplate(
"tpl.il_as_tst_solution_output.html",
true,
true,
"Modules/TestQuestionPool");
357 $question_output = $template->get();
359 if ($show_feedback) {
362 $feedback .= strlen($fb) ? $fb :
'';
366 $feedback .= strlen($fb) ? $fb :
'';
368 if (strlen($feedback)) {
374 $solution_template->setVariable(
"ILC_FB_CSS_CLASS", $cssClass);
375 $solution_template->setVariable(
"FEEDBACK", $this->
object->prepareTextareaOutput($feedback,
true));
378 $solution_template->setVariable(
"SOLUTION_OUTPUT", $question_output);
380 $solution_output = $solution_template->get();
382 if (!$show_question_only) {
383 $solution_output = $this->
getILIASPage($solution_output);
386 return $solution_output;
389 public function getPreview($show_question_only =
false, $showInlineFeedback =
false): string
392 $user_solution = array_values($user_solution);
396 $question_output = $template->get();
397 if (!$show_question_only) {
398 $question_output = $this->
getILIASPage($question_output);
400 return $question_output;
408 $is_postponed =
false,
409 $use_post_solutions =
false,
410 $show_feedback =
false 412 $user_solution = array();
414 $solutions = $this->
object->getUserSolutionPreferingIntermediate($active_id, $pass);
415 foreach ($solutions as $idx => $solution_value) {
416 $user_solution[$solution_value[
"value1"]] = $solution_value[
"value2"];
422 $question_output = $template->get();
423 $page_output = $this->
outQuestionPage(
"", $is_postponed, $active_id, $question_output);
429 $template =
new ilTemplate(
"tpl.il_as_qpl_longmenu_question_output.html",
true,
true,
"Modules/TestQuestionPool");
430 $this->tpl->addJavaScript(
'./Modules/TestQuestionPool/templates/default/longMenuQuestionPlayer.js');
431 $this->tpl->addOnLoadCode(
'il.test.player.longmenu.init(' 432 . $this->
object->getMinAutoComplete() .
', ' 433 . json_encode($this->
object->getAvailableAnswerOptions())
436 $template->setVariable(
"QUESTIONTEXT", $this->
object->getQuestionForHTMLOutput());
443 if (!$this->
object->feedbackOBJ->specificAnswerFeedbackExists()) {
447 $feedback =
'<table class="test_specific_feedback"><tbody>';
448 $gaps = $this->
object->getCorrectAnswers();
449 foreach ($gaps as
$index => $answer) {
451 $caption .=
$index + 1 .
': ';
453 $feedback .=
'<tr><td>';
455 $feedback .= $caption .
'</td><td>';
456 $feedback .= $this->
object->feedbackOBJ->getSpecificAnswerFeedbackTestPresentation(
462 $feedback .=
'</tbody></table>';
463 return $this->
object->prepareTextareaOutput($feedback,
true);
490 $aggregation = array();
491 foreach ($relevant_answers as $answer) {
492 $overview[$answer[
'active_fi']][$answer[
'pass']][$answer[
'value1']] = $answer[
'value2'];
495 foreach ($overview as $active) {
496 foreach ($active as $answer) {
497 foreach ($answer as $option => $value) {
498 $aggregation[$option][$value] = $aggregation[$option][$value] + 1;
502 $tpl =
new ilTemplate(
'tpl.il_as_aggregated_longmenu_question_answers_table.html',
true,
true,
"Modules/TestQuestionPool");
503 $json = json_decode($this->
object->getJsonStructure());
504 foreach ($json as
$key => $value) {
506 if (array_key_exists(
$key, $aggregation)) {
507 $aggregate = $aggregation[
$key];
508 foreach ($aggregate as $answer => $counts) {
523 $correct_answers = $this->
object->getCorrectAnswers();
524 $answers = $this->
object->getAnswers();
525 foreach ($text_array as
$key => $value) {
526 $answer_is_correct =
false;
528 $return_value .= $this->
object->prepareTextareaOutput($value,
true);
529 if (
$key <
sizeof($text_array) - 1) {
530 if (!array_key_exists(
$key, $correct_answers)) {
531 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
'longmenu_answeroptions_differ'));
535 if (array_key_exists(
$key, $user_solution)) {
536 $user_value = $user_solution[
$key];
537 if (in_array($user_value, $correct_answers[
$key][0])) {
538 $answer_is_correct =
true;
544 if (array_key_exists(
$key, $user_solution)) {
545 $user_value = $user_solution[
$key];
546 if (in_array($user_value, $correct_answers[
$key][0])) {
547 $answer_is_correct =
true;
554 return $return_value;
559 $tpl =
new ilTemplate(
"tpl.il_as_qpl_longmenu_question_text_gap.html",
true,
true,
"Modules/TestQuestionPool");
582 $tpl =
new ilTemplate(
"tpl.il_as_qpl_longmenu_question_select_gap.html",
true,
true,
"Modules/TestQuestionPool");
588 if ($user_value == -1) {
603 foreach ($answers as $value) {
606 if ($value == $user_value) {
617 return array_keys($this->
object->getAnswers());
624 foreach ($relevantAnswers as $row) {
625 if ($row[
'value1'] != $questionIndex) {
629 if (!isset($answers[$row[
'value2']])) {
632 $answers[$row[
'value2']] = array(
633 'answer' => $row[
'value2'],
'frequency' => 0
637 $answers[$row[
'value2']][
'frequency']++;
647 $table = parent::getAnswerFrequencyTableGUI(
656 $DIC->language()->txt(
'tst_corrections_answers_tbl_subindex'),
657 $DIC->language()->txt(
'longmenu') .
' ' . ($questionIndex + 1)
666 $correctAnswers = $this->
object->getCorrectAnswers();
668 foreach ($this->
object->getAnswers() as $lmIndex => $lm) {
670 'answers_all' => array(0 => $lm),
671 'answers_all_count' => count($lm),
672 'answers_correct' => $correctAnswers[$lmIndex][0]
675 $lmPoints = $correctAnswers[$lmIndex][1];
678 $section->setTitle($this->
lng->txt(
'longmenu') .
' ' . ($lmIndex + 1));
682 $this->
lng->txt(
'answers'),
683 'longmenu_' . $lmIndex
688 $lmInput->setValues($lmValues);
694 $pointsInp->allowDecimals(
true);
695 $pointsInp->setSize(4);
696 $pointsInp->setMinValue(0);
697 $pointsInp->setMinvalueShouldBeGreater(
false);
698 $pointsInp->setValue($lmPoints);
708 $correctAnswers = $this->
object->getCorrectAnswers();
710 foreach ($this->
object->getAnswers() as $lmIndex => $lm) {
711 $pointsInput = (float) str_replace(
',',
'.', $form->
getInput(
'points_' . $lmIndex));
712 $correctAnswersInput = (array) $form->
getInput(
'longmenu_' . $lmIndex .
'_tags');
714 foreach ($correctAnswersInput as $idx => $answer) {
715 if (in_array($answer, $lm)) {
719 unset($correctAnswersInput[$idx]);
722 $correctAnswersInput = array_values($correctAnswersInput);
724 $correctAnswers[$lmIndex][0] = $correctAnswersInput;
725 $correctAnswers[$lmIndex][1] = $pointsInput;
728 $this->
object->setCorrectAnswers($correctAnswers);
isTestPresentationContext()
hasCorrectSolution($activeId, $passIndex)
generateCorrectnessIconsForCorrectness(int $correctness)
static stripSlashesRecursive($a_data, bool $a_strip_html=true, string $a_allow="")
setCurrentBlock(string $blockname=self::DEFAULT_BLOCK)
Sets the template to the given block.
buildBasicEditFormObject()
static stripSlashes(string $a_str, bool $a_strip_html=true, string $a_allow="")
addBasicQuestionFormProperties(ilPropertyFormGUI $form)
parseCurrentBlock(string $blockname=self::DEFAULT_BLOCK)
Parses the given block.
const CSS_CLASS_FEEDBACK_CORRECT
ilGlobalPageTemplate $tpl
populateTaxonomyFormSection(ilPropertyFormGUI $form)
addQuestionFormCommandButtons(ilPropertyFormGUI $form)
writeQuestionGenericPostData()
get(string $part=self::DEFAULT_BLOCK)
Renders the given block and returns the html string.
const CSS_CLASS_FEEDBACK_WRONG
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
saveTaxonomyAssignments()
getILIASPage(string $html="")
Returns the ILIAS Page around a question.
outQuestionPage($a_temp_var, $a_postponed=false, $active_id="", $html="", $inlineFeedbackEnabled=false)
__construct(Container $dic, ilPlugin $plugin)
This class represents a text area property in a property form.
const ADDITIONAL_CONTENT_EDITING_MODE_RTE
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setVariable(string $variable, $value='')
Sets the given variable to the given value.
static _getUsedHTMLTags(string $a_module="")
Returns an array of all allowed HTML tags for text editing.
getGenericFeedbackOutput(int $active_id, ?int $pass)