formScanner2Excel: Convert a FormScanner file to Microsoft Excel file.

Description Usage Arguments Details Value See Also Examples

View source: R/writeFunctions.R

Description

Convert responses of a multiple choice answer sheet as obtained by Formscanner ,as a csv-file, into a Microsoft Excel workbook xlsx-file.

Usage

1
formScanner2Excel(fileName, noItems, courseCode, saveName = "ICT_results")

Arguments

fileName

A character string with the name of the FormScanner csv-file to be converted into a Microsoft Excel xlsx-file.

noItems

An integer, not exceeding 40, specifying the number of items (questions) on the answers sheet to be considered.

courseCode

A character string with the course code, to be used as the name of the worksheet in the Microscoft Excel workbook, e.g. MAT15403. Preferably use the course code as specified in the university study guide.

saveName

A character string containing the name of how the Microsoft Excel workbook should be saved. The extension is not needed, automatically xlsx will be added as file extension.

Details

Multiple choice answers sheets from students at Wageningen University and Research are generally scanned and processed into a Microsoft Excel worbook, containing a worksheet named with the course code, by EDUsupport (part of ITsupport). The used multiple choice answer sheets, however, also allow for scanning and processing with the free, open source OMR (optical mark recognition) software FormScanner (http://www.formscanner.org/).

This function converts the resulting FormScanner csv-file (in reality a semicolon separated file) into a Microsoft Excel workbook with the same content layout as generated by EDUsupport.

Value

A Microsoft Excel workbook xlsx-file named with the name specified by the saveName function argument.

See Also

processMC

Examples

1
2
3
4
5
6
7
## Not run: 
  formScanner2Excel(fileName = "examples/2015-2016_P1_MAT15403_xm151020_scan_results.csv",
                    noItems = 25,
                    courseCode = "MAT15403",
                    saveName = "2015-2016_P1_MAT15403_xm151020_ICT_results")

## End(Not run)

mverouden/wurmc documentation built on March 10, 2021, 11:20 a.m.