Expand description
Collection of functions used for processing and evaluating user submissions for exercises.
Structsยง
- If passed to to an exercise state update, it will update the peer review status with the given information
- Contains data sent by the student when they make a submission for an exercise slide.
Enumsยง
Functionsยง
- Inserts user submission to database. Tasks within submission are validated to make sure that they belong to the correct exercise slide.
- Gets submissions that require input from the teacher to continue processing.
- Updates the user exercise state starting from a single task, and propagates the update up to the whole user exercise state.
- Updates the user exercise state starting from a slide state, and propagates the update up to the whole user exercise state.