Description Usage Arguments Details Value
View source: R/ASAP_SIAM_to_ScantronAS.R
Convert the Student Item Analysis Multi export from Level 0 ASAP to the format of files exported from Scantron Achievement Series
1 2 | ASAP.SIAM_to_ScantronAS(asapFilePath, sectionTable, merge = "TP",
alphaResponses = T, additionalExams = NULL, messageLevel = 0)
|
asapFilePath |
Character of length 1 containing the filepath of an export from ASAP. |
sectionTable |
data.frame showing associations between students and
sections. Columns include |
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 |
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
.
Nothing is returned by this function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.