second_mark: Generate Second Marking List

Description Usage Arguments Value Examples

Description

second_mark determines what assessments need to be second marked and bundles files into a folder with the second marking sheet

Usage

1
2
3
second_mark(marking, dir = "second_marking",
  remove_file = "feedback.pdf", pass_min = 9,
  show_first_mark = FALSE)

Arguments

marking

list containing a dataframe (marks) and moodle participant directory (dir)

dir

directory name to save second marking in

remove_file

filename to remove from second marking directory

pass_min

minimum passing mark; all lower marks are second marked (default 9)

show_first_mark

include first mark in second marking files (default FALSE)

Value

none

Examples

1
second_mark(marking, "data-raw/example/submissions")

debruine/markr documentation built on May 20, 2019, 5:57 p.m.