parseTestResults: Parse test results for a single student.

View source: R/grade.r

parseTestResultsR Documentation

Parse test results for a single student.

Description

Internal helper function that evaluates test results and returns scores.

Usage

parseTestResults(test_results, number_questions)

Arguments

test_results

the ListReporter results object

number_questions

the number of questions/tests

Value

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


gradeR documentation built on Jan. 20, 2026, 1:06 a.m.