## load package and enforce par(ask = FALSE)
library("exams")
options(device.ask.default = FALSE)
## Not run:
# ## exams2arsnova can either create text files with JSON data
# exams2arsnova("tstat2")
#
# ## or directly post this to an active ARSnova session (for which the
# ## server URL, the 8-digit session key, and the JSESSIONID cookie are needed)
# exams2arsnova("tstat2", url = "https://arsnova.eu/api",
# sessionkey = "49061284", jsessionid = "A5BEFDA4141816BB425F2204A602E4B3")
# ## End(Not run)
Run the code above in your browser using DataLab