MDL-67832 quiz: fix lots of PHPdoc in attemptlib.php

This commit is contained in:
Tim Hunt 2020-01-29 18:14:58 +00:00
parent cb38ab1e39
commit 1aacbb72d3
5 changed files with 253 additions and 107 deletions

View file

@ -453,6 +453,8 @@ abstract class question_engine {
/**
* Initialise the JavaScript required on pages where questions will be displayed.
*
* @return string
*/
public static function initialise_js() {
return question_flags::initialise_js();
@ -582,7 +584,7 @@ class question_display_options {
/**
* Used in places like the question history table, to show a link to review
* this question in a certain state. If blank, a link is not shown.
* @var string base URL for a review question script.
* @var moodle_url base URL for a review question script.
*/
public $questionreviewlink = null;