Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not a bug
-
Affects Version/s: 1.6.5
-
Fix Version/s: None
-
Component/s: Quiz
-
Labels:None
-
Environment:Postgres 8.2.0, PHP 4.3.9, Mdl 1.6.5+ (dated April 13th) CVS.
-
Database:PostgreSQL
-
Affected Branches:MOODLE_16_STABLE
Description
When a student takes a quiz several times (builds up on the last feature enabled) the quiz results page shows marks and grade correctly for the first 4 attempts but after the 5th attempt the "marks"-column shows 2 ?-signs in yellow circles. After the 6th quiz attempt, the result page shows 4 ?-signs (see the attached attemptbugwithseveralquestionpages.gif and especially the 1st and the 2nd rectangular area in the picture).
The second part of the bug is that after submitting the quiz, logging out and logging back to Moodle, the student no longer sees any points he/she has gained. See the 3rd part of the image (student's view) and the 4th part (Moodle Admin's view).
I just submitted another quiz problem (MDL-9375). I think these two bugs are both related MDL-8958, which I submitted some weeks ago.
Olli S.
I did some further checking and it seems that this bug affects quizzes no matter how the questions are distributed (one page only or several question pages). When I created a quiz with one single question page (all questions on the same page), I managed to take the quiz 5 times so that the Moodle marks were shown correctly. During my last attempt, however, the first attempt once again only showed me ?-sign.
Olli