Create a dropdown answer for a fill-in-multiple-blanks question
Usage
dropdown(correct, choices, id = NULL)
Arguments
- correct
Character vector of correct answer(s). Should be one element for single-answer multiple choice questions and can be multiple elements for multiple-answer multiple choice questions.
- choices
Character vector of answer choices.
- blank_id
The ID of the blank this dropdown corresponds to.