Below is the autograder. When entering your answers, make sure that they are in all caps and there is a comma between each question. If you skipped the question, it would look like ",,". Do not add any spaces.
Small example: "A,B,CD,,E,E,E"
Autograder is WIP and currently does not work.
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:
Similarly, the equation for is:
The zero removes undefined behavior of the natural log and fraction. The second function defines points when there is a single key. It was provided by the Danish paper on grading multiple choice questions. The third function, if present, flips the funciton by the horizontal axis. It follows the rule and can be extended to have more than two keys. However, it may not be reliable for more than two keys.
There's not a lot of cases to cover for this, but I will give a couple examples. Assume that the exam is 60 minutes long, meaning you get full credit if you turn it in within 30 minutes.
Accuracy is a lot more interesting. For all examples, assume that there are five options.
First, we will cover the basic cases: none equivalent, all wrong, and all correct. The points awarded is capped at -1 for all wrong answers and +4 for all correct answers.
If both right and wrong answers are chosen, less points are awarded. The idea is that the student got it right, but was not as sure as an all-correct student. This tapers off from the maximum +4 down to 0. For these examples, assume that there is only one correct option:
This gets more complex if there are two correct options. Picking only one of the two options will award less points, then choosing both options. This is compounded by choosing wrong options. For these examples, assume there are two correct options:
If both correct options are chosen and wrong options are additionally picked, it simply follows the "one correct option" examples.
For an interactive view, check out the Desmos.
CODSite was made by our community and staff members on the CODServer. If you would like to contribute, visit our Github
For inquiries, click here. For donations, contact chemolyds@gmail.com