convert_gradeList2dataframe: Convert list of grades into a data frame with total computed

View source: R/gradeComputation.R

convert_gradeList2dataframeR Documentation

Convert list of grades into a data frame with total computed

Description

Convert list of grades into a data frame with total computed

Usage

convert_gradeList2dataframe(
  ...,
  turnInBonus = 3,
  maxPoint = 10,
  fullMark = NULL
)

Arguments

...

A name=value pair, such as ans11=grade11, ans12=grade12,...

Examples

none

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