/examtools

R package to extend R/exams

Primary LanguageROtherNOASSERTION

examtools

The goal of examtools is to provide a simple interface to R/exams .

Installation

You can install the development version of examtools from GitHub with:

remotes::install_github("kenjisato/examtools")

Example

This is a basic example which shows you how to solve a common problem:

library(exams)
library(examtools)

# Set up a course
course_init()