G
Gurgi
Hi,
I have data based on test results. My data is in 3 tables as listed below
(I'll only listed pertinent data for this action):
Table 1: Time
Table 2: QuestionID, Correct, Value
Table 3: QuestionID, QuestionDetail (for sorting purposes)
I need to be able to count how many times each question was missed, display
what answer was inputted and compare that data to 2 instances the test will
be taken (before and after training class). The Correct field indicates
whether the learner got the question right or wrong (I'm only interested in
the wrong values-"no"). The Time field indicates when the learner took the
test and whether it was the pre or post test (AM in time field would indicate
pre & PM in time field would indicate post). The Value field indicates what
answer was chosen. Since there are 2 records each from multiple learners,
there will be duplicate QuestionDetail fields, and I would like them to be
grouped together instead of listed individually. This data is being imported
from another test taking program, so I would like to limit having to alter
the tables as much as possible.
Can anybody help? Thanks!
I have data based on test results. My data is in 3 tables as listed below
(I'll only listed pertinent data for this action):
Table 1: Time
Table 2: QuestionID, Correct, Value
Table 3: QuestionID, QuestionDetail (for sorting purposes)
I need to be able to count how many times each question was missed, display
what answer was inputted and compare that data to 2 instances the test will
be taken (before and after training class). The Correct field indicates
whether the learner got the question right or wrong (I'm only interested in
the wrong values-"no"). The Time field indicates when the learner took the
test and whether it was the pre or post test (AM in time field would indicate
pre & PM in time field would indicate post). The Value field indicates what
answer was chosen. Since there are 2 records each from multiple learners,
there will be duplicate QuestionDetail fields, and I would like them to be
grouped together instead of listed individually. This data is being imported
from another test taking program, so I would like to limit having to alter
the tables as much as possible.
Can anybody help? Thanks!