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

Author: Saskia Otto License: MIT

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).

Installation

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")

Quiz Types

Overview of the three rquiz quiz types: single-page question with multiple-choice options (left), multi-page quiz with navigation and timer (center), and fill-in-the-blank cloze exercise (right)
Single-question quiz (left), multi-page quiz (center), and fill-the-blanks quiz (right).

Features

Learn More

Credits

  1. The development of the singleQuestion quiz was inspired by Ozzie Kirkby and his JS/HTML/CSS code on codepen.io.
  2. The development of the 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.