Can javascript be used to grade a multiple choice PDF test?
I'm curious to see if Javascript can be used to grade a multiple choice test automatically with a submit button. Something like comparing the correct answers to an answer key then saving the file with the name and number of questions correct. Or perhaps saving the file with a text field at the bottom with the number of correct answers. I already know how to save with a custom name from a submit button. So all I would need would be the auto grade function if at all possible.