The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

rquiz provides interactive quizzes as HTML widgets
for R Markdown, Quarto, and Shiny applications. It offers three quiz
types: a single question with instant feedback
(singleQuestion), a multi-question quiz with navigation,
timer, and results (multiQuestions), and fill-in-the-blank
cloze exercises (fillBlanks). All quizzes support
single-choice and multiple-choice modes, customizable styling, and
multilingual UI.
I developed this package for my Data Science in Biology modules at the University of Hamburg, where I have been using and testing it with students since 2020 in HTML-based lecture slides (see e.g. fill-in-the-blank quiz and multi-page quiz in my Data Science 1 course).
You can install the development version from GitHub:
# install.packages("remotes")
remotes::install_github("saskiaotto/rquiz")
# or alternatively
# install.packages("pak")
pak::pkg_install("saskiaotto/rquiz")
singleQuestion), multi-question quiz with
navigation, timer, and results (multiQuestions),
fill-in-the-blank cloze (fillBlanks)rquizTheme()singleQuestion quiz was inspired
by Ozzie Kirkby and his JS/HTML/CSS code on codepen.io.multiQuestions quiz was inspired
by Abhilash Narayan and his JS/HTML/CSS code on codepen.io.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.