knitr::opts_chunk$set( echo = TRUE, collapse = TRUE, comment = "#>", fig.path = "README-" )
R package for processing and grading multiple choice exams at Wageningen University and Research.
Multiple choice answers sheets from students at Wageningen University and Research are generally scanned and processed into a Microsoft Excel worbook, containing a worksheet named with the course code, by EDUsupport (part of ITsupport). The used multiple choice answer sheets, however, also allow for scanning and processing with the free, open source OMR (optical mark recognition) software FormScanner (http://www.formscanner.org/). This package can convert the resulting FormScanner csv-file (in reality a semicolon separated file) into a Microsoft Excel workbook with the same content layout as generated by EDUsupport.
Next the Microsoft Excel workbook is used as one of the required inputs for grading the student multiple choice answer sheets. Other required files are:
For this package to work Java Runtime Environment 1.8.0 needs to be installed on the computer.
The wurmc
package can be installed using:
install.packages("remotes") remotes::install_github("mverouden/wurmc")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.