|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. 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 () | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Scorm 2004 Question Exporter
Definition at line 30 of file class.ilQuestionExporter.php.
| ilQuestionExporter::__construct | ( | $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 276 of file class.ilQuestionExporter.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 396 of file class.ilQuestionExporter.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 345 of file class.ilQuestionExporter.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 218 of file class.ilQuestionExporter.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 289 of file class.ilQuestionExporter.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 331 of file class.ilQuestionExporter.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 181 of file class.ilQuestionExporter.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 383 of file class.ilQuestionExporter.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 302 of file class.ilQuestionExporter.php.
References ILIAS\Repository\lng(), and OQ_PICTURES.
Here is the call graph for this function:
|
private |
Definition at line 154 of file class.ilQuestionExporter.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 261 of file class.ilQuestionExporter.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 370 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, $mobs, $type, ilInternalLink\_extractInstOfTarget(), ilInternalLink\_extractObjIdOfTarget(), and assQuestionGUI\_getQuestionGUI().
Here is the call graph for this function:
|
static |
|
static |
Definition at line 116 of file class.ilQuestionExporter.php.
References $i, ILIAS\LTI\ToolProvider\$key, and $mobs.
|
static |
Definition at line 109 of file class.ilQuestionExporter.php.
References $mobs.
|
static |
Definition at line 132 of file class.ilQuestionExporter.php.
References ILIAS\LTI\ToolProvider\$key.
Referenced by ilPCQuestion\modifyPageContentPostXsl().
Here is the caller graph for this function:
|
private |
Definition at line 146 of file class.ilQuestionExporter.php.
| ilQuestionExporter::$db |
Definition at line 41 of file class.ilQuestionExporter.php.
|
static |
Definition at line 37 of file class.ilQuestionExporter.php.
| ilQuestionExporter::$inst_id |
Definition at line 43 of file class.ilQuestionExporter.php.
Referenced by exportQuestion().
| ilQuestionExporter::$json |
Definition at line 46 of file class.ilQuestionExporter.php.
Referenced by exportQuestion().
| 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.
Referenced by getFiles().
|
static |
Definition at line 38 of file class.ilQuestionExporter.php.
| ilQuestionExporter::$preview_mode |
Definition at line 48 of file class.ilQuestionExporter.php.
| ilQuestionExporter::$q_gui |
Definition at line 44 of file class.ilQuestionExporter.php.
| ilQuestionExporter::$ref_id |
Definition at line 42 of file class.ilQuestionExporter.php.
| ilQuestionExporter::$tpl |
Definition at line 45 of file class.ilQuestionExporter.php.