Course completion setting

Course completion setting

by Stephan Tedesco -
Number of replies: 1

We are having an issue with students, who have to complete a course in order to be signed into a cohort, which therefore gives an access to other courses. 

The first course is a single activity course with SCORM-package in it. After completing it (achieving the completion grade >70%),  the system needs 1 minute to set the completion status. 

In our case we need this to happen straight after the completion of the SCORM, as this is the first course for the students and in the most cases after not waiting the needed minute they just never come back... 


We set all the possible minimums: 

  • Cron runs every minute
  • lib/completionlib.php - define('COMPLETION_CACHE_EXPIRY', 1);

Ist there some workaround (or code adjustment), so we can achieve it?


Thanks for the suggestions in advance. 


S.

Average of ratings: -
In reply to Stephan Tedesco

Re: Course completion setting

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Yeh - that's how completion works. You're not the first person to have an issue with this. 

I've not heard of a workaround.