mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
MDL-35939 mod_quiz: phpdoc fix
This commit is contained in:
parent
41bfed56fc
commit
5641b98133
1 changed files with 0 additions and 2 deletions
|
@ -1426,8 +1426,6 @@ class quiz_attempt {
|
||||||
* @param int $slot if speified, the slot number of a specific question to link to.
|
* @param int $slot if speified, the slot number of a specific question to link to.
|
||||||
* @param int $page if specified, a particular page to link to. If not givem deduced
|
* @param int $page if specified, a particular page to link to. If not givem deduced
|
||||||
* from $slot, or goes to the first page.
|
* from $slot, or goes to the first page.
|
||||||
* @param int $questionid a question id. If set, will add a fragment to the URL
|
|
||||||
* to jump to a particuar question on the page.
|
|
||||||
* @param int $thispage if not -1, the current page. Will cause links to other things on
|
* @param int $thispage if not -1, the current page. Will cause links to other things on
|
||||||
* this page to be output as only a fragment.
|
* this page to be output as only a fragment.
|
||||||
* @return string the URL to continue this attempt.
|
* @return string the URL to continue this attempt.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue