|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Scorm 2004 Question Exporter. More...
Collaboration diagram for ilQuestionExporter:Public Member Functions | |
| __construct ($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 | |
| $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() |
Protected Attributes | |
| $lng | |
Private Member Functions | |
| setHeaderFooter () | |
| assSingleChoice () | |
| assMultipleChoice () | |
| assKprimChoice () | |
| assTextQuestion () | |
| assClozeTest () | |
| assLongMenu () | |
| assOrderingQuestion () | |
| assMatchingQuestion () | |
| assImagemapQuestion () | |
| assTextSubset () | |
| assOrderingHorizontal () | |
| assErrorText () | |
Scorm 2004 Question Exporter.
Definition at line 16 of file class.ilQuestionExporter.php.
| ilQuestionExporter::__construct | ( | $a_preview_mode = false | ) |
Constructor @access public.
Definition at line 40 of file class.ilQuestionExporter.php.
References $DIC, $ilDB, $lng, and IL_INST_ID.
|
private |
Definition at line 262 of file class.ilQuestionExporter.php.
|
private |
Definition at line 382 of file class.ilQuestionExporter.php.
|
private |
Definition at line 331 of file class.ilQuestionExporter.php.
|
private |
Definition at line 204 of file class.ilQuestionExporter.php.
|
private |
Definition at line 275 of file class.ilQuestionExporter.php.
|
private |
Definition at line 317 of file class.ilQuestionExporter.php.
|
private |
Definition at line 167 of file class.ilQuestionExporter.php.
|
private |
Definition at line 369 of file class.ilQuestionExporter.php.
|
private |
Definition at line 288 of file class.ilQuestionExporter.php.
References OQ_PICTURES.
|
private |
Definition at line 140 of file class.ilQuestionExporter.php.
|
private |
Definition at line 247 of file class.ilQuestionExporter.php.
|
private |
Definition at line 356 of file class.ilQuestionExporter.php.
| ilQuestionExporter::exportQuestion | ( | $a_ref_id, | |
$a_image_path = null, |
|||
$a_output_mode = "presentation" |
|||
| ) |
Definition at line 66 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 113 of file class.ilQuestionExporter.php.
References $media_files.
Referenced by ilSCORM2004Asset\exportHTMLPageObjects().
Here is the caller graph for this function:
|
static |
Definition at line 102 of file class.ilQuestionExporter.php.
Referenced by ilSCORM2004Asset\exportHTMLPageObjects().
Here is the caller graph for this function:
|
static |
Definition at line 95 of file class.ilQuestionExporter.php.
References $mobs.
Referenced by ilSCORM2004Asset\exportHTMLPageObjects().
Here is the caller graph for this function:
|
static |
Definition at line 118 of file class.ilQuestionExporter.php.
Referenced by ilSCORM2004Asset\exportHTMLPageObjects(), ilPCQuestion\modifyPageContentPostXsl(), and ilSCORM2004ScoGUI\sco_preview().
Here is the caller graph for this function:
|
private |
Definition at line 132 of file class.ilQuestionExporter.php.
| ilQuestionExporter::$db |
Definition at line 27 of file class.ilQuestionExporter.php.
|
static |
Definition at line 23 of file class.ilQuestionExporter.php.
| ilQuestionExporter::$inst_id |
Definition at line 29 of file class.ilQuestionExporter.php.
Referenced by exportQuestion().
| ilQuestionExporter::$json |
Definition at line 32 of file class.ilQuestionExporter.php.
Referenced by exportQuestion().
| ilQuestionExporter::$json_decoded |
Definition at line 33 of file class.ilQuestionExporter.php.
|
protected |
Definition at line 21 of file class.ilQuestionExporter.php.
Referenced by __construct().
|
static |
Definition at line 25 of file class.ilQuestionExporter.php.
Referenced by getFiles().
|
static |
Definition at line 24 of file class.ilQuestionExporter.php.
| ilQuestionExporter::$preview_mode |
Definition at line 34 of file class.ilQuestionExporter.php.
| ilQuestionExporter::$q_gui |
Definition at line 30 of file class.ilQuestionExporter.php.
| ilQuestionExporter::$ref_id |
Definition at line 28 of file class.ilQuestionExporter.php.
| ilQuestionExporter::$tpl |
Definition at line 31 of file class.ilQuestionExporter.php.