numbas / numbas-lti-provider

An LTI tool provider to run Numbas exams
https://docs.numbas.org.uk/lti/en/latest/
Other
11 stars 12 forks source link

When reporting scores immediately, report as soon as an attempt starts #197

Closed christianp closed 2 years ago

christianp commented 2 years ago

When a resource is set to report scores immediately, it only reports the score when the total for the exam changes. If the student gets zero for the whole exam, then it's never reported. Canvas displays this as "unattempted", which is incorrect.

The LTI tool should run report_outcome whenever an attempt is created.