MC_simple_format | R Documentation |
Formats multiple-choice questions for MOSAIC Calculus
MC_simple_format( prompt = "The question prompt", ..., item_label = "Part", out_format = c("Markdown", "PDF") ) askMC( prompt = "The question prompt", ..., id = NULL, right_one = NULL, inline = FALSE, random_answer_order = FALSE, allow_retry = TRUE, correct = "Right!", incorrect = "Sorry.", message = NULL, post_message = NULL, submit_button = "Check answer", try_again_button = "Try again", allow_multiple_correct = FALSE, show_feedback = TRUE, out_format = c("PDF", "Markdown", "GradeScope"), item_label = "Part ", show_answers = FALSE ) askGS(...) fix_dollar_signs(str) format_latex_answers(AT, linechars = 50) letter_counter()
prompt |
Character string prompt |
... |
fixed-choice possibilities |
item_label |
Character string how to label each individual question |
out_format |
Either |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.