getxyFunctional: Generate function to quickly pull out specific answers from a...

View source: R/grade.R

getxyFunctionalR Documentation

Generate function to quickly pull out specific answers from a student and the correcnt answers

Description

Given student index in studentValues, generate a getxy function of answer label which quickly gives x(this student's answer) and y(correct answer) in the global environment

Usage

getxyFunctional(.x)

Arguments

.x

A character or number. When character, it should be from names(studentValues); When number, it should be the location regarding element in studentValues.

Value

A function

Examples

none.

tpemartin/rmdgrader documentation built on Nov. 22, 2022, 6:39 p.m.