43 public function fromXML(&$item, $questionpool_id, &$tst_id, &$tst_object, &$question_counter, $import_mapping): array
51 $presentation = $item->getPresentation();
53 $created = sprintf(
"%04d%02d%02d%02d%02d%02d", $now[
'year'], $now[
'mon'], $now[
'mday'], $now[
'hours'], $now[
'minutes'], $now[
'seconds']);
55 $feedbacksgeneric = array();
57 $this->
object->setTitle($item->getTitle());
58 $this->
object->setComment($item->getComment());
59 $this->
object->setAuthor($item->getAuthor());
60 $this->
object->setOwner(
$ilUser->getId());
61 $this->
object->setQuestion($this->
object->QTIMaterialToString($item->getQuestiontext()));
62 $this->
object->setObjId($questionpool_id);
63 if (preg_match_all(
"/(\\\$v\\d+)/ims", $this->
object->getQuestion(), $matches)) {
64 foreach ($matches[1] as $variable) {
65 $data = unserialize($item->getMetadataEntry($variable), [
"allowed_classes" =>
false]);
66 $unit = $this->
object->getUnitRepository()->getUnit((
int)
$data[
"unitvalue"]);
67 $varObj =
new assFormulaQuestionVariable($variable, $data[
"rangemin"], $data[
"rangemax"], $unit, $data[
"precision"], $data[
"intprecision"]);
68 $this->
object->addVariable($varObj);
71 if (preg_match_all(
"/(\\\$r\\d+)/ims", $this->
object->getQuestion(), $rmatches)) {
72 foreach ($rmatches[1] as $result) {
73 $data = unserialize($item->getMetadataEntry($result), [
"allowed_classes" =>
false]);
74 $unit = $this->
object->getUnitRepository()->getUnit((
int)
$data[
"unitvalue"]);
75 if (!is_array($data[
"rating"])) {
76 $resObj =
new assFormulaQuestionResult($result, $data[
"rangemin"], $data[
"rangemax"], $data[
"tolerance"], $unit, $data[
"formula"], $data[
"points"], $data[
"precision"],
true);
78 $resObj =
new assFormulaQuestionResult($result, $data[
"rangemin"], $data[
"rangemax"], $data[
"tolerance"], $unit, $data[
"formula"], $data[
"points"], $data[
"precision"],
false, $data[
"rating"][
"sign"], $data[
"rating"][
"value"], $data[
"rating"][
"unit"]);
80 if (array_key_exists(
'resulttype', $data)) {
81 $resObj->setResultType($data[
"resulttype"]);
83 $this->
object->addResult($resObj);
84 if (is_array($data[
"resultunits"])) {
85 foreach ($data[
"resultunits"] as $resu) {
86 $ru = $this->
object->getUnitRepository()->getUnit($resu[
"unitvalue"]);
88 $this->
object->addResultUnit($resObj, $ru);
94 $this->
object->setPoints($item->getMetadataEntry(
"points"));
97 $this->
object->setAdditionalContentEditingMode(
100 $this->
object->saveToDb();
102 $questiontext = $this->
object->getQuestion();
114 $questiontext = str_replace(
"src=\"" . $mob[
"mob"] .
"\"",
"src=\"" .
"il_" .
IL_INST_ID .
"_mob_" . $media_object->getId() .
"\"", $questiontext);
116 foreach ($feedbacksgeneric as $correctness => $material) {
117 $feedbacksgeneric[$correctness] = str_replace(
"src=\"" . $mob[
"mob"] .
"\"",
"src=\"" .
"il_" .
IL_INST_ID .
"_mob_" . $media_object->getId() .
"\"", $material);
123 foreach ($feedbacksgeneric as $correctness => $material) {
124 $this->
object->feedbackOBJ->importGenericFeedback(
132 $this->
object->setAdditionalContentEditingMode(
136 $this->
object->saveToDb();
137 if (count($item->suggested_solutions)) {
138 foreach ($item->suggested_solutions as $suggested_solution) {
139 $this->
object->setSuggestedSolution($suggested_solution[
"solution"]->
getContent(), $suggested_solution[
"gap_index"],
true);
141 $this->
object->saveToDb();
144 $q_1_id = $this->
object->getId();
145 $question_id = $this->
object->duplicate();
146 $tst_object->questions[$question_counter++] = $question_id;
147 $import_mapping[$item->getIdent()] = array(
"pool" => $q_1_id,
"test" => $question_id);
149 $import_mapping[$item->getIdent()] = array(
"pool" => $this->
object->getId(),
"test" => 0);
151 return $import_mapping;
static _replaceMediaObjectImageSrc(string $a_text, int $a_direction=0, string $nic='')
Replaces image source from mob image urls with the mob id or replaces mob id with the correct image s...
static get(string $a_var)
addGeneralMetadata(ilQTIItem $item)
fetchAdditionalContentEditingModeInformation($qtiItem)
fetches the "additional content editing mode" information from qti item and falls back to ADDITIONAL_...
getFeedbackGeneric($item)
static _getImportDirectory()
get import directory of lm
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static clear(string $a_var)
static _getImportDirectory()
Get the import directory location of the test.