
|
If you were logged in you would be able to see more operations.
|
|
|
Moodle
Created: 25/Apr/05 04:41 PM
Updated: 11/Jul/08 03:16 PM
|
|
| Component/s: |
Quiz
|
| Affects Version/s: |
2.0
|
| Fix Version/s: |
2.0
|
|
|
Re-marking of a quiz can be a lengthy operation. It must be ensured that the re-marking finishes even when the teacher closes the page. Probably the requires a database table where quizzes to be re-marked are entered and only cleared when re-marking has finished successfully. The cron script should check for outstanding remarking and do it. Also attempts.php (that is the new name for the script producing the list of student attempts for the teacher) should check for outstanding remarking jobs and offer the teacher to do them right then and there.
This is something for Julian after the question types are all in.
|
|
Description
|
Re-marking of a quiz can be a lengthy operation. It must be ensured that the re-marking finishes even when the teacher closes the page. Probably the requires a database table where quizzes to be re-marked are entered and only cleared when re-marking has finished successfully. The cron script should check for outstanding remarking and do it. Also attempts.php (that is the new name for the script producing the list of student attempts for the teacher) should check for outstanding remarking jobs and offer the teacher to do them right then and there.
This is something for Julian after the question types are all in. |
Show » |
|
Julian and I discussed this and decided that the database table is not so important any more if the regrading script prints progress to the screen and alert the teacher if something goes wrong. So I am reducing this to a feature request.