Description Usage Arguments Value Examples
second_mark determines what assessments need to be second marked 
and bundles files into a folder with the second marking sheet
1 2 3  | second_mark(marking, dir = "second_marking",
  remove_file = "feedback.pdf", pass_min = 9,
  show_first_mark = FALSE)
 | 
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)  | 
none
1  | second_mark(marking, "data-raw/example/submissions")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.