D
Dominic
Hello all.
I am creating a database to track exam results (pass / fail marks) but also
to track the actual questions as well. The questions are not in the database
though. This is what I have so far:
Tables:
Exam subject, exam number, exam information.
Exam information is the main table and the others are linked to it (via
selectable dropdown menus).
Content of "Exam Information" table:
ID, date, name, subject, exam #, # of times sat, mark, 1,2 - 50.
I want to be able to see which questions are constantly being gotten wrong,
so I have set up the table to be either a "1" or a "zero(0)" for the
"question" field.
QUERIES:
The "exam info" query is based on the table, less the ID, name, date, # of
times sat. This is where I am getting stuck....well, one of the places. I
have tried various things to get the info I need but nothing seems to work. I
need to get the number of people who have gotten a particular question WRONG
so that I can have a look at it to see if the question is bad, etc. How would
I go about doing that?
I tried to have te "question" fields as yes/no but that didn't work. When i
change the field to a "1" or "0" field, the report from the query just brings
up a total of people who got it wrong (as required) but always gives me a
100% indication, instead of a 50% indication if 2 out of 4 people got the
answer wrong.
Can anyone help?
Thanks in advance.
Regards,
Dominic
I am creating a database to track exam results (pass / fail marks) but also
to track the actual questions as well. The questions are not in the database
though. This is what I have so far:
Tables:
Exam subject, exam number, exam information.
Exam information is the main table and the others are linked to it (via
selectable dropdown menus).
Content of "Exam Information" table:
ID, date, name, subject, exam #, # of times sat, mark, 1,2 - 50.
I want to be able to see which questions are constantly being gotten wrong,
so I have set up the table to be either a "1" or a "zero(0)" for the
"question" field.
QUERIES:
The "exam info" query is based on the table, less the ID, name, date, # of
times sat. This is where I am getting stuck....well, one of the places. I
have tried various things to get the info I need but nothing seems to work. I
need to get the number of people who have gotten a particular question WRONG
so that I can have a look at it to see if the question is bad, etc. How would
I go about doing that?
I tried to have te "question" fields as yes/no but that didn't work. When i
change the field to a "1" or "0" field, the report from the query just brings
up a total of people who got it wrong (as required) but always gives me a
100% indication, instead of a 50% indication if 2 out of 4 people got the
answer wrong.
Can anyone help?
Thanks in advance.
Regards,
Dominic