Description Usage Arguments Value Examples
The grades are recorded to be out of 100.
1 |
df |
A tidy data frame as a student gradebook, with course id, student id, corresponding assessment id and grades. |
None
1 2 3 4 5 6 | grade_df <- data.frame(course_id=rep(511, 6),
student_id=rep("Kiki", 6),
assessment_id = c('lab1', 'lab2', 'lab3', 'lab4', 'quiz1', 'quiz2'),
grade=c(rep(92.1, 3), rep(80.2, 3)))
record_grades(grade_df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.