Get list of courseworks for a course
Examples
if (FALSE) {
course_id <- get_course_list()$courses$id[1]
get_coursework_list(course_id)
}
Get list of courseworks for a course
if (FALSE) {
course_id <- get_course_list()$courses$id[1]
get_coursework_list(course_id)
}