Skip to content

agricolamz/checkdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

checkdown

Project Status: Active - The project has reached a stable, usable state and is being actively developed. CRAN version DOI

G. Moroz

The main goal of this package to create checking fields and boxes in rmarkdown or quarto. It can be used in class when teacher share materials and tasks (as an .html page or an .html slides), so student can solve some problems and check their work. It is really important since some students are too shy to ask a question, so you can create tasks that will check on the fly the understanding of the class material and give some hints to those students that get stuck. In contrast to the learnr package the checkdown package works serverlessly without shiny and could be stored as a simple .html page (e. g. on Github Pages). In contrast to the exams output the checkdown package creates interactive auto-grading tasks. The interactive version of the exams output is bind to Blackboard Learn, that is really nice, but looks like an overkill for the simple task that checkdown solves.

See the html demo page for examples of usage.

Installation

Get the stable version from CRAN:

install.packages("checkdown")

… or get the development version from GitHub:

install.packages("devtools")
devtools::install_github("agricolamz/checkdown")