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

API to get a student's score for an activity #57

Open christianp opened 5 years ago

christianp commented 5 years ago

We want to show on the course notes a progress bar or a badge corresponding to the student's progress on an activity (or for a group of activities?)

The LTI provider should expose an API which, given an activity ID (or IDs) and a student ID, returns information such as score and completion status.

The request should be validated with something like OAuth, for data protection.