Pass/Fail Gradebook?

Re: Pass/Fail Gradebook?

by Eduardo Gutiérrez -
Number of replies: 3
Did you tried something like:
In the total course ( you have to do it manuallly editing the formula) :

=if( [ [task1] ]="S" and [ [task2] ]="S", S, NYS )

More info: https://docs.moodle.org/36/en/Grade_calculations#Example_calculations and

Also if and is not implemented in moodle you could do some nesting ( i put an example with two tasks:

=if( [ [task1] ]="S", if( [ [task2] ]="S", S, NY ), NYS )

With three:
=if( [ [task1] ]="S", ( if( [ [task2] ]="S",  ( if( [ [task3] ]="S", S, NYS), NYS, NY ), NYS )



Attachment schema.png
In reply to Eduardo Gutiérrez

Re: Pass/Fail Gradebook?

by Jack Murray -
Thanks for the suggestion Eduardo - I managed to solve my issue another way but I will keep that in mind for the future. I didn't know custom formulas were possible.

Thanks.
In reply to Jack Murray

Re: Pass/Fail Gradebook?

by Sam Kariot -

Dear Jack, Please help me how to set Excellent, Good , Average etc... to set in grade book according to grade condetions...


Eg :-  4- 5 = Excellent,

          3-4  = good 

          2-3 = Acceptable 

like the figure below

Grade sheet required