View source: R/start_grading.R
Extract and render notebooks, then create a gradesheet for them.
1 2 3 4 5 6 7 8 | start_grading(
archive,
course_name,
quiz_name,
output_dir,
exclude = NULL,
invert_exclusions = FALSE
)
|
archive |
The file archive to extract the notebooks from. |
course_name |
The name of the course to extract the notebooks from. |
quiz_name |
The name of the quiz to extract. |
output_dir |
A path to write the output files to (it will be created if it does not exist). |
exclude |
A character vector of usernames to exclude from processing. |
invert_exclusions |
Invert the pattern matching triggered by |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.