get_allequalSummary: Generate list of all.equal results where Target is correct...

get_allequalSummaryR Documentation

Generate list of all.equal results where Target is correct answer and Current is student answer

Description

Generate list of all.equal results where Target is correct answer and Current is student answer

Usage

get_allequalSummary(
  targetLabel,
  whichCorrectAnsvalue = 1,
  .transform = NULL,
  switchTargetCurrent = F
)

Arguments

targetLabel

A character of like ans11, etc

whichCorrectAnsvalue

A number default at 1, indicating which values in correct answer values is used for comparison

.transform

A function, default at NULL. If not null, it is the function that transforms x and y before grading and comparison

Value

A list of all.equal outcomes. If transformed error, it will be try-error class object.

Examples

none

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