library(quizme)
library(testthat)
context("output of ask, tell gives error with numeric argument")
quizme()
test_that("ask and tell functions return error with argument",{
expect_error(ask(5))
expect_error(tell(5))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.