curve.grades: Curve Quiz Grades

View source: R/teaching_functions.R

curve.gradesR Documentation

Curve Quiz Grades

Description

Apply a curve of a specified number of points to a quiz and see how it affects the results. The

Usage

curve.grades(quiz_df, curve.points, max_points)

Arguments

quiz_df

A Canvas quiz data frame imported with the import.quiz function

curve.points

The number of points to add to the total. For example, if a quiz was worth 25 points and the user enters 5 as this value, each student's grade will be boosted by 5 points.

max_points

The maximum total number of points possible on the quiz. If someone got this score, they would have a 100%.


ryan-a-schneider/legaldmlab documentation built on July 2, 2023, 5:02 a.m.