Learn R Programming

ProfessR (version 2.4-1)

gradeSCAN: Grade a SCANTRON

Description

Grade each row of a matrix which is a record of the scanned anwers from a test.

Usage

gradeSCAN(j, key)

Value

vector of scores

Arguments

j

matrix, scanned answers from the grading center

key

vector, key for grading

Author

Jonathan M. Lees<jonathan.lees@unc.edu>

Details

Program sums correct answers and returns the score for each row.