forked from cognitive-engineering-lab/mdbook-quiz
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Enhancement to MD quiz #1
Comments
flannery-denny
referenced
this issue
in bootstrapworld/curriculum
Oct 10, 2024
@schanzer I added this to the checklist above, but flagging that the most urgent thing to address is that running |
flannery-denny
referenced
this issue
in bootstrapworld/curriculum
Oct 11, 2024
flannery-denny
referenced
this issue
in bootstrapworld/curriculum
Oct 11, 2024
We've determined that it's feasible. Closing |
schanzer
changed the title
Explore the feasibility of recreating Desmos assessments in MD quiz
Enhancement to MD quiz
Oct 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
npm exec vite build
only builds the.toml
file titledsample-quiz
-- currently they are sometimes reordered based on something happening behind the scenes
-- this is incompatible with offering choices like "both" or "all of the above"
-- authors should have control, which it seems could be accomplished by allowing two different blocks of
prompt.distractors = [ ]
-- multiple choice (clear how to use this)
-- short answer (clear how to use this)
-- tracing (need more info! Guessing this question type is a subset of a different question type that is actually what authors should be using?
)
The tracing question type appears to be the most exciting option because it gives the quiz taker a chance to justify an answer... but... in it's current state it is completely unusable by Bootstrap authors because some of the question text is under the hood. Here's what we have access to:
and below is a screenshot of what it generates - Note that we have zero questions we want to ask about compilers, and that text is prepopulated from somewhere.
If it is not feasible, develop a better system for ourselves to draft assessments that will get published on Desmos so that
The text was updated successfully, but these errors were encountered: