Multiple quizzes in one course, complex completion requirement

Re: Multiple quizzes in one course, complex completion requirement

by Hal MacLean -
Number of replies: 0
Thanks - yes, the grade categories seem to calculate the course total just fine:

Image of part of a grade book that a teacher might see

Your calculation for the 'Exam Summary' becomes this (once again, only single brackets used for display purposes):

= (([001])>=75) + (([002])>=75) + (([003])>=75) + (([004])>=75) + (([005])>=75) + 0.5*((min(([001]),([002]),([003]),([004]),([005])))>=60)

Then the completion check is a very simple thing:

=if([sumquizzes]>4.4,1,0)

Exactly as you suggested.

Hiding the two manual grade items keeps that from the users... plus we changed the completion settings for the quizzes so that whilst there is a passing grade, the activity completion is to simply 'require' a grade, but not the passing grade. They then see this sort of thing on their course page:

Image of course completion checkboxes

If only one is red, the certificate (which is now looking for a '1' in the completion check) is available, else it is locked.

Boolean was the answer smile
Average of ratings: Useful (2)