From James Miller (yositune at yahoo.com) Wednesday, 19 March 2003, 01:11 AM:
This issue has been a real problem this semester. I had one student, in particular, get off schedule and I wanted to let the person take the quizzes. Unfortunately when I reopen them the review feature can't work because the quiz is open. Also there's possibility of people popping in and taking the quiz without permission.
From Martin Dougiamas (martin at moodle.com) Thursday, 20 March 2003, 03:11 PM:
You can delete the appropriate line from the quiz_attempts table. Find the attempt in the report, and look at the URL for it, eg
http://server.dougiamas.net/moodle/mod/quiz/report.php?q=1&attempt=35
So the attempt ID is 35 in this case.
Then go into Manage Database, look at quiz_attempts, and delete the line with ID=35. That should do it.
From Gustav Delius (gwd2 at york.ac.uk) Saturday, 5 February 2005, 08:36 PM:
If I understand correctly you need to be able to let individual students to retake the quiz AFTER the due date. We also need this feature here in York. I can't think of an easy way to implement this but because it would be really useful I will think more about it.
From non non (nbhansen at midway.uchicago.edu) Tuesday, 4 April 2006, 05:36 AM:
I would like to see an easy way to reopen a quiz for a student, rather than just delete an attempt and make a new attempt. I have a student that misunderstood the instructions and I want to give him a chance to try it again.
From James Miller (yositune at yahoo.com) Wednesday, 19 March 2003, 01:11 AM:
This issue has been a real problem this semester. I had one student, in particular, get off schedule and I wanted to let the person take the quizzes. Unfortunately when I reopen them the review feature can't work because the quiz is open. Also there's possibility of people popping in and taking the quiz without permission.
From Martin Dougiamas (martin at moodle.com) Thursday, 20 March 2003, 03:11 PM:
You can delete the appropriate line from the quiz_attempts table. Find the attempt in the report, and look at the URL for it, eg
http://server.dougiamas.net/moodle/mod/quiz/report.php?q=1&attempt=35
So the attempt ID is 35 in this case.
Then go into Manage Database, look at quiz_attempts, and delete the line with ID=35. That should do it.
From Gustav Delius (gwd2 at york.ac.uk) Saturday, 5 February 2005, 08:36 PM:
If I understand correctly you need to be able to let individual students to retake the quiz AFTER the due date. We also need this feature here in York. I can't think of an easy way to implement this but because it would be really useful I will think more about it.
From non non (nbhansen at midway.uchicago.edu) Tuesday, 4 April 2006, 05:36 AM:
I would like to see an easy way to reopen a quiz for a student, rather than just delete an attempt and make a new attempt. I have a student that misunderstood the instructions and I want to give him a chance to try it again.