26 $this->ds->setExportDirectories($this->dir_relative, $this->dir_absolute);
27 $this->ds->setDSPrefix(
"ds");
28 $this->config = $this->
getExport()->getConfig(
"Modules/LearningModule");
29 if ($this->config->getMasterLanguageOnly()) {
30 $conf = $this->
getExport()->getConfig(
"Services/COPage");
31 $conf->setMasterLanguageOnly(
true, $this->config->getIncludeMedia());
32 $this->ds->setMasterLanguageOnly(
true);
48 if ($a_entity ==
"lm") {
52 foreach ($a_ids as $id) {
53 $md_ids[] = $id .
":0:lm";
57 foreach ($a_ids as $id) {
59 foreach ($chaps as
$c) {
60 $md_ids[] = $id .
":" . $c[
"obj_id"] .
":st";
66 foreach ($a_ids as $id) {
68 foreach ($pages as $p) {
69 $pg_ids[] =
"lm:" . $p[
"obj_id"];
70 $md_ids[] = $id .
":" . $p[
"obj_id"] .
":pg";
78 "component" =>
"Services/COPage",
82 "component" =>
"Services/MetaData",
87 if (!$this->config->getMasterLanguageOnly()) {
89 "component" =>
"Services/Object",
94 "component" =>
"Services/Object",
99 foreach ($a_ids as $id) {
102 "component" =>
"Services/Help",
104 "ids" => array($id));
109 foreach ($a_ids as $id) {
112 "component" =>
"Services/Style",
138 foreach ($pages as $p) {
140 if (!$this->config->getMasterLanguageOnly()) {
142 foreach ($trans as $t) {
148 foreach ($langs as $l) {
151 $q_ids[$q_id] = $q_id;
155 if (count($q_ids) > 0) {
156 $dir = $this->
getExport()->export_run_dir;
157 $qti_file = fopen($dir .
"/qti.xml",
"w");
159 fwrite($qti_file, $pool->questionsToXML($q_ids));
163 return $this->ds->getXmlRepresentation($a_entity, $a_schema_version, $a_id,
"",
true,
true);
177 "namespace" =>
"http://www.ilias.de/Modules/LearningModule/lm/5_4",
178 "xsd_file" =>
"ilias_lm_5_4.xsd",
179 "uses_dataset" =>
true,
183 "namespace" =>
"http://www.ilias.de/Modules/LearningModule/lm/5_1",
184 "xsd_file" =>
"ilias_lm_5_1.xsd",
185 "uses_dataset" =>
true,
189 "namespace" =>
"http://www.ilias.de/Modules/LearningModule/lm/4_1",
190 "xsd_file" =>
"ilias_lm_4_1.xsd",
191 "uses_dataset" =>
false,
static _lookupStyleSheetId($a_cont_obj_id)
lookup style sheet ID
getXmlExportTailDependencies($a_entity, $a_target_release, $a_ids)
Get tail dependencies.
static _getQuestionIdsForPage($a_parent_type, $a_page_id, $a_lang="-")
Get all questions of a page.
getValidSchemaVersions($a_entity)
Returns schema versions that the component can export to.
static isOnlineHelpModule($a_id, $a_as_obj_id=false)
Is module an online module.
LearningModule Data set class.
static lookupTranslations($a_parent_type, $a_id)
Lookup translations.
Exporter class for html learning modules.
static getObjectList($lm_id, $type="")
static
static getPageList($lm_id)
static
getXmlRepresentation($a_entity, $a_schema_version, $a_id)
Get xml representation.