Question
Creating Simple Quiz/test application.
Greetings
I have attempted to develop an online quiz/test application using a simple form and CF to count the score (T/F, Mult-Choice & some Matching)- time started, time ended, etc output to a DB for later review by admins.
A test-taker logs in, they fill out their name, emp. num. & position on the form.
When they hit a "go to test" button, it launches the test/quiz and at the same time creates a their record which includes a hidden date and time field, in the DB.
Once they finish taking the quiz, they hit the complete button which, in theory, allows them to see their score (pass-fail) and sends the number correct and the time they finished to their record.
I tried this several months ago and got hung up on how to add up and store the score of 50-question tests in a field but also track which questions were answered incorrectly most often and other more granular data.
Also, keep the correct response to the questions out of the view of "view source" for the more astute test-takers.
Thanks for any advice.
newportri
I have attempted to develop an online quiz/test application using a simple form and CF to count the score (T/F, Mult-Choice & some Matching)- time started, time ended, etc output to a DB for later review by admins.
A test-taker logs in, they fill out their name, emp. num. & position on the form.
When they hit a "go to test" button, it launches the test/quiz and at the same time creates a their record which includes a hidden date and time field, in the DB.
Once they finish taking the quiz, they hit the complete button which, in theory, allows them to see their score (pass-fail) and sends the number correct and the time they finished to their record.
I tried this several months ago and got hung up on how to add up and store the score of 50-question tests in a field but also track which questions were answered incorrectly most often and other more granular data.
Also, keep the correct response to the questions out of the view of "view source" for the more astute test-takers.
Thanks for any advice.
newportri