getItemResults: Returns individal item responses.

View source: R/getItemResults.R

getItemResultsR Documentation

Returns individal item responses.

Description

Returns individal item responses.

Usage

getItemResults(
  daacs_conn,
  student_id,
  assessments = c("COLLEGE_SKILLS", "MATHEMATICS", "WRITING", "READING"),
  ...
)

Arguments

daacs_conn

a connection to the mongolite database.

student_id

(optional) can be a character vector to limit the students data to return. Of omitted, return all student data.

assessments

list of assessments to include results from.

Value

a data.frame where each row represents a student response to an individual question.

username student's username in DAACS. \itemassessment which assessment this item is from. \itemtakenDate the time the student completed the question. \itemstem the question stem \itemresponse the student's answer to the question as a character (i.e. strongly agree for SRL, A through D for multiple choice). \itemscore the score for the student.


DAACS/daacsR documentation built on Feb. 10, 2023, 9:49 p.m.