Quiz grading solution

Quiz grading solution

by Luuk Verhoeven -
Number of replies: 4
Picture of Core developers Picture of Plugin developers

Hi ,

We searching for a solution to match a grade percentage with a different grade in the quiz module.  

How can we let the grading table below work? Is this possible? 

Correct answers   Grade Grade rounded  
1            
2            
3            
4            
5            
6            
7            
8            
9            
10            
11            
12            
13            
14            
15            
16     1 1,0    
17     1,375 1,4    
18     1,75 1,8    
19     2,125 2,1    
20     2,5 2,5    
21     2,875 2,9    
22     3,25 3,3    
23     3,625 3,6    
24     4 4,0    
25     4,375 4,4    
26     4,75 4,8    
27     5,125 5,1    
28 70%   5,5 5,5   Passed
29     5,875 5,9   Passed
30     6,25 6,3   Passed
31     6,625 6,6   Passed
32     7 7,0   Passed
33     7,375 7,4   Passed
34     7,75 7,8   Passed
35     8,125 8,1   Passed
36     8,5 8,5   Passed
37     8,875 8,9   Passed
38     9,25 9,3   Passed
39     9,625 9,6   Passed
40 100%   10 10,0   Passed

 

 

Average of ratings: -
In reply to Luuk Verhoeven

Re: Quiz grading solution

by Daniel Thies -
Picture of Core developers Picture of Plugin developers Picture of Testers

You could type the scores into the overall feedback of the quiz to tell students the result, but it would not appear that way in the grade book.

The quiz will not scale the quiz grade like this, but it can be done in the grade book with the Grade calculations. Give the quiz an id number and create a grade item in the grade book for the scaled score. Then edit the calculation of the scaled score item in the grade book. You can then give the original quiz a zero weight so it is not aggregated.

Average of ratings: Useful (2)
In reply to Daniel Thies

Re: Quiz grading solution

by Luuk Verhoeven -
Picture of Core developers Picture of Plugin developers

Thanks Daniel for your solution. We going to check if that is working for us.