|
|
|
Issue Links:
|
Duplicate
|
|
|
|
This issue is duplicated by:
|
|
MDL-18815
Consider single "save" button to save changes to question grades when added to quiz.
|
|
|
|
|
|
|
| Participants: |
Olli Savolainen and Tim Hunt
|
| Security Level: |
None
|
| Difficulty: |
Moderate
|
| Affected Branches: |
MOODLE_20_STABLE
|
| Fixed Branches: |
MOODLE_20_STABLE
|
|
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.
|
|
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. |
Show » |
|