Note: You are currently viewing documentation for Moodle 3.1. Up-to-date documentation for the latest stable version of Moodle is probably available here: error/quiz/attempterror.

error/quiz/attempterror: Difference between revisions

From MoodleDocs
(tidy up)
(tidy up)
 
Line 1: Line 1:
This error was caused when testing for MDLQA-9267 in a local windows server that did not have [[Cron]] configured; when a student did not finish a quiz in the allowed time, but tried to continue the last attempt, but did not submit the attempt before the grace period expired. The quiz appears as 'Overdue'.
This error was found when testing for MDLQA-9267 in a local Windows 3.1 alpha server that did not have [[Cron]] configured:
 
* A student did not finish a quiz in the allowed time
After [[Cron]] runs, the quiz is correctly shown as 'Never submitted'.
* the student tried to continue the previous attempt, but without submitting the attempt before the grace period expired
* the quiz was recorded as Overdue
* after [[Cron]] runs, the quiz is correctly displayed as 'Never submitted'


[[Category:Error]]
[[Category:Error]]


[[es:error/quiz/attempterror]]
[[es:error/quiz/attempterror]]

Latest revision as of 00:33, 4 May 2016

This error was found when testing for MDLQA-9267 in a local Windows 3.1 alpha server that did not have Cron configured:

  • A student did not finish a quiz in the allowed time
  • the student tried to continue the previous attempt, but without submitting the attempt before the grace period expired
  • the quiz was recorded as Overdue
  • after Cron runs, the quiz is correctly displayed as 'Never submitted'