[ARCHIVED] Create questions containing images using REST API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2021
04:25 PM
Hi, folks! I need to insert questions that contain images in the Canvas LMS using its Rest API. I tried to use inlined images, encoded in Base64, inside HTML passed by the parameter 'question_text', but Canvas eliminates the image from the question text during the creation operation. I think it's an LMS security constraint. Please, could someone help me find a way to create questions that contain images using the Canvas API?