Hi all,
Moodle 2.2.7+ (Build: 20130118)
Immediately after taking a quiz the “review” option on the summary of previous attempts is blank. (see attached file)
I understand that this is because the “immediately after previous attempts” actually means after 2 minutes and as our Quiz Settings for "immediately after previous attempts” does not include “The attempt” the review option is blank until we refresh the page after the 2 minute period has expired.
Is there anyway that we can either change the “immediate” to be less than 2 minutes or include some text in the “review” field to indicate that the user has to wait 2 minutes?
The file mod/quiz.renderer.php (line 1085) has the following, which looks like it may be relevant to adding some text, but I cannot see how to set set it up
/**
* Displayed where there might normally be a review link, to explain why the
* review is not available at this time.
* @param string $message optional message explaining why the review is not possible.
* @return string HTML to output.
*/
public function no_review_message($message) {
return html_writer::nonempty_tag('span', $message,
array('class' => 'noreviewmessage'));
}
Thanks in advance
Tim