ines / course-starter-r

👩‍🏫🇷 Starter repo for building interactive R courses
https://course-starter-r.netlify.com
MIT License
342 stars 84 forks source link

Multiple choice quizzes #9

Open schalkdaniel opened 4 years ago

schalkdaniel commented 4 years ago

Hi @ines,

Thanks for your great work on the course framework! It's really awesome! :+1:

There is one thing we cannot figure out, is it possible to have multiple choice quizzes instead of just being able to pick one of the given options?

Thanks a lot :slightly_smiling_face:

ines commented 3 years ago

Thanks and sorry for the late reply! At the moment, there's no out-of-the-box support for multiple selection, mostly because I built the framework to convert my existing spaCy course that used a different format for them. See exercise 5 for an example and workaround: https://course.spacy.io/en/chapter3

schalkdaniel commented 3 years ago

Thanks for your reply! In the meantime, I have implemented a solution for our repository. Just take a look here if you are interested. And here the source of choice.js (it's not pretty but it is working).