Description Usage Arguments Details See Also Examples
View source: R/question_radio.R
Creates a radio button tutorial quiz question. The student can select only one radio button before submitting their answer.
1 2 3 4 5 6 7 8 9 |
text |
Question or option text |
... |
answers and extra parameters passed onto |
correct |
For |
incorrect |
Text to print for an incorrect answer (defaults to "Incorrect")
when |
try_again |
Text to print for an incorrect answer (defaults to "Incorrect")
when |
allow_retry |
Allow retry for incorrect answers. Defaults to |
random_answer_order |
Display answers in a random order. |
Note: Multiple correct answers are allowed.
question_checkbox
, question_text
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.