57 foreach ($maps as $old => $new) {
58 if ($old !=
"new_id" && (
int) $old > 0) {
59 $newQstIds = $a_mapping->
getMapping(
"components/ILIAS/AssessmentQuestion",
"qst", $old);
61 if ($newQstIds !==
false) {
62 $qstIds = explode(
":", $newQstIds);
63 foreach ($qstIds as $qId) {
64 $qstInstance = $DIC->question()->getQuestionInstance($qId);
65 $qstInstance->setParentId($new);
70 $qstMappings = $a_mapping->
getMappingsOfEntity(
'components/ILIAS/AssessmentQuestion',
'qst');
72 foreach ($qstMappings as $oldQstId => $newQstId) {
finalProcessing(ilImportMapping $a_mapping)
Final processing.
importXmlRepresentation(string $a_entity, string $a_id, string $a_xml, ilImportMapping $a_mapping)
getMapping(string $a_comp, string $a_entity, string $a_old_id)
getMappingsOfEntity(string $a_comp, string $a_entity)