ILIAS
Release_4_0_x_branch Revision 61816
|
Class for question exports. More...
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().
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.