From 5641b981332f35b86f45dd22f92d0faff89f5ceb Mon Sep 17 00:00:00 2001 From: Shamim Rezaie Date: Sun, 4 Aug 2019 20:38:49 +1000 Subject: [PATCH] MDL-35939 mod_quiz: phpdoc fix --- mod/quiz/attemptlib.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/mod/quiz/attemptlib.php b/mod/quiz/attemptlib.php index 3f9480aac62..0205195e021 100644 --- a/mod/quiz/attemptlib.php +++ b/mod/quiz/attemptlib.php @@ -1426,8 +1426,6 @@ class quiz_attempt { * @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 * 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 * this page to be output as only a fragment. * @return string the URL to continue this attempt.