|
ILIAS
eassessment Revision 61809
|
Scorm 2004 Question Exporter. More...
Collaboration diagram for ilQuestionExporter:Public Member Functions | |
| ilQuestionExporter ($a_preview_mode=false) | |
| Constructor public. | |
| exportQuestion ($a_ref_id) | |
Static Public Member Functions | |
| static | indicateNewSco () |
| static | getMobs () |
| static | getFiles () |
| static | questionsJS () |
Data Fields | |
| $db | |
| $ilias | |
| $ref_id | |
| $inst_id | |
| $q_gui | |
| $tpl | |
| $json | |
| $json_decoded | |
| $preview_mode | |
Static Public Attributes | |
| static | $exported = array() |
| static | $mobs = array() |
| static | $media_files = array() |
Private Member Functions | |
| setHeaderFooter () | |
| assSingleChoice () | |
| assMultipleChoice () | |
| assTextQuestion () | |
| assClozeTest () | |
| assOrderingQuestion () | |
| assMatchingQuestion () | |
| assImagemapQuestion () | |
Scorm 2004 Question Exporter.
Definition at line 16 of file class.ilQuestionExporter.php.
|
private |
Definition at line 172 of file class.ilQuestionExporter.php.
|
private |
Definition at line 208 of file class.ilQuestionExporter.php.
|
private |
Definition at line 196 of file class.ilQuestionExporter.php.
|
private |
Definition at line 140 of file class.ilQuestionExporter.php.
|
private |
Definition at line 184 of file class.ilQuestionExporter.php.
|
private |
Definition at line 122 of file class.ilQuestionExporter.php.
|
private |
Definition at line 158 of file class.ilQuestionExporter.php.
| ilQuestionExporter::exportQuestion | ( | $a_ref_id | ) |
Definition at line 60 of file class.ilQuestionExporter.php.
References $inst_id, $json, $mobs, $type, ilInternalLink\_extractInstOfTarget(), ilInternalLink\_extractObjIdOfTarget(), and assQuestionGUI\_getQuestionGUI().
Here is the call graph for this function:
|
static |
Definition at line 102 of file class.ilQuestionExporter.php.
References $media_files.
Referenced by ilSCORM2004Sco\exportHTMLPageObjects().
Here is the caller graph for this function:
|
static |
Definition at line 92 of file class.ilQuestionExporter.php.
Referenced by ilSCORM2004Sco\exportHTMLPageObjects().
Here is the caller graph for this function:| ilQuestionExporter::ilQuestionExporter | ( | $a_preview_mode = false | ) |
Constructor public.
Definition at line 35 of file class.ilQuestionExporter.php.
References $ilDB, $ilias, and $lng.
|
static |
Definition at line 86 of file class.ilQuestionExporter.php.
References $mobs.
Referenced by ilSCORM2004Sco\exportHTMLPageObjects().
Here is the caller graph for this function:
|
static |
Definition at line 106 of file class.ilQuestionExporter.php.
Referenced by ilSCORM2004Sco\exportHTMLPageObjects().
Here is the caller graph for this function:
|
private |
Definition at line 114 of file class.ilQuestionExporter.php.
| ilQuestionExporter::$db |
Definition at line 22 of file class.ilQuestionExporter.php.
|
static |
Definition at line 18 of file class.ilQuestionExporter.php.
| ilQuestionExporter::$ilias |
Definition at line 23 of file class.ilQuestionExporter.php.
Referenced by ilQuestionExporter().
| ilQuestionExporter::$inst_id |
Definition at line 25 of file class.ilQuestionExporter.php.
Referenced by exportQuestion().
| ilQuestionExporter::$json |
Definition at line 28 of file class.ilQuestionExporter.php.
Referenced by exportQuestion().
| ilQuestionExporter::$json_decoded |
Definition at line 29 of file class.ilQuestionExporter.php.
|
static |
Definition at line 20 of file class.ilQuestionExporter.php.
Referenced by getFiles().
|
static |
Definition at line 19 of file class.ilQuestionExporter.php.
Referenced by getMobs().
| ilQuestionExporter::$preview_mode |
Definition at line 30 of file class.ilQuestionExporter.php.
| ilQuestionExporter::$q_gui |
Definition at line 26 of file class.ilQuestionExporter.php.
| ilQuestionExporter::$ref_id |
Definition at line 24 of file class.ilQuestionExporter.php.
| ilQuestionExporter::$tpl |
Definition at line 27 of file class.ilQuestionExporter.php.