Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
Class to represent a question answer, loaded from the question_answers table in the database. More...
Public Member Functions | |
__construct ($id, $answer, $fraction, $feedback, $feedbackformat) | |
Constructor. | |
Public Attributes | |
string | $answer |
the answer. | |
integer | $answerformat = FORMAT_PLAIN |
one of the FORMAT_... constans. | |
string | $feedback |
the feedback for this answer. | |
integer | $feedbackformat |
one of the FORMAT_... constans. | |
number | $fraction |
the fraction this answer is worth. | |
integer | $id |
the answer id. | |
Class to represent a question answer, loaded from the question_answers table in the database.
question_answer::__construct | ( | $id, | |
$answer, | |||
$fraction, | |||
$feedback, | |||
$feedbackformat ) |
Constructor.
int | $id | the answer. |
string | $answer | the answer. |
number | $fraction | the fraction this answer is worth. |
string | $feedback | the feedback for this answer. |
int | $feedbackformat | the format of the feedback. |