-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Reported by Richard van Iwaarden in the Mahara Git
What are you trying to accomplish?
The assignment module in Moodle allows multiple attempts when submitting an assignment. In a 'normal' assignment submission, a student uploads his/her work and submits it for grading/feedback. When using multiple attempts, the student can resubmit (different) work and there's a build up of work and attempts that show learning progress. Also, for archiving it can be essential to have this documented.
The MaharaWS submission plugin allows multiple attempts, but doesn't store the multiple attempts. In stead, in Moodle one can read this:
https://i.imgur.com/WwfiP1Q.png
We wish to have support for this option.
What are the main workflows?
See above.
How do you envisage this to work?
What would be nice is to make a copy of the portfolio for every attempt a student makes. These copies are being locked and kept. The link should be in the Moodle attempts, so that the learning progress will be visible (multiple versions of the same portfolio)
Benefits
Mahara is about learning progress. If a student submits a portfolio, and this is not yet sufficient to pass, a copy should be kept of the portfolio and it should be stored in the attempt on Moodle. That way a teacher can easily find it back.