Maybe someone can help me out here. I have a simple
database that imports a class critique, then output the
results in a report. The students can grade 15-17
questions for different criteria on a 1 to 5 scale. I want
to be able to count how many students chose to grade each
question whether it be a 1 or a 4 or whatever. Then
provide a percentage and the average. Would it be done in a query or by writing code. Any suggestions? Thanks in advance.
eg...
1 2 3 4 5 Average
Question 1 # 3 5 8 5.3
% 19 32 50
Question 2 # 1 1 8 3 3 3.2
% 5 5 50 19 19
Question 3 # 2 6 6 2 4.0
% 13 38 38 13
database that imports a class critique, then output the
results in a report. The students can grade 15-17
questions for different criteria on a 1 to 5 scale. I want
to be able to count how many students chose to grade each
question whether it be a 1 or a 4 or whatever. Then
provide a percentage and the average. Would it be done in a query or by writing code. Any suggestions? Thanks in advance.
eg...
1 2 3 4 5 Average
Question 1 # 3 5 8 5.3
% 19 32 50
Question 2 # 1 1 8 3 3 3.2
% 5 5 50 19 19
Question 3 # 2 6 6 2 4.0
% 13 38 38 13