Hyperlink to a student's last quiz attempt

Hyperlink to a student's last quiz attempt

by Interactive Learning -
Number of replies: 1
Hi all,

I have a quiz that can be completed multiple times but only the last attempt will be graded. I would like to create a hyperlink that allows students easy access to a review of their last attempt.

New quiz attempts appear to increment a variable called "attempts" in the address (eg. /mod/quiz/review.php?attempt=88) so it would be impossible to add simple link.

Does anyone know of a way to link to the student's last quiz attempt?

Many thanks,

Mark
Average of ratings: -
In reply to Interactive Learning

Re: Hyperlink to a student's last quiz attempt

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
At the moment the review links for all attempts are on the mod/quiz/view.php page. You could look at the code there, and may be tweak it to include an extra link to the student's last attempt, if you think that is worth doing.