[][src]Module rubric::dropbox::submission

A bundle of data that rubrics are graded against, and is submitted for review

Structs

Submission

A submission is a bundle of data that represents one student's submission. They will do some sort of work for a lab, then run a rust script that builds some criteria, runs those criteria with some data from the student, and submits a Submission to a central webserver where the instructor can collect the graded submissions.

Type Definitions

TestData

A type alias to HashMap<String, String>