Hello,
We require the next functionalities for an external app that will use a Tutor/OpenEdx server. This app will manage the sessions of all the students:
- Obtain courses and users of a course → Possible
- Enrollment of students → Possible with the /enrollment endpoints
- Answer questions for a specific course and student → Is that possible? We want to upload text and images as possible answers
For the last point there is an example: When the user login a course in our external app, automatically an image must be uploaded as the answer of the first question of the course. Moreover, some courses will consist on a single question where the API must upload a text.
Is the API capable to accomplish the requirements?
Thanks.