timecompleted column is NULL

Re: timecompleted column is NULL

von Davo Smith -
Anzahl Antworten: 4
Nutzerbild von Core developers Nutzerbild von Particularly helpful Moodlers Nutzerbild von Peer reviewers Nutzerbild von Plugin developers
If you have not configured any completion criteria for the course, then Moodle has no way of knowing when you are expecting it to mark the course as "complete", so the course will never be marked as complete.

There is plenty of documentation on how to configure course completion in the Moodle docs: https://docs.moodle.org/en/Course_completion
Als Antwort auf Davo Smith

Re: timecompleted column is NULL

von Tagnavi M Y -

hi Davo Smith,

i am also having a similar problem , i have enabled self completion of course for users, and the user has successfully marked the course as completed. But still in the mdl_course_completion, the time completed is null.


(i logged in from a different browser as user to mark the course as completed, i am just learning moodle, )

Als Antwort auf Tagnavi M Y

Re: timecompleted column is NULL

von Krishna Mohan Prasad -
Nutzerbild von Particularly helpful Moodlers Nutzerbild von Plugin developers
Hi Tagnavi M Y,
Is cron enabled and running ? If cron is not running completion will not be marked.

Thanks
Als Antwort auf Krishna Mohan Prasad

Re: timecompleted column is NULL

von Tagnavi M Y -

yes,Krishna Mohan Prasad  the cron is running.

but still the time completed is showing null.


Anhang Screenshot (222).png
Als Antwort auf Tagnavi M Y

Re: timecompleted column is NULL

von Krishna Mohan Prasad -
Nutzerbild von Particularly helpful Moodlers Nutzerbild von Plugin developers
Hi Tagnavi M Y,
I can see that your reaggregate column is set so you must have done configuration changes to reaggregate course completions. So I hope next cron run will reaggregate the users completion and mark their completion.

Thanks