platypus71
Technical User
I have two tables.
Table1 is tblAnswerKey
It has the fields ClassName, NumQs, A1, A2, A3-A20.
The data in this table is each Class with an online test, the number of questions on that test, and then the approrpiate answer for each question in fields A1-A20 (or however many questions are on the test).
Table2 is tblCourseTest
It has the fields Name, EmailID, TestName, Q1, Q2, Q3-20.
Name is the student name. TestName is the same as ClassName from Table1. Q1-20 is the answer the student selected for their tests.
What I need to do is "grade the tests". I am guessing this needs to be done in a report so I can show what answers are wrong, but I am struggling with how to get the database to show me right versus wrong, as well as give me a Total Number of Correct Answers per Test.
Any help would be appreciated.
Table1 is tblAnswerKey
It has the fields ClassName, NumQs, A1, A2, A3-A20.
The data in this table is each Class with an online test, the number of questions on that test, and then the approrpiate answer for each question in fields A1-A20 (or however many questions are on the test).
Table2 is tblCourseTest
It has the fields Name, EmailID, TestName, Q1, Q2, Q3-20.
Name is the student name. TestName is the same as ClassName from Table1. Q1-20 is the answer the student selected for their tests.
What I need to do is "grade the tests". I am guessing this needs to be done in a report so I can show what answers are wrong, but I am struggling with how to get the database to show me right versus wrong, as well as give me a Total Number of Correct Answers per Test.
Any help would be appreciated.