View source: R/generate_multichoice.R
generate_multichoice | R Documentation |
multichoice
questionGenerate multichoice
question
generate_multichoice(
answer,
a_values,
correct_feedback,
incorrect_feedback,
fb_partially,
fb_answer,
fb_a_values,
fraction
)
answer |
A string. |
a_values |
A vector, rest of answers. |
correct_feedback |
A string. |
incorrect_feedback |
A string. |
fb_partially |
A string. |
fb_answer |
A string, answer feedback. |
fb_a_values |
A vector, rest of answer feedback. |
fraction |
A number between 0 and 1. |
A string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.