ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class for formula question question exports. More...
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 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. More... | |
Additional Inherited Members | |
Data Fields inherited from assQuestionExport | |
$object | |
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) | |
Class for formula question question exports.
assOrderingHorizontalExport is a class for single choice question exports
Definition at line 15 of file class.assOrderingHorizontalExport.php.
assOrderingHorizontalExport::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 and sets the internal domxml variable with the DOM XML representation of the QTI xml representation.
Definition at line 24 of file class.assOrderingHorizontalExport.php.
References $xml, assQuestionExport\addAdditionalContentEditingModeInformation(), assQuestionExport\addAnswerSpecificFeedback(), assQuestionExport\addGeneralMetadata(), assQuestionExport\addGenericFeedback(), array, object, and ilXmlWriter\xmlHeader().