35 public function toXML($a_include_header =
true, $a_include_binary =
true, $a_shuffle =
false, $test_output =
false, $force_image_references =
false): string
38 $ilias = $DIC[
'ilias'];
40 include_once(
"./Services/Xml/classes/class.ilXmlWriter.php");
43 $a_xml_writer->xmlHeader();
44 $a_xml_writer->xmlStartTag(
"questestinterop");
47 "title" => $this->
object->getTitle(),
48 "maxattempts" => $this->
object->getNrOfTries()
50 $a_xml_writer->xmlStartTag(
"item", $attrs);
52 $a_xml_writer->xmlElement(
"qticomment", null, $this->
object->getComment());
53 $a_xml_writer->xmlStartTag(
"itemmetadata");
54 $a_xml_writer->xmlStartTag(
"qtimetadata");
55 $a_xml_writer->xmlStartTag(
"qtimetadatafield");
56 $a_xml_writer->xmlElement(
"fieldlabel", null,
"ILIAS_VERSION");
57 $a_xml_writer->xmlElement(
"fieldentry", null, $ilias->getSetting(
"ilias_version"));
58 $a_xml_writer->xmlEndTag(
"qtimetadatafield");
59 $a_xml_writer->xmlStartTag(
"qtimetadatafield");
60 $a_xml_writer->xmlElement(
"fieldlabel", null,
"QUESTIONTYPE");
62 $a_xml_writer->xmlEndTag(
"qtimetadatafield");
63 $a_xml_writer->xmlStartTag(
"qtimetadatafield");
64 $a_xml_writer->xmlElement(
"fieldlabel", null,
"AUTHOR");
65 $a_xml_writer->xmlElement(
"fieldentry", null, $this->
object->getAuthor());
66 $a_xml_writer->xmlEndTag(
"qtimetadatafield");
72 $a_xml_writer->xmlEndTag(
"qtimetadata");
73 $a_xml_writer->xmlEndTag(
"itemmetadata");
77 "label" => $this->
object->getTitle()
79 $a_xml_writer->xmlStartTag(
"presentation", $attrs);
81 $a_xml_writer->xmlStartTag(
"flow");
83 $this->
object->addQTIMaterial($a_xml_writer, $this->
object->getQuestion());
87 "rcardinality" =>
"Single",
88 "numtype" =>
"Decimal" 90 $a_xml_writer->xmlStartTag(
"response_num", $attrs);
91 $solution = $this->
object->getSuggestedSolution(0);
92 if ($solution !== null && count($solution)) {
93 if (preg_match(
"/il_(\d*?)_(\w+)_(\d+)/", $solution[
"internal_link"], $matches)) {
94 $a_xml_writer->xmlStartTag(
"material");
95 $intlink =
"il_" .
IL_INST_ID .
"_" . $matches[2] .
"_" . $matches[3];
96 if (strcmp($matches[1],
"") != 0) {
97 $intlink = $solution[
"internal_link"];
100 "label" =>
"suggested_solution" 102 $a_xml_writer->xmlElement(
"mattext", $attrs, $intlink);
103 $a_xml_writer->xmlEndTag(
"material");
108 "fibtype" =>
"Decimal",
109 "maxchars" => $this->
object->getMaxChars()
111 $a_xml_writer->xmlStartTag(
"render_fib", $attrs);
112 $a_xml_writer->xmlEndTag(
"render_fib");
113 $a_xml_writer->xmlEndTag(
"response_num");
114 $a_xml_writer->xmlEndTag(
"flow");
115 $a_xml_writer->xmlEndTag(
"presentation");
118 $a_xml_writer->xmlStartTag(
"resprocessing");
119 $a_xml_writer->xmlStartTag(
"outcomes");
120 $a_xml_writer->xmlStartTag(
"decvar");
121 $a_xml_writer->xmlEndTag(
"decvar");
122 $a_xml_writer->xmlEndTag(
"outcomes");
124 $a_xml_writer->xmlStartTag(
"respcondition");
126 $a_xml_writer->xmlStartTag(
"conditionvar");
130 $a_xml_writer->xmlElement(
"vargte", $attrs, $this->
object->getLowerLimit());
131 $a_xml_writer->xmlElement(
"varlte", $attrs, $this->
object->getUpperLimit());
132 $a_xml_writer->xmlEndTag(
"conditionvar");
137 $a_xml_writer->xmlElement(
"setvar", $attrs, $this->
object->getPoints());
140 "feedbacktype" =>
"Response",
141 "linkrefid" =>
"Correct" 143 $a_xml_writer->xmlElement(
"displayfeedback", $attrs);
144 $a_xml_writer->xmlEndTag(
"respcondition");
146 $feedback_allcorrect = $this->
object->feedbackOBJ->getGenericFeedbackExportPresentation(
150 if (strlen($feedback_allcorrect)) {
154 $a_xml_writer->xmlStartTag(
"respcondition", $attrs);
156 $a_xml_writer->xmlStartTag(
"conditionvar");
160 $a_xml_writer->xmlElement(
"vargte", $attrs, $this->
object->getLowerLimit());
161 $a_xml_writer->xmlElement(
"varlte", $attrs, $this->
object->getUpperLimit());
162 $a_xml_writer->xmlEndTag(
"conditionvar");
165 "feedbacktype" =>
"Response",
166 "linkrefid" =>
"response_allcorrect" 168 $a_xml_writer->xmlElement(
"displayfeedback", $attrs);
169 $a_xml_writer->xmlEndTag(
"respcondition");
172 $feedback_onenotcorrect = $this->
object->feedbackOBJ->getGenericFeedbackExportPresentation(
176 if (strlen($feedback_onenotcorrect)) {
180 $a_xml_writer->xmlStartTag(
"respcondition", $attrs);
182 $a_xml_writer->xmlStartTag(
"conditionvar");
183 $a_xml_writer->xmlStartTag(
"not");
187 $a_xml_writer->xmlElement(
"vargte", $attrs, $this->
object->getLowerLimit());
188 $a_xml_writer->xmlElement(
"varlte", $attrs, $this->
object->getUpperLimit());
189 $a_xml_writer->xmlEndTag(
"not");
190 $a_xml_writer->xmlEndTag(
"conditionvar");
193 "feedbacktype" =>
"Response",
194 "linkrefid" =>
"response_onenotcorrect" 196 $a_xml_writer->xmlElement(
"displayfeedback", $attrs);
197 $a_xml_writer->xmlEndTag(
"respcondition");
200 $a_xml_writer->xmlEndTag(
"resprocessing");
204 "ident" =>
"Correct",
207 $a_xml_writer->xmlStartTag(
"itemfeedback", $attrs);
209 $a_xml_writer->xmlStartTag(
"flow_mat");
210 $a_xml_writer->xmlStartTag(
"material");
211 $a_xml_writer->xmlElement(
"mattext");
212 $a_xml_writer->xmlEndTag(
"material");
213 $a_xml_writer->xmlEndTag(
"flow_mat");
214 $a_xml_writer->xmlEndTag(
"itemfeedback");
215 if (strlen($feedback_allcorrect)) {
217 "ident" =>
"response_allcorrect",
220 $a_xml_writer->xmlStartTag(
"itemfeedback", $attrs);
222 $a_xml_writer->xmlStartTag(
"flow_mat");
223 $this->
object->addQTIMaterial($a_xml_writer, $feedback_allcorrect);
224 $a_xml_writer->xmlEndTag(
"flow_mat");
225 $a_xml_writer->xmlEndTag(
"itemfeedback");
227 if (strlen($feedback_onenotcorrect)) {
229 "ident" =>
"response_onenotcorrect",
232 $a_xml_writer->xmlStartTag(
"itemfeedback", $attrs);
234 $a_xml_writer->xmlStartTag(
"flow_mat");
235 $this->
object->addQTIMaterial($a_xml_writer, $feedback_onenotcorrect);
236 $a_xml_writer->xmlEndTag(
"flow_mat");
237 $a_xml_writer->xmlEndTag(
"itemfeedback");
242 $a_xml_writer->xmlEndTag(
"item");
243 $a_xml_writer->xmlEndTag(
"questestinterop");
245 $xml = $a_xml_writer->xmlDumpMem(
false);
246 if (!$a_include_header) {
247 $pos = strpos(
$xml,
"?>");
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addGeneralMetadata(ilXmlWriter $xmlwriter)
const NUMERIC_QUESTION_IDENTIFIER
toXML($a_include_header=true, $a_include_binary=true, $a_shuffle=false, $test_output=false, $force_image_references=false)
Returns a QTI xml representation of the question Returns a QTI xml representation of the question and...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addAdditionalContentEditingModeInformation(ilXmlWriter $a_xml_writer)
adds a qti meta data field for ilias specific information of "additional content editing mode" (xml w...
addSolutionHints(ilXmlWriter $writer)