|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Scorm 2004 Question Exporter. More...
Collaboration diagram for ilQuestionExporter:Public Member Functions | |
| ilQuestionExporter ($a_preview_mode=false) | |
| Constructor @access public. More... | |
| exportQuestion ($a_ref_id, $a_image_path=null, $a_output_mode="presentation") | |
Static Public Member Functions | |
| static | indicateNewSco () |
| static | getMobs () |
| static | getFiles () |
| static | questionsJS (array $a_qids=null) |
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 () | |
| assKprimChoice () | |
| 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 243 of file class.ilQuestionExporter.php.
|
private |
Definition at line 349 of file class.ilQuestionExporter.php.
|
private |
Definition at line 300 of file class.ilQuestionExporter.php.
|
private |
Definition at line 186 of file class.ilQuestionExporter.php.
References $tpl.
|
private |
Definition at line 284 of file class.ilQuestionExporter.php.
References $tpl.
|
private |
Definition at line 162 of file class.ilQuestionExporter.php.
|
private |
Definition at line 337 of file class.ilQuestionExporter.php.
|
private |
Definition at line 255 of file class.ilQuestionExporter.php.
References OQ_PICTURES.
|
private |
Definition at line 135 of file class.ilQuestionExporter.php.
|
private |
Definition at line 229 of file class.ilQuestionExporter.php.
|
private |
Definition at line 324 of file class.ilQuestionExporter.php.
| ilQuestionExporter::exportQuestion | ( | $a_ref_id, | |
$a_image_path = null, |
|||
$a_output_mode = "presentation" |
|||
| ) |
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 110 of file class.ilQuestionExporter.php.
References $media_files.
Referenced by ilSCORM2004Asset\exportHTMLPageObjects().
Here is the caller graph for this function:
|
static |
Definition at line 100 of file class.ilQuestionExporter.php.
Referenced by ilSCORM2004Asset\exportHTMLPageObjects().
Here is the caller graph for this function:| ilQuestionExporter::ilQuestionExporter | ( | $a_preview_mode = false | ) |
Constructor @access public.
Definition at line 36 of file class.ilQuestionExporter.php.
|
static |
Definition at line 94 of file class.ilQuestionExporter.php.
References $mobs.
Referenced by ilSCORM2004Asset\exportHTMLPageObjects().
Here is the caller graph for this function:
|
static |
Definition at line 114 of file class.ilQuestionExporter.php.
Referenced by ilSCORM2004Asset\exportHTMLPageObjects().
Here is the caller graph for this function:
|
private |
Definition at line 127 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.
Referenced by assKprimChoice(), and assMatchingQuestion().