Skip to contents

This function extracts grades from submitted assignments. It also moves all the HTML files from each student repo to a main folder where the instructor can check the rendered submissions.If you're interested in using wkhtmltopdf to transform HTML files into PDFs, and submit comments in PDF files, that's also an option. However, please make sure that wkhtmltopdf is installed to the path. Instructors can also just give feedback directly in github or using any other approach they decide is suitable given their expectations.

Usage

assignment.grades(createPDFs = TRUE)

Arguments

createPDFs

Should we use wkhtmltopdf to create PDF files from student's submissions?