Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


ProfessR (version 2.4-3)

UNCkeytron: Create a KEY for the scantron

Description

Create a KEY for the scantron

Usage

UNCkeytron(g, fout, LAB = "KEY")

Value

Side effects

Arguments

g

vector of correct answers

fout

output file name

LAB

Label to print on key

Author

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

Details

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.

See Also

getKEY

Examples

Run this code

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