php - Course Completion is stuck at pending status how ever the student passed all the activites and Quizzes in Moodle -


after creating course , checking completion tracking settings correctly modified in course settings , in activity settings. , after student passed activities , quizzes, course completion status still pending , not completed. after adding self completion block, same issue, course stuck @ pending state only.

course completion updated via system cron process.

make sure cron process running or trigger manually via [site]/admin/cron.php (if web running enabled in site settings) or on commandline via:

php [site path]/admin/cli/cron.php 

Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -