View source: R/download_quiz_results.R
download_quiz_results | R Documentation |
This functions downloads results from a specific quiz and specific course
download_quiz_results(course_id, quiz_id, csv_export = F)
course_id |
the canvas id of the course (integer) |
quiz_id |
the canvas id of the quiz (integer) |
csv_export |
indicate if you want a csv export to be saved (boolean) |
a dataframe and/or csv export of the gradebook
download_grades(6348, 1234, csv_export = F)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.