K
Kaylen
I want to create a database so that users can enter scores for a list of
questions. The user will enter their name, the date, and then go on answering
a list of questions. The answers are scores: 0,1,2,3,4, and NA. Later I want
a report showing all the questions and the answers for a certain test with
the average of the scores for example, the average scores for question 1
through 4, etc. However the main problem is how would I design the database.
I want to have the user see the list of questions and be able to fill in new
scores for them every time they take a test. I started out having a table of
questions, a table for tests, and a table of answers. But then I don't know
how to link the question to the the table of answers. I don't even know if
the design structure is correct. Any advice on this problem is greatly
appreciated.
questions. The user will enter their name, the date, and then go on answering
a list of questions. The answers are scores: 0,1,2,3,4, and NA. Later I want
a report showing all the questions and the answers for a certain test with
the average of the scores for example, the average scores for question 1
through 4, etc. However the main problem is how would I design the database.
I want to have the user see the list of questions and be able to fill in new
scores for them every time they take a test. I started out having a table of
questions, a table for tests, and a table of answers. But then I don't know
how to link the question to the the table of answers. I don't even know if
the design structure is correct. Any advice on this problem is greatly
appreciated.