There are two ways how to enter the points a student achieved during the correction electronically.
There are two ways how to enter the points a student achieved during the correction electronically.
### Using a spreadsheet during the correction
### Using a spreadsheet during the correction
You can distribute the `registration.csv` (after deleting the non-anonymous data, i.e. Name, Firstname and Legi) to the first and second graders. During grading a grader can have a laptop with them and directly enter the points while grading.
You can distribute the `registration.csv` (after deleting the non-anonymous data, i.e. Name, Firstname and Legi) to the first and second graders. During grading a grader can have a laptop with them and directly enter the points while grading.
### Using AMC
### Using AMC
As an alternative you may wish to retain a machine readable list on which a grader marks the points given to a student by filling boxes. The AMC code (example) for this is as follows.
As an alternative you may wish to retain a machine readable list on which a grader marks the points given to a student by filling boxes. The AMC code (example) for this is as follows.
<details>
<details>
<summary>AMC Example code for machine readable points during grading</summary>
<summary>AMC Example code for machine readable points during grading</summary>
```
```
%\hrule
%\hrule
\centerline{\rule{\linewidth}{0.5pt}}
\centerline{\rule{\linewidth}{0.5pt}}
\vspace{4pt}
\vspace{4pt}
\noindent \emph{\large \textbf{Folgendes bitte nicht ausfüllen!}}
\noindent \emph{\large \textbf{Folgendes bitte nicht ausfüllen!}}
Here is an example using this code: [grading_mc.tex](uploads/50d4ed6e22a0edc2cd9daf40410a1bb4/grading_mc.tex).
Here is an example using this code: [grading_mc.tex](uploads/50d4ed6e22a0edc2cd9daf40410a1bb4/grading_mc.tex).
You can either use the `\input{grading_mc.tex}` command to include this at the end of the MC answer sheet (doing it this way will ensure that [versioning](https://gitlab.math.ethz.ch/teaching/exam-template/-/wikis/Randomization-using-TeX) works as expected), **or** compile as a **separate** AMC project and print separately (not via the print tool).
You can either use the `\input{grading_mc.tex}` command to include this at the end of the MC answer sheet (doing it this way will ensure that [versioning](https://gitlab.math.ethz.ch/teaching/exam-template/-/wikis/Randomization-using-TeX) works as expected), **or** compile as a **separate** AMC project and print separately (not via the print tool).
# Grading file
# Grading file
The `GradingWorkbookCreator.xlsm` is an excel based tool that is able to **import student data from, end export it to eDoz**.
The `GradingWorkbookCreator.xlsm` is an excel based tool that is able to **import student data from, end export it to eDoz**. This tool needs development, in its current stage it is rather intricate. As a general rule you should always maintain a backup copy of the file in case your working copy corrupts!
The file is located in the central git repo ([download](https://gitlab.math.ethz.ch/teaching/exam-template/-/blob/main/GradingWorkbookCreator.xlsm)).
The file is located in the central git repo ([download](https://gitlab.math.ethz.ch/teaching/exam-template/-/blob/main/GradingWorkbookCreator.xlsm)).
Once you open the file, you are presented with the instructions on how to use it.
To work with the file it is best if you proceed as follows.
**Please note:**
1. On an ISG supplied Linux client (either physical or via ThinLinc), start the Citrix Workspace. (If you start the software for the first time you must accept the license agreement and supply your user information: your_username@d, your eMail password).
1. The **file runs stably using Microsoft Excel**. OpenSource alternatives may generate an error.
2. Your **computer's regional settings must be set to US English**. WIth this setting "," instead of "." is used to separate the decimals.
3. Special characters such as "ä", "ü" or "ö" may appear in wrong formatting. This **should not cause any concern**. The data will be accepted by eDoz and recognized correctly.
2. In citrix, open Microsoft Excel.
Once you have generated the file, you can enter the points a student gathered. Either copy from the separate files grades created during grading, or the readout from AMC.
3. In Excel, hit open, then brose. Via "shares" you can access your home directory (you cannot access the files directly e.g. via "Desktop", you must access files stored on the desktop via the shares and your home directory!)
You can then input the grade thresholds and get a graphical overview of how well students did on the exam (retake candidates are marked in red).
1. The **file runs stably using Microsoft Excel**. OpenSource alternatives may generate an error.
2. Your **computer's regional settings must be set to US English**. WIth this setting "," instead of "." is used to separate the decimals.
3. Special characters such as "ä", "ü" or "ö" may appear in wrong formatting. This **should not cause any concern**. The data will be accepted by eDoz and recognized correctly.
Once you have generated the file, you can enter the points a student gathered. Either copy from the separate files grades created during grading, or the readout from AMC.
**Once you have fixed the grades, you can export the data from the file, and import it to eDoz.**
For a more sophisticated statistical analysis of how well students fared on the exam (in particular on the MC part), check out [this tool](https://gitlab.math.ethz.ch/teaching/exam-template/-/wikis/Statistical-analysis-of-multiple-choice-results).
For a more sophisticated statistical analysis of how well students fared on the exam (in particular on the MC part), check out [this tool](https://gitlab.math.ethz.ch/teaching/exam-template/-/wikis/Statistical-analysis-of-multiple-choice-results).