ILIAS
Release_5_0_x_branch Revision 61816
|
Class for flash 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. | |
Public Member Functions inherited from assQuestionExport | |
assQuestionExport (&$a_object) | |
assQuestionExport constructor | |
exportFeedbackOnly ($a_xml_writer) |
Additional Inherited Members | |
Data Fields inherited from assQuestionExport | |
$object | |
Protected Member Functions inherited from assQuestionExport | |
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) | |
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) | |
addGeneralMetadata (ilXmlWriter $xmlwriter) |
Class for flash question exports.
Definition at line 13 of file class.assFlashQuestionExport.php.
assFlashQuestionExport::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
Reimplemented from assQuestionExport.
Definition at line 24 of file class.assFlashQuestionExport.php.
References assQuestionExport\addAdditionalContentEditingModeInformation(), assQuestionExport\addGeneralMetadata(), assQuestionExport\exportFeedbackOnly(), and ilXmlWriter\xmlHeader().