C
Chris B.
I am tracking hundreds of students in a school database.
I have a weird request however, I must track each students
answer to each test question. Therefore I have created
the supporting tables, students, courses, and tests. The
test has a sub table to handle the individual questions
since each test can have between 1 to 50 questions. My
original solution works but I can't believe it is the best
way! I created an Events table that has F-Keys to the
student and test tables, and originally 25 fields labeled
Q1,Q2,Q3,....Q25. I know I could just increase this to 50
fields but it seems alot of empty space for the smaller
test. A single course may have upto 10 test.
Thanks
I have a weird request however, I must track each students
answer to each test question. Therefore I have created
the supporting tables, students, courses, and tests. The
test has a sub table to handle the individual questions
since each test can have between 1 to 50 questions. My
original solution works but I can't believe it is the best
way! I created an Events table that has F-Keys to the
student and test tables, and originally 25 fields labeled
Q1,Q2,Q3,....Q25. I know I could just increase this to 50
fields but it seems alot of empty space for the smaller
test. A single course may have upto 10 test.
Thanks