load_marks: Load Marking Data

Description Usage Arguments Value Examples

Description

load_marks loads marking data

Usage

1
2
load_marks(markfile = "marks.csv", dir = NA, evalfile = NA,
  assign_id = NA, id_col = 1, moodlefile = NA, encoding = "latin1")

Arguments

markfile

path to marking file or directory of marking files

dir

path to moodle submission directory (optional)

evalfile

path to evaluation criteria file (optional)

assign_id

Moodle assignment ID

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

encoding

encoding for importing .csv files (defaults to latin1)

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.