powered by
Read UNC scantron
readSCANTRON(fn = "t9543b.raw.csv", nq = 50, istart = 6)
list:
number of students
number of questions
names of students
Ids of students
matrix, student answers
key for grading
character, name of digital file with raw scores
integer, Number of questions to read
integer, start of column for first question
Jonathan M. Lees<jonathan.lees@unc.edu>
The data is scanned by machine. If a student marks on the exam past the correct number of questions, the machine assumes there are legitimate repsonses beyond the key.
if (FALSE) { datadir = "./DATA" rawfn1 = paste(datadir,'t6200a.raw.csv', sep="/") B1 = readSCANTRON(rawfn1) }
Run the code above in your browser using DataLab