IF calculations in gradebook

Re: IF calculations in gradebook

per Anna-Maria Laattala -
Nombre de respostes: 1

Hi Luca!

I mean, how can I skip giving a grade for a student when (s)he haven't completed all the required assignments and by using grade calculations?

Lets say we have this kind of equation:

=if(min([‌[1]],[‌[2]],[‌[3]])>0,average([‌[1]],[‌[2]],[‌[3]]),0)
Then we get something like this:


We would like Elias to have course total ungraded (-) instead of 0. We export these grades to study registry and there 0 counts as a fail grade. Since Elias have not finished with all three assignments his grade should not be sent. 

How can we separate the fail grade from unfinished one?

En resposta a Anna-Maria Laattala

Re: IF calculations in gradebook

per Matthew Davidson -
Imatge Core developers Imatge Plugin developers
Anna-Maria,

I have a faculty member wanting a very similar thing. They are using scales with custom if statements that say "IF THIS AND THIS AND THIS ARE COMPLETED -> GIVE A FINAL GRADE. But instead the best we can do so far is to give them a zero until they complete all the items, which isn't ideal.

Did you ever figure out how to do it or get a workaround to your issue?