18 include_once
"./Modules/Test/classes/inc.AssessmentConstants.php";
44 $this->
object = $a_object;
49 return (
int) $this->
object->getId();
54 $feedbacksgeneric = array();
55 foreach ($item->resprocessing as $resprocessing) {
56 foreach ($resprocessing->respcondition as $respcondition) {
57 foreach ($respcondition->displayfeedback as $feedbackpointer) {
58 if (strlen($feedbackpointer->getLinkrefid())) {
59 foreach ($item->itemfeedback as $ifb) {
60 if (strcmp($ifb->getIdent(),
"response_allcorrect") == 0) {
62 if (count($ifb->material)) {
63 foreach ($ifb->material as $material) {
64 $feedbacksgeneric[1] = $material;
67 if ((count($ifb->flow_mat) > 0)) {
68 foreach ($ifb->flow_mat as $fmat) {
69 if (count($fmat->material)) {
70 foreach ($fmat->material as $material) {
71 $feedbacksgeneric[1] = $material;
76 } elseif (strcmp($ifb->getIdent(),
"response_onenotcorrect") == 0) {
78 if (count($ifb->material)) {
79 foreach ($ifb->material as $material) {
80 $feedbacksgeneric[0] = $material;
83 if ((count($ifb->flow_mat) > 0)) {
84 foreach ($ifb->flow_mat as $fmat) {
85 if (count($fmat->material)) {
86 foreach ($fmat->material as $material) {
87 $feedbacksgeneric[0] = $material;
99 foreach ($feedbacksgeneric as $correctness => $material) {
100 $m = $this->
object->QTIMaterialToString($material);
101 $feedbacksgeneric[$correctness] = $m;
103 return $feedbacksgeneric;
113 return (
int) str_replace($prefix,
'', $feedbackIdent);
123 $feedbacks = array();
125 foreach ($item->itemfeedback as $ifb) {
126 if ($ifb->getIdent() ==
'response_allcorrect' || $ifb->getIdent() ==
'response_onenotcorrect') {
130 if ($ifb->getIdent() == $prefix .
'allcorrect' || $ifb->getIdent() == $prefix .
'onenotcorrect') {
134 if (substr($ifb->getIdent(), 0, strlen($prefix)) != $prefix) {
138 $ident = $ifb->getIdent();
142 if (count($ifb->material)) {
143 foreach ($ifb->material as $material) {
144 $feedbacks[$ident] = $material;
148 if ((count($ifb->flow_mat) > 0)) {
149 foreach ($ifb->flow_mat as $fmat) {
150 if (count($fmat->material)) {
151 foreach ($fmat->material as $material) {
152 $feedbacks[$ident] = $material;
159 foreach ($feedbacks as $ident => $material) {
160 $m = $this->
object->QTIMaterialToString($material);
161 $feedbacks[$ident] = $m;
180 public function fromXML(&$item, $questionpool_id, &$tst_id, &$tst_object, &$question_counter, $import_mapping): array
215 $lomLifecycle->getMappedIliasLifecycleIdentifer()
243 $reg =
'/<img.*src=".*\\/mm_(\\d+)\\/(.*?)".*>/m';
246 if (preg_match_all($reg, $text, $matches)) {
248 for (
$i = 0, $max = count($matches[1]);
$i < $max;
$i++) {
249 $mobSrcId = $matches[1][
$i];
250 $mobSrcName = $matches[2][
$i];
251 $mobSrcLabel =
'il_' . $sourceNic .
'_mob_' . $mobSrcId;
259 "mob" => $mobSrcLabel,
"uri" =>
'objects/' . $mobSrcLabel .
'/' . $mobSrcName
278 $additionalContentEditingMode = $qtiItem->getMetadataEntry(
'additional_cont_edit_mode');
280 if (!$this->
object->isValidAdditionalContentEditingMode($additionalContentEditingMode ??
'')) {
284 return $additionalContentEditingMode;
290 int $subquestion_index = 0
292 $type = $this->findSolutionTypeByValue($value);
297 $repo = $this->getSuggestedSolutionsRepo();
299 $nu_value = $this->
object->_resolveInternalLink($value);
300 $solution = $repo->create($question_id,
$type)
301 ->withInternalLink($nu_value)
302 ->withImportId($value);
303 $repo->update($solution);
308 if ($size === null) {
309 return $this->
object->getThumbSize();
312 if ($size < $this->
object->getMaximumThumbSize()) {
313 return $this->
object->getMaximumThumbSize();
316 if ($size > $this->
object->getMaximumThumbSize()) {
317 return $this->
object->getMaximumThumbSize();
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)
getFeedbackAnswerSpecific(ilQTIItem $item, $prefix='response_')
static getInstance($identifier)
deduceThumbSizeFromImportValue(?int $size)
addGeneralMetadata(ilQTIItem $item)
getMetadataEntry(string $a_label)
processNonAbstractedImageReferences($text, $sourceNic)
fetchAdditionalContentEditingModeInformation($qtiItem)
fetches the "additional content editing mode" information from qti item and falls back to ADDITIONAL_...
getQplImportArchivDirectory()
returns the full path to extracted qpl import archiv (qpl import dir + qpl archiv subdir) ...
fetchLifecycle(ilQTIItem $item)
fromXML(&$item, $questionpool_id, &$tst_id, &$tst_object, &$question_counter, $import_mapping)
Creates a question from a QTI file.
getFeedbackGeneric($item)
const ADDITIONAL_CONTENT_EDITING_MODE_RTE
getTstImportArchivDirectory()
returns the full path to extracted tst import archiv (tst import dir + tst archiv subdir) ...
static _getImportDirectory()
get import directory of lm
__construct($a_object)
assQuestionImport constructor
importSuggestedSolution(int $question_id, string $value="", int $subquestion_index=0)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
fetchIndexFromFeedbackIdent($feedbackIdent, $prefix='response_')
static set(string $a_var, $a_val)
Set a value.
static getDraftInstance()
static _getImportDirectory()
Get the import directory location of the test.