View source: R/getItemResults.R
getItemResults | R Documentation |
Returns individal item responses.
getItemResults( daacs_conn, student_id, assessments = c("COLLEGE_SKILLS", "MATHEMATICS", "WRITING", "READING"), ... )
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. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.