LTI Grade Sync: Grade update timing

LTI Grade Sync: Grade update timing

by Kenwrick Chan -
Number of replies: 2

Folks,

I must have missed it, but is there a setting that controls how long after a user finished a grade sync-able item that it starts sending a grade back to a provider?  We have the admin.php cron job going once a minute but the latency seems to be >10 minutes.

Average of ratings: -
In reply to Kenwrick Chan

Re: LTI Grade Sync: Grade update timing

by Jake Dallimore -
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers Picture of Testers
Hi Kenwrick,

The main cron run should be every minute (as recommended in docs), however, the individual scheduled tasks can be configured via Site admin > Server > Scheduled tasks. The one you're looking for is called "Publish as LTI tool grade sync" (\enrol_lti\local\ltiadvantage\task\sync_grades).

Cheers,
Jake