/mc-myth

Myth busting an MC randomization technique.

Primary LanguagePython

Myth-busting a technique in multiple-choice question examinations

The code is a demo implementation of a technical idea in random guessing of MCQ under HKDSE exam setting where a answer distribution is pre-defined. Code supplementation for a medium article.

Running the code

Main simulation

python simulation.py
  • Ouput is a csv file with interim records for each students simulated.

Plotting of result

python plot.py
  • Given the csv, plot the result.