S
Sabik
I teach at a school and am looking for a way to keep track of the scores my
students get on several tests. Additionally I want to know which questions
they miss so that I can analyze how I teach the same subjects for the next
year. (i.e. improve my teaching in areas where lots of students miss the
same question).
Keeping track of the scores in Access is easy, no problems there. My
problem comes when I attempt to keep track of which quesitons are missed. At
the moment I use a checkbox to indicate that a student has missed a given
question.
For Example:
Question1 Question2
StudentID1 X
StudentID2 X X
Totals 2 1
OK, I can get the above results which is great, but what I really want is a
percentage. Such as Question1 represents 66% of the missed questions, and
Question2 represents 33%. I cannot get Access to sum the totals (for a
divisor to obtain the percentage) nor can I get the avg function to do what I
want.
For Example:
Question1 Question2
StudentID1 X
StudentID2 X X
2 1
3 Missed Questions Total
Totals 2/3=66% 1/3=33%
I know how to do this in Excel, but I want some of Access' other
capabilities (the ability to keep track of several different tests and many
students every year), which Excel just doesn't do well. Can Access do this
or am I forced to use Excel?
students get on several tests. Additionally I want to know which questions
they miss so that I can analyze how I teach the same subjects for the next
year. (i.e. improve my teaching in areas where lots of students miss the
same question).
Keeping track of the scores in Access is easy, no problems there. My
problem comes when I attempt to keep track of which quesitons are missed. At
the moment I use a checkbox to indicate that a student has missed a given
question.
For Example:
Question1 Question2
StudentID1 X
StudentID2 X X
Totals 2 1
OK, I can get the above results which is great, but what I really want is a
percentage. Such as Question1 represents 66% of the missed questions, and
Question2 represents 33%. I cannot get Access to sum the totals (for a
divisor to obtain the percentage) nor can I get the avg function to do what I
want.
For Example:
Question1 Question2
StudentID1 X
StudentID2 X X
2 1
3 Missed Questions Total
Totals 2/3=66% 1/3=33%
I know how to do this in Excel, but I want some of Access' other
capabilities (the ability to keep track of several different tests and many
students every year), which Excel just doesn't do well. Can Access do this
or am I forced to use Excel?