-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate better format for Quiz slides #15
Comments
Maybe a simpler (but more manually-intensive) task would be to convert all the quiz slides to some sort of Google Form? |
Another possible idea for quiz solutions is to put an expandable box with the answer: Example:
|
Another, much more complex option is to make a custom directive for each question type and have it output HTML with the proper form element. Wouldn't save their answers, but maybe could include some JS logic to check for correct answers. |
@hschafer It's not exactly what you're looking for, but WeBWorK problems can be embedded...it's a platform intended primarily for math problems, but there is some Python functionality too. And certainly multiple choice is supported. |
I don't completely love that we are just using plain text for question options and telling students to write their own spaces.
The challenge is I don't know how to do more complicated HTML in templating language. Can we figure out something better like:
What do we do about solutions? Probably going to be too difficult for a V1, so we will likely omit since that requires more complex logic.
The text was updated successfully, but these errors were encountered: