ASAP.SIAM_to_ScantronAS: ASAP Student Item Analysis Multi to Scantron Achievement...

Description Usage Arguments Details Value

View source: R/ASAP_SIAM_to_ScantronAS.R

Description

Convert the Student Item Analysis Multi export from Level 0 ASAP to the format of files exported from Scantron Achievement Series

Usage

1
2
ASAP.SIAM_to_ScantronAS(asapFilePath, sectionTable, merge = "TP",
  alphaResponses = T, additionalExams = NULL, messageLevel = 0)

Arguments

asapFilePath

Character of length 1 containing the filepath of an export from ASAP.

sectionTable

data.frame showing associations between students and sections. Columns include StudentID, Course, Teacher, Period, and Exam. Each Exam value must match to exactly 1 regents exam name using grepl.

merge

character of length 1 indicating when to merge sections.

alphaResponses

logical of length 1 - should MC responses be converted from digits to letters? Defaults to TRUE.

messageLevel

integer of length 1 indicating the level of messaging to print. Defaults to TP.

Details

For the merge parameter, the value will indicate whether to group different sections together. The most grouped values are T, C, or P (for grouping all students who have the same teacher, course, or period, respectively). The least grouped value is TCP (for grouping students only when they have the exact same teacher, course, and period). Other acceptable values are TC, TP, and CP. Defaults to TP.

The export files generated by this function will be placed in a folder named export within the folder containing asapFilePath.

Value

Nothing is returned by this function.


debarros/rrttExportConverter documentation built on Oct. 14, 2020, 9:50 p.m.