Description Usage Arguments Value Examples
For each of the course, the weights of all assessments should sum up to 1. The weights of individual assessment should be between 0 and 1.
1 |
df |
A tidy data frame containing course information, with course id, all of the available assessments and corresponding weights. |
None
1 2 3 4 5 6 | course_df <- data.frame(
course_id = c(rep(511, 6)),
assessment_id = c("lab1","lab2","lab3","lab4","quiz1","quiz2"),
weight = c(rep(.15, 4), rep(.2, 2)))
register_courses(course_df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.