5 include_once(
"./Services/COPage/classes/class.ilPageObjectGUI.php");
6 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004Page.php");
7 require_once
'./Modules/Scorm2004/classes/class.ilQuestionExporter.php';
30 function __construct($a_parent_type, $a_id = 0, $a_old_nr = 0, $a_slm_id = 0,
35 $this->glo_id = $a_glo_id;
36 $this->slm_id = $a_slm_id;
38 $a_parent_type =
"sahs";
40 parent::__construct($a_parent_type, $a_id, $a_old_nr);
44 $ilCtrl->getLinkTargetByClass(
"ilobjscorm2004learningmodulegui",
"showTree",
46 include_once(
"./Modules/ScormAicc/classes/class.ilObjSAHSLearningModule.php");
57 $this->glossary_ov_id = $a_ov_id;
68 return $this->glossary_ov_id;
78 $next_class = $this->ctrl->getNextClass($this);
79 $cmd = $this->ctrl->getCmd();
84 return parent::executeCommand();
87 case "ilpageobjectgui":
88 die(
"ilSCORM2004PageGUI forwarding to ilpageobjectgui error.");
92 $html = parent::executeCommand();
136 if (count($q_ids) > 0)
138 foreach ($q_ids as $q_id)
140 include_once(
"./Modules/TestQuestionPool/classes/class.assQuestionGUI.php");
142 $q_gui->outAdditionalOutput();
143 $html[$q_id] = $q_gui->getPreview(TRUE);
162 if ($this->scorm_mode ==
"preview")
164 parent::initSelfAssessmentRendering();
176 if ($this->scorm_mode ==
"preview")
178 $a_output = parent::selfAssessmentRendering($a_output);
191 $this->scorm_mode = $a_mode;
195 $output = parent::showPage();
206 $this->glossary_links = $int_links;
211 $link_info =
"<IntLinkInfos>";
212 $targetframe =
"None";
214 foreach ($int_links as $int_link)
217 $target = $int_link[
"Target"];
218 $targetframe =
"None";
219 if (substr($target, 0, 4) ==
"il__")
223 $type = $int_link[
"Type"];
231 $onclick =
'OnClick="return false;"';
232 $anc_par =
'Anchor=""';
233 $targetframe =
"Glossary";
242 include_once(
"./Modules/File/classes/class.ilObjFile.php");
253 $anc_par =
'Anchor=""';
254 $targetframe =
"None";
258 $link_info.=
"<IntLinkInfo $onclick Target=\"$target\" Type=\"$type\" ".$anc_par.
" ".
259 "TargetFrame=\"$targetframe\" LinkHref=\"$href\" LinkTarget=\"$ltarget\" />";
262 $link_info.=
"</IntLinkInfos>";
274 include_once(
"./Services/UIComponent/Overlay/classes/class.ilOverlayGUI.php");
276 if ($this->scorm_mode !=
"export")
278 $tpl =
new ilTemplate(
"tpl.glossary_entries.html",
true,
true,
"Modules/Scorm2004");
282 $tpl = self::$export_glo_tpl;
293 $ovov->setAutoHide(
false);
294 $ovov->setCloseElementId(
"glo_ov_close");
297 if ($this->scorm_mode !=
"export" ||
304 $tpl->setCurrentBlock(
"add_script");
305 $tpl->setVariable(
"ADD_SCRIPT",
"il.Util.addOnLoad(function () {".$overlays[$this->
getGlossaryOverviewId()]->getOnLoadCode().
"});");
306 $tpl->parseCurrentBlock();
313 if (is_array($this->glossary_links))
315 foreach ($this->glossary_links as $k => $e)
318 if ($e[
"Type"] ==
"GlossaryItem")
320 $karr = explode(
":", $k);
321 $link_id = $karr[0].
"_".$this->
getPageObject()->getId().
"_".$karr[4];
323 $ov_id =
"ov".$karr[0];
324 $cl_id =
"ov".$karr[0].
"cl";
325 $glov_id =
"ov".$karr[0].
"ov";
326 $term_id_arr = explode(
"_", $karr[0]);
327 $term_id = $term_id_arr[count($term_id_arr) - 1];
330 include_once(
"./Modules/Glossary/classes/class.ilGlossaryTermGUI.php");
331 $id_arr = explode(
"_", $karr[0]);
337 $tpl->setCurrentBlock(
"entry");
338 $tpl->setVariable(
"CONTENT", $html);
339 $tpl->setVariable(
"OVERLAY_ID", $ov_id);
344 if (!isset($overlays[$ov_id]))
347 $overlays[$ov_id]->setAnchor($link_id);
348 $overlays[$ov_id]->setTrigger($link_id,
"click", $link_id);
349 $overlays[$ov_id]->setAutoHide(
false);
350 $overlays[$ov_id]->setCloseElementId($cl_id);
351 if ($this->scorm_mode !=
"export" ||
354 $overlays[$ov_id]->add();
358 $tpl->setVariable(
"SCRIPT",
"il.Util.addOnLoad(function () {".$overlays[$ov_id]->getOnLoadCode().
"});");
363 if ($this->scorm_mode !=
"export" ||
366 $overlays[$ov_id]->addTrigger($link_id,
"click", $link_id);
370 $tpl->setVariable(
"SCRIPT",
371 "il.Util.addOnLoad(function () {".$overlays[$ov_id]->getTriggerOnLoadCode($link_id,
"click", $link_id).
"});");
377 if ($this->scorm_mode !=
"export" ||
383 $overlays[$ov_id]->addTrigger(
"glo_ov_t".$term_id,
"click", $this->
getGlossaryOverviewId(),
false,
"tl",
"tl");
387 $tpl->setVariable(
"SCRIPT2",
388 "il.Util.addOnLoad(function () {".
389 $overlays[$this->
getGlossaryOverviewId()]->getTriggerOnLoadCode($glov_id,
"click", $ov_id,
false,
"tl",
"tl").
"});");
390 $tpl->setVariable(
"SCRIPT3",
391 "il.Util.addOnLoad(function () {".
392 $overlays[$ov_id]->getTriggerOnLoadCode(
"glo_ov_t".$term_id,
"click", $this->
getGlossaryOverviewId(),
false,
"tl",
"tl").
"});");
396 $tpl->parseCurrentBlock();
401 if ($glossary && $this->scorm_mode !=
"export")
403 $ret = $a_output.$tpl->get();
420 self::$export_glo_tpl =
new ilTemplate(
"tpl.glossary_entries.html",
true,
true,
"Modules/Scorm2004");
428 $ret = self::$export_glo_tpl->get();
enableNotes($a_enabled, $a_parent_id)
getPageObject()
Get Page Object.
setTemplateOutput($a_output=true)
showPage($a_mode="preview")
Show the page.
setDefaultLinkXml()
Set standard link xml (currently only glossaries)
setGlossaryOverviewInfo($a_ov_id, $a_sco)
Set glossary overview id.
initSelfAssessmentRendering()
Init question handling.
static getGloOverviewOv($a_sco)
des
setPageObject($a_pg_obj)
Set Page Object.
getQuestionHtmlOfPage()
Get question html for page.
determineFileDownloadLink()
Determine file download link.
special template class to simplify handling of ITX/PEAR
& executeCommand()
execute command
& _getQuestionGUI($question_type, $question_id=-1)
Creates a question gui representation and returns the alias to the question gui note: please do not u...
__construct($a_parent_type, $a_id=0, $a_old_nr=0, $a_slm_id=0, $a_glo_id=0)
Constructor.
This is a utility class for the yui overlays.
GUI class for glossary terms.
getSCORM2004Page()
Get SCORM2004 Page Object.
static _lookupType($a_id, $a_reference=false)
lookup object type
selfAssessmentRendering($a_output)
Self assessment question rendering.
setSCORM2004Page($a_scpage)
Set SCORM2004 Page Object.
getAffectiveLocalization($a_id)
Get affective localization.
Class ilSCORM2004Page GUI class.
static getGlossaryHTML($a_sco)
Get glossary html (only in export mode)
postOutputProcessing($a_output)
Post output processing:
getGlossaryOverviewId()
Get glossary overview id.
setIntLinkReturn($a_return)
static initExport()
Init export.