Below is the autograder. When entering your answers, make sure there is a comma between each question. If you skipped the question, it would look like ",,".
Small example: "A,B,CD,,E,E,E"
The score is based off of two variables: time and accuracy. The time makes up 20% of the overall score, with accuracy the other 80%. The formula can be written as follows:
Where is score, is points from time, and is points from the exam, all in percent.
The score in time is a piecewise function, meant to allot full points to those who use half the max time or less. Afterwards, it linearly decreases until it hits zero points at the max time. The formula is shown as follows:
Where is the maximum time alloted for the exam. This ensures that "rushing" the exam will award no extra points compared to spending half the alloted time.
The accuracy function is based on a Danish paper, with modifications made to allow for multiple key (correct options) questions. Overall, it results in a value between -1 and 4 being awarded for each question. To get a score, you simply add all the points together and divide by the number of questions times four. The function is as follows:
For the inputs: is total number of options, is number of correctly chosen answers, is number of wrongly chosen answers, and is number of keys (correct options). This function awards zero points if all or none of the options are chosen, as they are equivalent. If only some options are chosen, the second equation is used, where is the number of points awarded, is number of points subtracted, and is used to scale the points. This will always be -1 if only wrong options are chosen, and +4 if only right options are chosen. Examples will be covered in a later section.
The equation for is:
The equation for is: