mark_my_dir: Mark assignments in a directory

View source: R/mark_my_dir.R

mark_my_dirR Documentation

Mark assignments in a directory

Description

Marks assignments in a directory. Stores the results.

Usage

mark_my_dir(
  directory,
  tasks = NULL,
  assignment_path = NULL,
  force_get_tests = FALSE,
  quiet = FALSE,
  ...
)

Arguments

directory

Directory with assignments files.

tasks

Which task should be corrected (if more than one). Default is all. To see the different task, see show_tasks.

assignment_path

Assignment file to set before marking the assignment (url or local path).

force_get_tests

Argument is deprecated, use set_assignment() instead.

quiet

Should test be run without output?

...

further arguments sent to test_dir().


MansMeg/markmyassignment documentation built on Jan. 31, 2024, 4:11 p.m.