Moodle  2.2.1
http://www.collinsharper.com
question_classified_response Class Reference

Public Member Functions

 __construct ($responseclassid, $response, $fraction)

Static Public Member Functions

static no_response ()

Data Fields

 $responseclassid
 $response
 $fraction

Detailed Description

This class is used in the return value from question_manually_gradable::classify_response().

Definition at line 434 of file questionbase.php.


Constructor & Destructor Documentation

__construct ( responseclassid,
response,
fraction 
)

Constructor, just an easy way to set the fields.

Parameters:
string$responseclassidsee the field descriptions above.
string$responsesee the field descriptions above.
number$fractionsee the field descriptions above.

Definition at line 451 of file questionbase.php.


Member Function Documentation

static no_response ( ) [static]

Definition at line 457 of file questionbase.php.

Here is the caller graph for this function:


Field Documentation

$fraction

Definition at line 444 of file questionbase.php.

Definition at line 442 of file questionbase.php.

$responseclassid

Definition at line 440 of file questionbase.php.


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