checkdown
R package for Rmarkdown for creating autocheck questions and hints
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.4%) to scientific vocabulary
Keywords
Repository
R package for Rmarkdown for creating autocheck questions and hints
Basic Info
- Host: GitHub
- Owner: agricolamz
- License: gpl-2.0
- Language: R
- Default Branch: master
- Homepage: https://agricolamz.github.io/checkdown/
- Size: 3.14 MB
Statistics
- Stars: 31
- Watchers: 1
- Forks: 2
- Open Issues: 6
- Releases: 12
Topics
Metadata Files
README.md
checkdown 
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:
{r, eval=FALSE}
install.packages("checkdown")
… or get the development version from GitHub:
{r, eval=FALSE}
install.packages("devtools")
devtools::install_github("agricolamz/checkdown")
Owner
- Name: George Moroz
- Login: agricolamz
- Kind: user
- Location: Russia, Moscow
- Company: Linguistic Convergence Laboratory, NRU HSE (https://ilcl.hse.ru/en/)
- Website: https://www.hse.ru/en/org/persons/103489498
- Twitter: aGricolaMZ
- Repositories: 23
- Profile: https://github.com/agricolamz
I'm teaching Linguistics and working on phonetics, linguistic mapping, statistics and indigenous language of the Caucasus
GitHub Events
Total
- Issues event: 1
- Watch event: 1
- Issue comment event: 3
Last Year
- Issues event: 1
- Watch event: 1
- Issue comment event: 3
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| George Moroz | a****z@g****m | 85 |
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 13
- Total pull requests: 0
- Average time to close issues: 2 days
- Average time to close pull requests: N/A
- Total issue authors: 8
- Total pull request authors: 0
- Average comments per issue: 2.46
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 3
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 2
- Pull request authors: 0
- Average comments per issue: 1.67
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- Julieblas (3)
- agricolamz (3)
- elenlefoll (2)
- Pozdniakov (1)
- ManuelSpinola (1)
- docfleetwood (1)
- locusclassicus (1)
- JulieBlasquiz (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 361 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 12
- Total maintainers: 1
cran.r-project.org: checkdown
Check-Fields and Check-Boxes for 'rmarkdown'
- Homepage: https://agricolamz.github.io/checkdown/
- Documentation: http://cran.r-project.org/web/packages/checkdown/checkdown.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
-
Latest release: 0.0.12
published over 2 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.5.0 depends
- knitr * imports
- markdown * imports
- rmarkdown * suggests