Note: You are currently viewing documentation for Moodle 2.9. Up-to-date documentation for the latest stable version of Moodle may be available here: Activity completion FAQ.

Activity completion FAQ: Difference between revisions

From MoodleDocs
(cron)
Line 5: Line 5:


==Activity completion status does not change==
==Activity completion status does not change==
Has [[Cron]] been run on the server side?    Activity completion default is to be trigger by a cron event at a regular interval. The update on a site can take time and resources of the server because it looks at every course, every activity, every user.     
Has [[Cron]] been run on the server side?    Activity completion default is to be trigger by a cron event at a regular interval. The default is 10 minutes. 
 
:Why so long a gap?  My students want instant gratification and positive reinforcement they have taken another step! The update on a site can take time and resources of the server because it looks at every course, every activity, every user.     
 
Want to change the default time?  This will require a code tweak at line 89 or so in the /lib/completionlib.php file. 


:Next question -What is the time frame interval? 


{{stub}}
{{stub}}


[[de:Aktivitätsabschluss FAQ]]
[[de:Aktivitätsabschluss FAQ]]

Revision as of 14:53, 15 November 2011

What happens when completion conditions are unlocked?

Once you unlock options and then click 'Save changes', all completion information for the activity will be deleted and, if possible, regenerated according to the new settings. See the section 'What happens when you unlock' in Activity completion settings for further details.

Activity completion status does not change

Has Cron been run on the server side? Activity completion default is to be trigger by a cron event at a regular interval. The default is 10 minutes.

Why so long a gap? My students want instant gratification and positive reinforcement they have taken another step! The update on a site can take time and resources of the server because it looks at every course, every activity, every user.

Want to change the default time? This will require a code tweak at line 89 or so in the /lib/completionlib.php file.