readScore: Extract useful information from Blackboard data files

Description Usage Arguments Value Author(s)

Description

Organize the data into a table with rows as students and columns as scores or answers.

Usage

1
readScore(filename, savefile = FALSE, keepAttempts = FALSE)

Arguments

filename

file name of the Blackboard data with path

savefile

logical. If TRUE then the cleaned data is saved.

keepAttempts

logical. If FALSE then only the best attempt would be kept for future use.

Value

a list of four objects: a data frame of scores, a data frame of answer, the file information, and the clean questions.

Author(s)

Xiaoyue Cheng <xycheng@iastate.edu>


introstat/ePort documentation built on May 18, 2019, 5:47 a.m.