Help: Quiz Scoring System

A

Arvin Meyer [MVP]

Need Help! said:
I need help in scoring a quiz with 100 participants...

tblParticipant
ParticipantID
....other data as necessary

tblQuiz
QuizID
QuizName

tblQuestions
QuestionID
QuizID
Question

tblScores
ParticipantID
QuestionID

This allows multiple participants in multiple quizes with multiple
questions.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Top