hypothesis / lms

LTI app for integrating with learning management systems
BSD 2-Clause "Simplified" License
46 stars 14 forks source link

Basic fact finding for Moodle local file integration #1320

Closed jon-betts closed 4 years ago

jon-betts commented 4 years ago

In order to guide future development effort we should gather some basic details about each of the integrations before we start to ensure we don't go down any blind alleys.

Questions to answer

What is the integration method? JSON API? XML RPC?

Where are the docs?

How do we authenticate?

How do you get the list of files?

How do you get the file?

Do we need to proxy the file or can we return a direct URL?

Does a particular assignment have one list of files or many?

jon-betts commented 4 years ago

I think Sean has given this a once over now.