mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-67832 quiz: fix lots of PHPdoc in attemptlib.php
This commit is contained in:
parent
cb38ab1e39
commit
1aacbb72d3
5 changed files with 253 additions and 107 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue