lacuna | R Documentation |
Generate fill-in-the-blanks exercise
lacuna( answer, width = min(40, max(nchar(answer))), num = NULL, ignore_case = FALSE, tol = NULL, ignore_ws = TRUE, regex = FALSE, output = NULL )
answer |
see webexercises::fitb |
width |
see webexercises::fitb |
num |
see webexercises::fitb |
ignore_case |
see webexercises::fitb |
tol |
see webexercises::fitb |
ignore_ws |
see webexercises::fitb |
regex |
see webexercises::fitb |
output |
'html' or 'latex'. If not given, detect automatically. |
HTML or LaTeX code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.