|
ILIAS
Release_4_0_x_branch Revision 61816
|
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 39 of file class.ilQuestionExporter.php.
|
private |
Definition at line 190 of file class.ilQuestionExporter.php.
|
private |
Definition at line 223 of file class.ilQuestionExporter.php.
|
private |
Definition at line 212 of file class.ilQuestionExporter.php.
|
private |
Definition at line 160 of file class.ilQuestionExporter.php.
|
private |
Definition at line 201 of file class.ilQuestionExporter.php.
|
private |
Definition at line 144 of file class.ilQuestionExporter.php.
|
private |
Definition at line 177 of file class.ilQuestionExporter.php.
| ilQuestionExporter::exportQuestion | ( | $a_ref_id | ) |
Definition at line 83 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 125 of file class.ilQuestionExporter.php.
References $media_files.
Referenced by ilSCORM2004Sco\exportHTMLPageObjects().
Here is the caller graph for this function:
|
static |
Definition at line 115 of file class.ilQuestionExporter.php.
References $key, $mobs, and $mobs.
Referenced by ilSCORM2004Sco\exportHTMLPageObjects().
Here is the caller graph for this function:| ilQuestionExporter::ilQuestionExporter | ( | $a_preview_mode = false | ) |
Constructor public.
Definition at line 58 of file class.ilQuestionExporter.php.
|
static |
Definition at line 109 of file class.ilQuestionExporter.php.
References $mobs.
Referenced by ilSCORM2004Sco\exportHTMLPageObjects().
Here is the caller graph for this function:
|
static |
Definition at line 129 of file class.ilQuestionExporter.php.
References $key.
Referenced by ilSCORM2004Sco\exportHTMLPageObjects().
Here is the caller graph for this function:
|
private |
Definition at line 137 of file class.ilQuestionExporter.php.
| ilQuestionExporter::$db |
Definition at line 45 of file class.ilQuestionExporter.php.
|
static |
Definition at line 41 of file class.ilQuestionExporter.php.
| ilQuestionExporter::$ilias |
Definition at line 46 of file class.ilQuestionExporter.php.
Referenced by ilQuestionExporter().
| ilQuestionExporter::$inst_id |
Definition at line 48 of file class.ilQuestionExporter.php.
Referenced by exportQuestion().
| ilQuestionExporter::$json |
Definition at line 51 of file class.ilQuestionExporter.php.
Referenced by exportQuestion().
| ilQuestionExporter::$json_decoded |
Definition at line 52 of file class.ilQuestionExporter.php.
|
static |
Definition at line 43 of file class.ilQuestionExporter.php.
Referenced by getFiles().
|
static |
Definition at line 42 of file class.ilQuestionExporter.php.
Referenced by getMobs().
| ilQuestionExporter::$preview_mode |
Definition at line 53 of file class.ilQuestionExporter.php.
| ilQuestionExporter::$q_gui |
Definition at line 49 of file class.ilQuestionExporter.php.
| ilQuestionExporter::$ref_id |
Definition at line 47 of file class.ilQuestionExporter.php.
| ilQuestionExporter::$tpl |
Definition at line 50 of file class.ilQuestionExporter.php.