Add support for importing Canvas exported user lists
As discussed in #48 (closed), Marieke would really like to see a feature to import directly from Canvas LMS (https://canvaslms.com) exported user lists. This merge request implements DocumentFlavor
s, as suggested in #48 (closed).
More specifically, this merge request
- Introduces a
DocumentFlavor
for the participant list. - Ensures that based on the
DocumentFlavor
a different mapper is used. - Ensures that on import only the organizer can choose which flavor the file has, effectively telling Quizzard which mapping to use.
When merged, this will implement #48 (closed).
Edited by Remco de Man