Learn R Programming

gradeR (version 2.0.1)

parseTestResults: Parse test results for a single student.

Description

Internal helper function that evaluates test results and returns scores.

Usage

parseTestResults(test_results, number_questions)

Value

A numeric vector of scores (0 or 1 for each question)

Arguments

test_results

the ListReporter results object

number_questions

the number of questions/tests