| get_linked_quizzes_list {rgoogleclassroom} | R Documentation | 
Get list of forms used in a course as quizzes
Description
Get list of forms used in a course as quizzes
Usage
get_linked_quizzes_list(course_id)
Arguments
| course_id | ID of the course to retrieve the linked quizzes from | 
Examples
## Not run: 
course_id <- get_course_list()$courses$id[1]
quiz_list <- get_linked_quizzes_list(course_id)
## End(Not run)
[Package rgoogleclassroom version 0.9.1 Index]