The Quiz Grader
Created Wednesday 19 June 2019
Lots of ugly moving parts, aka room for improvement, here:
- Needs as input, a text file, formatted as follows, if the line starts with:
# -> This is a multiple choice question (put answers, one on each line below this with NO special character at the beginning)
@ -> Fill in the blank
% -> Long answer / essay
BLANK LINE -> indicates the END of a question
- makes references to "quizstart" and "quizend" files, used for html boilerplate/perhaps css if you like, should be self explanatory.
- Will output an HTML form that will POST to a php file, eg one like below:
NOTE — this grader doesn't actually grade. Such a lie, right?