|
ILIAS
release_4-3 Revision
|
Scorm 2004 Question Exporter. More...
Collaboration diagram for ilQuestionExporter:Public Member Functions | |
| ilQuestionExporter ($a_preview_mode=false) | |
| Constructor public. | |
| exportQuestion ($a_ref_id, $a_image_path=null) | |
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 () | |
| assTextSubset () | |
| assOrderingHorizontal () | |
| assErrorText () | |
Scorm 2004 Question Exporter.
Definition at line 16 of file class.ilQuestionExporter.php.
|
private |
Definition at line 186 of file class.ilQuestionExporter.php.
|
private |
Definition at line 287 of file class.ilQuestionExporter.php.
|
private |
Definition at line 239 of file class.ilQuestionExporter.php.
|
private |
Definition at line 227 of file class.ilQuestionExporter.php.
|
private |
Definition at line 148 of file class.ilQuestionExporter.php.
|
private |
Definition at line 275 of file class.ilQuestionExporter.php.
|
private |
Definition at line 198 of file class.ilQuestionExporter.php.
References OQ_PICTURES.
|
private |
Definition at line 124 of file class.ilQuestionExporter.php.
|
private |
Definition at line 172 of file class.ilQuestionExporter.php.
|
private |
Definition at line 262 of file class.ilQuestionExporter.php.
| ilQuestionExporter::exportQuestion | ( | $a_ref_id, | |
$a_image_path = null |
|||
| ) |
Definition at line 61 of file class.ilQuestionExporter.php.
References $inst_id, $json, $mobs, ilInternalLink\_extractInstOfTarget(), ilInternalLink\_extractObjIdOfTarget(), and assQuestionGUI\_getQuestionGUI().
Here is the call graph for this function:
|
static |
Definition at line 104 of file class.ilQuestionExporter.php.
References $media_files.
Referenced by ilSCORM2004Asset\exportHTMLPageObjects().
Here is the caller graph for this function:
|
static |
Definition at line 94 of file class.ilQuestionExporter.php.
Referenced by ilSCORM2004Asset\exportHTMLPageObjects().
Here is the caller graph for this function:| ilQuestionExporter::ilQuestionExporter | ( | $a_preview_mode = false | ) |
Constructor public.
Definition at line 36 of file class.ilQuestionExporter.php.
|
static |
Definition at line 88 of file class.ilQuestionExporter.php.
References $mobs.
Referenced by ilSCORM2004Asset\exportHTMLPageObjects().
Here is the caller graph for this function:
|
static |
Definition at line 108 of file class.ilQuestionExporter.php.
Referenced by ilSCORM2004Asset\exportHTMLPageObjects().
Here is the caller graph for this function:
|
private |
Definition at line 116 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.