Reporting Highest Grade

Reporting Highest Grade

by Joel Klaverkamp -
Number of replies: 1

Hello all!

I am trying to get a SCORM 1.2 package that has an assessment in it to grade a specific way in Moodle 3.9.  What I want is for it to always report the highest score the learner has received across all their attempts.

What I have done is set up the activity grading like so:


And the completion like so:


With site level grade settings set to grade_keephigh = 20 like so:


But what happens is everytime the learner launches it overwrites attempt 1 and only allow for 1 attempt to be reported.

For example:

Learner launches quiz once and gets 75% it says

  • Number of attempts allowed: Unlimited
  • Number of attempts you have made: 1
  • Grade for attempt 1: 75%
  • Grading method: Highest attempt
  • Grade reported: 75%

Learner re-launches quiz and gets 50% it says
  • Number of attempts allowed: Unlimited
  • Number of attempts you have made: 1
  • Grade for attempt 1: 50%
  • Grading method: Highest attempt
  • Grade reported: 50%
What I’d like it to say:
  • Number of attempts allowed: Unlimited
  • Number of attempts you have made: 2
  • Grade for attempt 2: 50%
  • Grading method: Highest attempt
  • Grade reported: 75%

Is there something I’m missing with the configuration?  Is behaviour like what I’m after possible in Moodle?

Thanks in advance!

Joel

Average of ratings: -