|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct ($responseclass, $fraction) | |
Static Public Member Functions | |
| static | no_response () |
Data Fields | |
| $responseclass | |
| $fraction | |
This class is used in the return value from question_type::get_possible_responses().
Definition at line 1226 of file questiontypebase.php.
| __construct | ( | $ | responseclass, |
| $ | fraction | ||
| ) |
Constructor, just an easy way to set the fields.
| string | $responseclassid | see the field descriptions above. |
| string | $response | see the field descriptions above. |
| number | $fraction | see the field descriptions above. |
Definition at line 1241 of file questiontypebase.php.
| static no_response | ( | ) | [static] |
| $fraction |
Definition at line 1234 of file questiontypebase.php.
| $responseclass |
Definition at line 1232 of file questiontypebase.php.