Skip to content

Commit

Permalink
Add refactoring TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Hialus committed Oct 23, 2024
1 parent 13a5d8c commit b3fc404
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ public QuizParticipationResource(QuizExerciseRepository quizExerciseRepository,

/**
* POST /quiz-exercises/{exerciseId}/start-participation : start the quiz exercise participation
* TODO: This endpoint is also called when viewing the result of a quiz exercise.
* TODO: This does not make any sense, as the participation is already started.
*
* @param exerciseId the id of the quiz exercise
* @return The created participation
Expand Down

0 comments on commit b3fc404

Please sign in to comment.