async fn update_answer_requiring_attention(
    payload: Json<NewTeacherGradingDecision>,
    pool: Data<PgPool>,
    user: AuthUser
) -> ControllerResult<Json<UserExerciseState>>
Expand description

PUT /api/v0/main-frontend/exercise-slide-submissions/update-answer-requiring-attention" - Given a teacher grading decision, updates an answer by giving it a manual score given.