|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for assTextQuestionExport:
Collaboration diagram for assTextQuestionExport:Public Member Functions | |
| toXML ($a_include_header=true, $a_include_binary=true, $a_shuffle=false, $test_output=false, $force_image_references=false) | |
| Returns a QTI xml representation of the question Returns a QTI xml representation of the question and sets the internal domxml variable with the DOM XML representation of the QTI xml representation. More... | |
Public Member Functions inherited from assQuestionExport | |
| __construct ($a_object) | |
| assQuestionExport constructor More... | |
| exportFeedbackOnly ($a_xml_writer) | |
| toXML ($a_include_header=true, $a_include_binary=true, $a_shuffle=false, $test_output=false, $force_image_references=false) | |
| Returns a QTI xml representation of the question Returns a QTI xml representation of the question and sets the internal domxml variable with the DOM XML representation of the QTI xml representation. More... | |
| addQTIMaterial (ilXmlWriter $a_xml_writer, string $a_material, bool $close_material_tag=true, bool $add_mobs=true) | |
Data Fields | |
| $object | |
Data Fields inherited from assQuestionExport | |
| $object | |
| const | ITEM_SOLUTIONHINT = 'solutionhint' |
Additional Inherited Members | |
Protected Member Functions inherited from assQuestionExport | |
| addAnswerSpecificFeedback (ilXmlWriter $a_xml_writer, $answers) | |
| addGenericFeedback (ilXmlWriter $a_xml_writer) | |
| addQtiMetaDataField (ilXmlWriter $a_xml_writer, $fieldLabel, $fieldValue) | |
| adds a qti meta data field with given name and value to the passed xml writer (xml writer must be in context of opened "qtimetadata" tag) More... | |
| addAdditionalContentEditingModeInformation (ilXmlWriter $a_xml_writer) | |
| adds a qti meta data field for ilias specific information of "additional content editing mode" (xml writer must be in context of opened "qtimetadata" tag) More... | |
| addGeneralMetadata (ilXmlWriter $xmlwriter) | |
| addSolutionHints (ilXmlWriter $writer) | |
| addSuggestedSolution (ilXmlWriter $writer) | |
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 Class for essay question exports
assTextQuestionExport is a class for essay question exports
Definition at line 27 of file class.assTextQuestionExport.php.
| assTextQuestionExport::toXML | ( | $a_include_header = true, |
|
$a_include_binary = true, |
|||
$a_shuffle = false, |
|||
$test_output = false, |
|||
$force_image_references = false |
|||
| ) |
Returns a QTI xml representation of the question Returns a QTI xml representation of the question and sets the internal domxml variable with the DOM XML representation of the QTI xml representation.
Definition at line 39 of file class.assTextQuestionExport.php.
References $DIC, assQuestionExport\addAdditionalContentEditingModeInformation(), assQuestionExport\addAnswerSpecificFeedback(), assQuestionExport\addGeneralMetadata(), assQuestionExport\addQTIMaterial(), assQuestionExport\addQtiMetaDataField(), assQuestionExport\addSolutionHints(), assQuestionExport\addSuggestedSolution(), IL_INST_ID, and ILIAS\Repository\object().
Here is the call graph for this function:| assTextQuestionExport::$object |
Definition at line 32 of file class.assTextQuestionExport.php.