Details
-
New Feature
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
2.8
-
MOODLE_28_STABLE
-
40
Description
Integrate UCSB's CSV file preview functionality - gives preview of parsed file input and allows mapping of data from file to Moodle fields. When submitted, it provides diagnosis data about:
- "potential updates", i.e. when importing a CSV will change existing grades
- errors and underlying reasons
It should also skip duplicate scores.
Further detail - these are the strings being introduced for further detail:
- '{$a->name} not found in system mapped to {$a->key}'
- 'student {$a->name} not found in group {$a->key}'
- 'invalid grade for {$a}'
- 'missing grade for {$a}'
- 'invalid scale value for {$a}'
- 'invalid grade value for {$a}'
- 'grade exceeds item max ({$a->name}) for {$a->key}'
- 'duplicate grade for {$a->name} from {$a->key} to {$a->key2}'
- 'changing grade for {$a->name} from {$a->key} to {$a->key2}'
- 'adding grade for {$a->name} as {$a->key}'
- 'Warning: Accepted grade exceeds Item Maximum'
- 'Error: Grade exceeds Item Maximum'
- 'Error: Grade score bypassed - Locked grade'
- 'Error: Grade score bypassed - No grade'
- 'Error: Grade score bypassed - Invalid grade'
- 'Error: Grade score bypassed - Invalid group'
- 'Error: Grade score bypassed - Invalid student'
- 'Warning: Grade score bypassed - Duplicate score skipped'
Other messages
- likely used the wrong delimiter
- Non numeric grade value supplied, possibly mapped wrong column.
Attachments
Issue Links
- blocks
-
MDL-46598 Robust handling of bad grade import data
-
- Open
-
- is blocked by
-
MDL-46547 Copy and paste import from excel into the gradebook.
-
- Closed
-
- will be (partly) resolved by
-
MDL-46546 CSV import of grades silently fails when malformed row(s) present
-
- Closed
-
-
MDL-46597 Locked grade items don't update on grade import
-
- Closed
-
-
MDL-46599 Importing null grade data clears existing grades
-
- Closed
-
-
MDL-46600 Import fails if grade import data contains nonexistent user
-
- Closed
-
-
MDL-46631 Bootstrap notification logic inconsistent with core
-
- Closed
-
(2 will be (partly) resolved by)