Moodle  2.2.1
http://www.collinsharper.com
cc_assesment_itemfeedbacktype Class Reference
Inheritance diagram for cc_assesment_itemfeedbacktype:
Collaboration diagram for cc_assesment_itemfeedbacktype:

Public Member Functions

 __construct ()
 set_ident ($value)
 set_title ($value)
 set_flow_mat (cc_assesment_flow_mattype $object)
 set_material (cc_assesment_material $object)
 set_solution (cc_assesment_itemfeedback_solutiontype $object)
 set_hint ($object)
 generate (XMLGenericDocument &$doc, DOMNode &$item, $namespace)

Protected Attributes

 $flow_mat = null
 $material = null
 $solution = null
 $hint = null

Detailed Description

Definition at line 1024 of file cc_asssesment.php.


Constructor & Destructor Documentation

Definition at line 1039 of file cc_asssesment.php.

Here is the call graph for this function:


Member Function Documentation

generate ( XMLGenericDocument &$  doc,
DOMNode &$  item,
namespace 
)
Parameters:
XMLGenericDocument$doc
DOMNode$item
string$namespace

Reimplemented from cc_question_metadata_base.

Definition at line 1083 of file cc_asssesment.php.

Here is the call graph for this function:

Parameters:
cc_assesment_flow_mattype$object

Definition at line 1061 of file cc_asssesment.php.

set_hint ( object)

Definition at line 1079 of file cc_asssesment.php.

set_ident ( value)
Parameters:
string$value

Definition at line 1047 of file cc_asssesment.php.

Here is the call graph for this function:

Parameters:
cc_assesment_material$object

Definition at line 1068 of file cc_asssesment.php.

set_title ( value)
Parameters:
string$value

Definition at line 1054 of file cc_asssesment.php.

Here is the call graph for this function:


Field Documentation

$flow_mat = null [protected]

Definition at line 1028 of file cc_asssesment.php.

$hint = null [protected]

Definition at line 1037 of file cc_asssesment.php.

$material = null [protected]

Definition at line 1032 of file cc_asssesment.php.

$solution = null [protected]

Definition at line 1036 of file cc_asssesment.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations