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

Public Member Functions

 __construct ()
 set_title ($value)
 enable_continue ($value=true)
 set_conditionvar (cc_assignment_conditionvar $object)
 add_setvar (cc_assignment_setvartype $object)
 add_displayfeedback (cc_assignment_displayfeedbacktype $object)
 generate (XMLGenericDocument &$doc, DOMNode &$item, $namespace)

Protected Attributes

 $conditionvar = null
 $setvar = array()
 $displayfeedback = array()

Detailed Description

Definition at line 824 of file cc_asssesment.php.


Constructor & Destructor Documentation

Definition at line 832 of file cc_asssesment.php.

Here is the call graph for this function:


Member Function Documentation

Definition at line 849 of file cc_asssesment.php.

enable_continue ( value = true)

Definition at line 841 of file cc_asssesment.php.

Here is the call graph for this function:

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

Reimplemented from cc_question_metadata_base.

Definition at line 857 of file cc_asssesment.php.

Here is the call graph for this function:

Definition at line 845 of file cc_asssesment.php.

set_title ( value)

Definition at line 837 of file cc_asssesment.php.

Here is the call graph for this function:


Field Documentation

$conditionvar = null [protected]

Definition at line 828 of file cc_asssesment.php.

$displayfeedback = array() [protected]

Definition at line 830 of file cc_asssesment.php.

$setvar = array() [protected]

Definition at line 829 of file cc_asssesment.php.


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