capitals: Knowledge Quiz Question about Capitals around the World
This article is originally published at https://www.R-exams.org/
Exercise template for a multiple-choice knowledge quiz question with flexible shuffling of the alternatives.
capitals
Demo code:
library("exams")
set.seed(403)
exams2html("capitals.Rnw")
set.seed(403)
exams2pdf("capitals.Rnw")
set.seed(403)
exams2html("capitals.Rmd")
set.seed(403)
exams2pdf("capitals.Rmd")
Thanks for visiting r-craft.org
This article is originally published at https://www.R-exams.org/
Please visit source website for post related comments.