
Last chance! 50% off unlimited learning
Sale ends in
Create a KEY for the scantron
UNCkeytron(g, fout, LAB = "KEY")
Side effects
vector of correct answers
output file name
Label to print on key
Jonathan M. Lees<jonathan.lees@unc.edu>
Given a vector of correct answers the program will create a postscript file with a facsimile of the scantron used for examinations at UNC Chapel Hill. The Bubbles will be filled and can be used to prepare a number 2 pencil version.
getKEY
if (FALSE) {
fkeyA = "/Users/lees/SCANTRON/A.FINAL.key"
fkeyB = "/Users/lees/SCANTRON/B.FINAL.key"
FKEY1 = getKEY(fkeyA)
FKEY2 = getKEY(fkeyB)
UNCkeytron(FKEY1, "AKEYfinal.eps", "A KEY final")
UNCkeytron(FKEY2, "BKEYfinal.eps", "B KEY final")
}
Run the code above in your browser using DataLab