Nothing
## https://docs.wooclap.com/en/articles/1980934-can-i-move-questions-from-wooclap-to-moodle
exams2wooclap <- function(file, n = 1L, dir = ".", name = "moodletowooclap", ...)
{
## call exams2moodle
rval <- exams2moodle(file = file, n = n, dir = dir, name = name, flavor = "wooclap", ...)
invisible(rval)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.