Lisa DeBruine
2019 July 7
R can be used for more than just stats. You can use it for generating course materials, creating and grading multiple-choice tests, computer-assisted assessment, personalised exam feedback, and websites. Shiny apps are also a powerful way to demonstrate statistical concepts. But R definitely isn't the only tool for reproducible research. We'll also discuss other tools for teaching reproducible research skills, such as Slack, the OSF, git, and GitHub.
https://github.com/psyteachr/webex
https://github.com/debruine/markr
all_feedback(
markfile = "MARKING/1Q",
id_col = "Student ID",
moodlefile = "moodle.csv",
evalfile = "_eval.csv",
template_file = "_template_1Q.Rmd",
moodle_dir = "ID_*"
)