Hi,
I am working integrating with
repl.it so we can give our students code challenges to complete in order to complete the course.
repl.it has recently removed their LTI support and replaced it with a webhook that emits an event when a student submits a challenge.
I'm working on creating a webhook handler that receives the data emitted by the event, but I'm not sure how/where to store it in order for it to be counted on the progress page.
Does anyone know how I could achieve this?
Thanks