Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.15 KB

File metadata and controls

42 lines (27 loc) · 1.15 KB

pltest

Travis build status Codecov test coverage

The goal of pltest is to provide a secure autograder for the PrairieLearn platform.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("illinois-r/pltest")

Development Status

Workflow with this package is highly experimental and is likely to be tuned over the next school year. That said, using the templates in the package now with PrairieLearn will likely be fine.

Motivation

The goal behind this package is to abstract away portions of the code required to be executed inside a course.

License

Portions of the code related to PrairieLearn are released under:

GPL (>= 2)