| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Class for question exports. More...
 Inheritance diagram for assQuestionExport:
 Inheritance diagram for assQuestionExport: Collaboration diagram for assQuestionExport:
 Collaboration diagram for assQuestionExport:| Public Member Functions | |
| assQuestionExport (&$a_object) | |
| assQuestionExport constructor | |
| 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. | |
| Data Fields | |
| $object | |
Class for question exports.
exportQuestion is a basis class question exports
Definition at line 34 of file class.assQuestionExport.php.
| assQuestionExport::assQuestionExport | ( | & | $a_object | ) | 
assQuestionExport constructor
| object | $a_object | The question object public | 
Definition at line 51 of file class.assQuestionExport.php.
| assQuestionExport::exportFeedbackOnly | ( | $a_xml_writer | ) | 
Definition at line 56 of file class.assQuestionExport.php.
Referenced by assFileUploadExport\toXML(), and assFlashQuestionExport\toXML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| assQuestionExport::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 in assClozeTestExport, assImagemapQuestionExport, assJavaAppletExport, assMatchingQuestionExport, assMultipleChoiceExport, assNumericExport, assOrderingQuestionExport, assSingleChoiceExport, assTextQuestionExport, assTextSubsetExport, assFileUploadExport, assFlashQuestionExport, assOrderingHorizontalExport, and assErrorTextExport.
Definition at line 153 of file class.assQuestionExport.php.
| assQuestionExport::$object | 
Definition at line 43 of file class.assQuestionExport.php.