How to complete the course by completing attendance

How to complete the course by completing attendance

by eli chan -
Number of replies: 4

Dear,

For a course, students simply attend 80% for the course and this will auto trigger to complete the course. After input all attendance, the course still cannot complete.  Please help.


Attachment Screen Shot 2016-10-18 at 10.18.23 AM.jpg
Attachment Screen Shot 2016-10-18 at 10.33.19 AM.jpg
Average of ratings: -
In reply to eli chan

回應: How to complete the course by completing attendance

by eli chan -

Dear all,

After setting cron job as below, course still cannot be completed.

Eli Chan

Attachment Screen Shot 2016-10-18 at 2.20.44 PM.jpg
In reply to eli chan

Re: 回應: How to complete the course by completing attendance

by Helen Foster -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

Hello,

From your screenshot it seems that the Cron has not yet run. Maybe you can check that it is running correctly? It is recommended to run it every minute.

In reply to Helen Foster

回應: Re: 回應: How to complete the course by completing attendance

by eli chan -

Thanks Helen, 

It works now after setting the cron every minutes at my Linux command.

i.e.  */1 * * * * /usr/bin/php  /var/www/html/moodle/admin/cli/cron.php >/dev/null

Thanks a lot.

Eli

Attachment Screen Shot 2016-10-18 at 4.03.03 PM.jpg
In reply to eli chan

Re: 回應: Re: 回應: How to complete the course by completing attendance [Solved]

by Helen Foster -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

Thanks Eli for replying with details of how you solved the problem.