start_grading: Extract and render notebooks, then create a gradesheet for...

Description Usage Arguments

View source: R/start_grading.R

Description

Extract and render notebooks, then create a gradesheet for them.

Usage

1
2
3
4
5
6
7
8
start_grading(
  archive,
  course_name,
  quiz_name,
  output_dir,
  exclude = NULL,
  invert_exclusions = FALSE
)

Arguments

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 exclude, essentially turning "exclude" into "keep only".


adamblake/nbsimplegrader_companion documentation built on April 19, 2020, 6:05 p.m.