Class for flash question exports. More...
Inheritance diagram for assFlashAppExport:
Collaboration diagram for assFlashAppExport: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. | |
Class for flash question exports.
assFlashAppExport is a class for flash question exports
Definition at line 35 of file class.assFlashAppExport.php.
| assFlashAppExport::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 46 of file class.assFlashAppExport.php.
{
return "";
}
1.7.1