Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.0
-
Fix Version/s: STABLE backlog
-
Component/s: Quiz
-
Labels:None
-
Difficulty:Moderate
-
Affected Branches:MOODLE_20_STABLE
Description
This was requested by a user in the Quiz UI redesign demo's forum at pilpi.net in Summer 2008, and I consider it a relatively important use case.
In fact, the edit page's grading fields could all be on the same form, so that actually any of the "Save" buttons would save all the grades. In addition there could then be a "Save all grades" button at the top of the UI, which would do the same.
The other option is to add this with javascript: the "Save all grades" button would call a javascript which would create a hidden form when clicked, gather all the grades from the individual questions' forms and then submit the form.
Issue Links
| This issue is duplicated by: | ||||
| MDL-18815 | Consider single "save" button to save changes to question grades when added to quiz. |
|
|
|
This is a non-urgent ticket, and I am not sure if my project is the correct parent for this.