|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Scorm 2004 Question Exporter. More...
Collaboration diagram for ilQuestionExporter:Public Member Functions | |
| __construct (bool $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 | questionsJS (?array $a_qids=null) |
Data Fields | |
| ilDBInterface | $db |
| int | $ref_id |
| int | $inst_id |
| assQuestionGUI | $q_gui |
| ilTemplate | $tpl |
| string | $json |
| mixed | $json_decoded |
| bool | $preview_mode |
Static Public Attributes | |
| static array | $exported = [] |
| static array | $mobs = [] |
| static array | $media_files = [] |
Protected Attributes | |
| ilLanguage | $lng |
Private Member Functions | |
| assSingleChoice () | |
| assMultipleChoice () | |
| assKprimChoice () | |
| assTextQuestion () | |
| assClozeTest () | |
| assLongMenu () | |
| assOrderingQuestion () | |
| assMatchingQuestion () | |
| assImagemapQuestion () | |
| assTextSubset () | |
| assOrderingHorizontal () | |
| assErrorText () | |
Scorm 2004 Question Exporter.
\
Definition at line 30 of file class.ilQuestionExporter.php.
| ilQuestionExporter::__construct | ( | bool | $a_preview_mode = false | ) |
Constructor @access public.
Definition at line 54 of file class.ilQuestionExporter.php.
References $DIC, $ilDB, $lng, IL_INST_ID, and ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 240 of file class.ilQuestionExporter.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 353 of file class.ilQuestionExporter.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 305 of file class.ilQuestionExporter.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 185 of file class.ilQuestionExporter.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 252 of file class.ilQuestionExporter.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 292 of file class.ilQuestionExporter.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 149 of file class.ilQuestionExporter.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 341 of file class.ilQuestionExporter.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 264 of file class.ilQuestionExporter.php.
References ILIAS\Repository\lng(), and assOrderingQuestion\OQ_PICTURES.
Here is the call graph for this function:
|
private |
Definition at line 123 of file class.ilQuestionExporter.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 226 of file class.ilQuestionExporter.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 329 of file class.ilQuestionExporter.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilQuestionExporter::exportQuestion | ( | $a_ref_id, | |
$a_image_path = null, |
|||
$a_output_mode = "presentation" |
|||
| ) |
Definition at line 80 of file class.ilQuestionExporter.php.
References $inst_id, $json, ilInternalLink\_extractInstOfTarget(), ilInternalLink\_extractObjIdOfTarget(), and assQuestionGUI\_getQuestionGUI().
Here is the call graph for this function:
|
static |
Definition at line 109 of file class.ilQuestionExporter.php.
Referenced by ilPCQuestion\modifyPageContentPostXsl().
Here is the caller graph for this function:| ilDBInterface ilQuestionExporter::$db |
Definition at line 41 of file class.ilQuestionExporter.php.
|
static |
Definition at line 37 of file class.ilQuestionExporter.php.
| int ilQuestionExporter::$inst_id |
Definition at line 43 of file class.ilQuestionExporter.php.
Referenced by exportQuestion().
| string ilQuestionExporter::$json |
Definition at line 46 of file class.ilQuestionExporter.php.
Referenced by exportQuestion().
| mixed ilQuestionExporter::$json_decoded |
Definition at line 47 of file class.ilQuestionExporter.php.
|
protected |
Definition at line 35 of file class.ilQuestionExporter.php.
Referenced by __construct().
|
static |
Definition at line 39 of file class.ilQuestionExporter.php.
|
static |
Definition at line 38 of file class.ilQuestionExporter.php.
| bool ilQuestionExporter::$preview_mode |
Definition at line 48 of file class.ilQuestionExporter.php.
| assQuestionGUI ilQuestionExporter::$q_gui |
Definition at line 44 of file class.ilQuestionExporter.php.
| int ilQuestionExporter::$ref_id |
Definition at line 42 of file class.ilQuestionExporter.php.
| ilTemplate ilQuestionExporter::$tpl |
Definition at line 45 of file class.ilQuestionExporter.php.