context("question")
test_that("bad ellipses are found", {
expect_silent(
question("title", answer("5", correct = TRUE))
)
expect_error(
question("title", answer("5", correct = TRUE), typ = "auto")
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.