Skip to contents

Create a simple Javascript-powered quiz for testing purposes.

Usage

exams2js(
  file,
  n = 1L,
  nsamp = NULL,
  dir = ".",
  template = NULL,
  name = NULL,
  quiet = TRUE,
  edir = NULL,
  tdir = NULL,
  sdir = NULL,
  verbose = FALSE,
  question = "<h4>Question</h4>",
  solution = "<h4>Solution</h4>",
  mathjax = NULL,
  resolution = 100,
  width = 4,
  height = 4,
  svg = FALSE,
  encoding = "",
  envir = NULL,
  converter = NULL,
  seed = NULL,
  ...
)

Credits

Modified from exams2html, by Achim.