make_feedback: Create Feedback Reports

Description Usage Arguments Value Examples

Description

make_feedback creates feedback PDFs from a template .Rmd file and saves them in the moodle directory under the appropriate participant folder

Usage

1
2
make_feedback(marking, template, filename = "feedback.pdf",
  moodle_dir = FALSE, quiet = TRUE, filetype = "pdf")

Arguments

marking

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

template

path to the .Rmd template file for feedback

filename

the name to give the rendered file (defaults to feedback.pdf)

moodle_dir

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

quiet

passed to rmarkdown::render (default TRUE)

filetype

output a pdf or html file (defaults to pdf)

Value

none

Examples

1
make_feedback(marking_example, "787420_template.Rmd")

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