xAPI-vle / moodle-logstore_xapi

A Moodle plugin to send xAPI statements to an LRS using events in the Moodle logstore.
GNU General Public License v3.0
75 stars 85 forks source link

Can we schedule emit record to LRS automatically in moodle ? Is there any way to run scheduled Task after some specific time. #800

Closed nimbalkarmadhuri closed 1 year ago

nimbalkarmadhuri commented 3 years ago

Description

Server time and Timestamp given in the scheduled task is not matching. how to correct the timestamp according to server time. It is not fetching server time automatically.

Version

Expected behavior

davidpesce commented 3 years ago

Yes, in Site administration > Plugins > Logging > Logstore xAPI you'll have the following settings: image

Then you can adjust the timing within Moodle's Scheduled Tasks section.

nimbalkarmadhuri commented 3 years ago

Checked settings given by you , Solution is not working.

gordonmacqueen-lp commented 3 years ago

Do you have cron setup at the system level @nimbalkarmadhuri ? https://docs.moodle.org/311/en/Cron

davidpesce commented 1 year ago

Closing due to inactivity and cleaning up. If this is still an issue, please reopen and provide additional details.