calculate_hw_grade: Calculate Homework Grades in the style of Compass2g...

Description Usage Arguments Value Examples

Description

Summarize multiple exercise columns into one and calculate output

Usage

1
calculate_hw_grade(hw_data, hw_name = "hw01")

Arguments

hw_data

Either a 'data.frame' or 'tibble' containing multiple variables with the prefix 'ex' that are numeric and 'netid'.

hw_name

The name of assessment. Default is '"hw01"'.

Value

A 'tibble' with 'Username' and 'hw_name' variables.

Examples

1
2
3
4
5
6
## Not run: 
calculate_hw_grade(hw)

calculate_hw_grade(hw, hw_name = "hw03")

## End(Not run)

coatless/coursetools documentation built on May 25, 2019, 3:26 p.m.