Is it possible to check the last time that grades have been 'passed back' to the LMS? If so, how would one do so?
Can this be done by querying a WeBWorK log? Or does one have to go to the LMS that the grades are being passed to?
Zak
$job->app->log
calls in https://github.com/openwebwork/webwork2/blob/main/lib/Mojolicious/WeBWorK/Tasks/LTIMassUpdate.pm $debug_lti_grade_passback
was turned on would there be any logging.