Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
question_answer Class Reference

Class to represent a question answer, loaded from the question_answers table in the database. More...

Inheritance diagram for question_answer:
qtype_calculatedmulti\qtype_calculatedmulti_answer qtype_numerical_answer qtype_calculated\qtype_calculated_answer

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.
 

Detailed Description

Class to represent a question answer, loaded from the question_answers table in the database.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Constructor & Destructor Documentation

◆ __construct()

question_answer::__construct ( $id,
$answer,
$fraction,
$feedback,
$feedbackformat )

Constructor.

Parameters
int$idthe answer.
string$answerthe answer.
number$fractionthe fraction this answer is worth.
string$feedbackthe feedback for this answer.
int$feedbackformatthe format of the feedback.

The documentation for this class was generated from the following file: