Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
A custom renderer class that extends the plugin_renderer_base and is used by the editpdf feedback plugin. More...
Public Member Functions | |
__construct ($assignment, $userid, $attemptnumber, $downloadurl, $downloadfilename, $stampfiles, $readonly) | |
Constructor. | |
Public Attributes | |
int | $assignment = 0 |
$assignment - Assignment instance id | |
mixed | $attemptnumber = 0 |
$attemptnumber - The attempt number we are grading | |
string | $downloadfilename = null |
$downloadfilename | |
moodle_url | $downloadurl = null |
$downloadurl | |
bool | $readonly = true |
$readonly | |
string[] | $stampfiles = array() |
$stampfiles | |
int | $userid = 0 |
$userid - The user id we are grading | |
A custom renderer class that extends the plugin_renderer_base and is used by the editpdf feedback plugin.
assignfeedback_editpdf_widget::__construct | ( | $assignment, | |
$userid, | |||
$attemptnumber, | |||
$downloadurl, | |||
$downloadfilename, | |||
$stampfiles, | |||
$readonly ) |
Constructor.
int | $assignment | - Assignment instance id |
int | $userid | - The user id we are grading |
int | $attemptnumber | - The attempt number we are grading |
moodle_url | $downloadurl | - A url to download the current generated pdf. |
string | $downloadfilename | - Name of the generated pdf. |
string[] | $stampfiles | - The file names of the stamps. |
bool | $readonly | - Show the readonly interface (no tools). |