Dynexite-CSV-file doesn't provide max open / max closed points per task
The CSV-file from dynexite provides per task four columns:
- "Task name (open)": open achieved
- "Task name (closed)": closed achieved
- "Task name (earned)": total achieved (sum of the first two)
- "Task name (max)": max open+closed points in that task
The CSV-file further provides the total number of achievable open and total number of achievable closed points in the columns "Open (max)" and "Closed (max)" near the end.
From this data alone it is not always possible to deduce the max open points and max closed points of a task, e.g. in the following case:
Identifier | Task 1 (open) | Task 1 (closed) | Task 1 (earned) | Task 1 (max) | ... | Open (max) | ... | Closed (max) | ... |
---|---|---|---|---|---|---|---|---|---|
300001 | 3 | 3 | 6 | 8 | ... | 42 | ... | 49 | ... |
300002 | 2 | 1 | 3 | 8 | ... | 42 | ... | 49 | ... |
It is unclear whether the maximum achievable open points of task 1 is 3, 4 or 5.
If a task is to be withdrawn according to section 6 of the grading guidelines for multiple-choice exams, the maximum achievable open and closed points of that task have to be known.
Therefore the only solution for us is that dynexite adds columns "Task name (open max)" and "Task name (closed max)" for each task to the CSV-file.