Gradebook

Gradebook

by Mike McLaughlin -
Number of replies: 0

I am just wondering in moodle gradebook.


Where I work if a student does a subject that has 3 graded assessments and they fail one of those assessments they get a result of Not yet Competent.

 

Now if the student re-submits they want that student to get an overall result of competent not what they would of got if they didn't have to resubmit.

But I believe that moodle isn't that clever that it knows that this assessment is now a resubmission. Would the only way be to turn editing on and change the result behind the scenes to indicate a competent result overall and not a higher result.

This is what I am currently using to grade the assessments:

=(min(ga1,ga2,ga3,2)- 1) * average(ga1,ga2,ga3)

 

or is there a formula or a way of telling moodle that is result is a resubmission?

Thanks