Creating custom interactive question types
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2021
04:33 AM
I am a developer and I have a requirement to create custom question types. The questions are highly interactive (involving listening to a piece of music and transcribing it on a musical score) so don't fit into the standard Canvas question types.
The idea is that the question is rendered as a SPA (a Vue app) and the answers fed back into Canvas via API calls. The app we have already exists (it was originally built for a Moodle LMS).
My question is, what is the best approach to embed and present rich question types in Canvas? Ideally we'd like the question to be presented full-screen or in a modal pop-up
I can't seem to find any resources/examples on the dev forums where this is being done.