README.md

genexam

Overview

genexam is a package I designed to help teachers perform four distinct sets of tasks:

Each tasks is handled by a specific shiny gadget I will desribe hereafter.

Pre-requisites

To use the package, several complementary pieces of (free) software must be installed on your computer. Here are the links towards the installation files:

Software Windows Mac.OS.X R R for Windows R for mac OS X Rtools RTools - RStudio RStudio RStudio Latex Miktex Texlive Pdf pdftk pdftk Images imagemagik imagemagik perl perl -

In addition, you also need to have a package containing the templates of questions to be used for the exams. I created the package manacc for a management accounting course. You can install this package by typing the following lines of code in the R console:

install.packages("devtools")
devtools::install_github("NicolasJBM/manacc")

Installation

The package genexam is only available under its development version. You can install it from Github by typing in the R console the following lines of code:

# install.packages("devtools")
devtools::install_github("NicolasJBM/genexam")

Once the package installed, you can start using the functions.

Functions

There are four main functions in genexam:

In addition, there are also a few supporting functions:

Finally, a template of exam helps structuring the use of the package:

Usage

Create a folder for exams

Generate exams

Scan and grade exams

Check exams results

Send individual reports



NicolasJBM/genexam documentation built on June 28, 2019, 2:42 p.m.