feat(f3): mix correct answer with lies and open guess phase

This commit is contained in:
2026-02-27 16:18:30 +01:00
parent 9ed5a909f1
commit adbdf5c876
6 changed files with 142 additions and 3 deletions

View File

@@ -15,4 +15,9 @@ urlpatterns = [
views.submit_lie,
name="submit_lie",
),
path(
"sessions/<str:code>/questions/<int:round_question_id>/answers/mix",
views.mix_answers,
name="mix_answers",
),
]