https://github.com/jverzani/questionr
quizzes through R markdown
https://github.com/jverzani/questionr
Last synced: about 1 month ago
JSON representation
quizzes through R markdown
- Host: GitHub
- URL: https://github.com/jverzani/questionr
- Owner: jverzani
- Created: 2012-08-15T18:57:52.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-15T18:59:04.000Z (almost 13 years ago)
- Last Synced: 2025-05-07T09:13:28.646Z (about 1 month ago)
- Language: R
- Size: 430 KB
- Stars: 8
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
`questionr` -- an R package for writing questions and quizzes using R markdown
-------------------------------------------------------------------------------This package provides a convenient way to write self-graded quizzes using `R markdown`. This markup language easily allows the author to mix `R` code and graphics within HTML formatted text. The package makes it easy to integrate in questions.
Some samples are provided in the `inst` directory.
The package also has a web interface for the projects, though this is still
much a work in progress.