Public Member Functions

assFlashAppImport Class Reference
[Modules/TestQuestionPool]

Class for cloze question imports. More...

Inheritance diagram for assFlashAppImport:
Collaboration diagram for assFlashAppImport:

Public Member Functions

 fromXML (&$item, $questionpool_id, &$tst_id, &$tst_object, &$question_counter, &$import_mapping)
 Creates a question from a QTI file.

Detailed Description

Class for cloze question imports.

assFlashAppImport is a class for cloze question imports

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

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


Member Function Documentation

assFlashAppImport::fromXML ( &$  item,
questionpool_id,
&$  tst_id,
&$  tst_object,
&$  question_counter,
&$  import_mapping 
)

Creates a question from a QTI file.

Receives parameters from a QTI parser and creates a valid ILIAS question object

Parameters:
object $item The QTI item object
integer $questionpool_id The id of the parent questionpool
integer $tst_id The id of the parent test if the question is part of a test
object $tst_object A reference to the parent test object
integer $question_counter A reference to a question counter to count the questions of an imported question pool
array $import_mapping An array containing references to included ILIAS objects public

Reimplemented from assQuestionImport.

Definition at line 50 of file class.assFlashAppImport.php.

        {
        }


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