View source: R/teaching_functions.R
curve.grades | R Documentation |
Apply a curve of a specified number of points to a quiz and see how it affects the results. The
curve.grades(quiz_df, curve.points, max_points)
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%. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.