all I have so far
I have a table with the following fields
urn - unique number (autonumber)
Subject - (from a dropdown list from another table)
Question - (the text of the question)
Answers (A,B,C,D) four fields each with the different options
Correct answer - one of the previous four fields...
I would like to make a multiple choice quiz my students can use to revise at home. The quiz should give them 50 or so random questions (5 from each subject area) and 4 possible answers for each one and then score the individual subject areas and overall score. I would like it to choose different...