Export
- Have a quickdump to csv that takes no parameters and can be optionally linked to the Grader report
- Would contain a row of weights and a row of maximum points
- Would contain a blank row after each category for teacher calculations
- Add support for letter grades as well:
MDL-44447
Import
- Excel paste
- Can import data via copy/paste from Excel (text field entry option, instead of file)
- Saves trouble of saving file as csv and then importing
- CSV file preview (UCSB)
- Not user friendly right now, but is resilient
- Gives preview of parsed file input and allows mapping of data from file to Moodle fields
- On submit, gives “preview” and diagnosis data
- Lets user know about “potential updates”
- Errors and tells user why (invalid student, invalid grade)
- Duplicate scores are skipped
- Then can continue with import
- Moodle.org decided to only allow full/perfect imports, because importing of half data can leave user confused/lost
- Idea: Have data in a table and allow user to fix data right there.