R/exams2ans.R

Defines functions exams2ans

exams2ans <- function(file, n = 1L, dir = ".", name = "anstest",
  converter = "pandoc-mathjax", table = TRUE,
  maxattempts = 1, cutvalue = NULL, ...)
{

  ## call exams2qti21
  rval <- exams2qti21(file = file, n = n, dir = dir, name = name,
      converter = converter, maxattempts = maxattempts, cutvalue = cutvalue, base64 = FALSE,
      flavor = "ans", eval = list(partial = FALSE), cloze_schoice_display = "buttons", ...)

  invisible(rval)
}

Try the exams package in your browser

Any scripts or data that you put into this service are public.

exams documentation built on June 8, 2025, 12:12 p.m.