Skip to contents

Runs export_scores() and export_comments() in one call: the final hand-off step of a grading project, writing scores.csv and the per-repository feedback files from the project's grading database.

Usage

export_marks(project = ".")

Arguments

project

Path to the project directory. Defaults to the working directory.

Value

Invisibly, a list with elements scores (the CSV path) and comments (the feedback file paths).