johnjlocke / metal-quiz

Simple PHP Quiz Tutorial
MIT License
8 stars 5 forks source link

If users take quiz multiple times... #1

Open md409 opened 9 years ago

md409 commented 9 years ago

Is there a way to only record their 1st set of answers?

johnjlocke commented 9 years ago

As it is, this doesn't record any answers to a database, or track users. You'd have to modify the code to record results in a separate database or DB table.