|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($id, $answer, $fraction, $feedback, $feedbackformat, $tolerance) | |
| get_tolerance_interval () | |
| within_tolerance ($value) | |
Data Fields | |
| $tolerance | |
| $tolerancetype = 2 | |
Subclass of question_answer with the extra information required by the numerical question type.
Definition at line 310 of file question.php.
| __construct | ( | $ | id, |
| $ | answer, | ||
| $ | fraction, | ||
| $ | feedback, | ||
| $ | feedbackformat, | ||
| $ | tolerance | ||
| ) |
Definition at line 316 of file question.php.
| within_tolerance | ( | $ | value | ) |
| $tolerance |
Definition at line 312 of file question.php.
| $tolerancetype = 2 |
Definition at line 314 of file question.php.