Student Progress

Override Holiday Exercise Attempt

Override a student's holiday exercise attempt status from 'failed' or 'partial' to 'passed'. This allows students to manually mark exercises as completed if they believe there was an error in the original assessment.

post/student/progress/holiday/override-exercise-attempt

Request body

sub_chapitre_idstring required
holiday_course_exercise_idstring required
override_reason'transcription_error' | 'alternative_correct_method' | 'solution_is_wrong' | 'other' required
override_notesstring nullable

Response

Successful Response

{"stackTrail":"paths:/student/progress/holiday/override-exercise-attempt:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes