View source: R/typeset-exercises.R
format_exercises | R Documentation |
Utilities for laying out exercises
format_exercises( Roster, label_format = c("numeric", "alpha", "ALPHA", "roman", "ROMAN"), template = "## Exer. {number}\n\n **Exercise {number}**\n\n{contents}\n\n", askMC = Znotes::askMC )
Roster |
A data frame with a |
template |
Glue string setting formatting for each exercise |
askMC |
function name for the askMC() typesetting |
show_answers |
Logical: whether to show the answers |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.