Public Member Functions

assFlashAppExport Class Reference
[Modules/TestQuestionPool]

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.

Detailed Description

Class for flash question exports.

assFlashAppExport is a class for flash question exports

Author:
Helmut Schottmüller <helmut.schottmueller@mac.com>
Version:
$Id$

Definition at line 35 of file class.assFlashAppExport.php.


Member Function Documentation

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

Returns:
string The QTI xml representation of the question public

Reimplemented from assQuestionExport.

Definition at line 46 of file class.assFlashAppExport.php.

        {
                return "";
        }


The documentation for this class was generated from the following file: