all_feedback: Generate All Feedback (Glasgow-specific)

Description Usage Arguments Value Examples

Description

all_feedback generates feedback for all files in a directory

Usage

1
2
all_feedback(markfile, id_col = 1, moodlefile = NA, evalfile = NA,
  template_file = FALSE, moodle_dir = FALSE)

Arguments

markfile

path to marking file or directory of marking files

id_col

column where the participant id number is found (can be named or numeric) (defaults to 1)

moodlefile

path to file of student_id and moodle_id matches

evalfile

path to evaluation criteria file (optional)

template_file

path to the .Rmd template file for feedback (default of FALSE uses template called class_id_template.Rmd for each class

moodle_dir

give the directory a moodle-style name, use the pattern 'Participant_*_assignsubmission_onlinetext_' where \* is replaced by the moodle ID (defaults FALSE)

Value

list

Examples

1
load_marks("001_marking.csv", "001_submissions", "001_eval.csv")

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