Merge branch 'master' of https://codefirst.iut.uca.fr/git/jade.van_brabandt/3.01-QCM_MuscuMaths
continuous-integration/drone/push Build is passing Details

Multiplayer_Php
Yvan CALATAYUD 1 year ago
commit 2ff45ba88b

@ -86,7 +86,7 @@ namespace Blazor.Pages.Questions
private void SetCorrectAnswer(int checkboxId) private void SetCorrectAnswer(int checkboxId)
{ {
Console.WriteLine($"SetCorrectAnswer called with checkboxId: {checkboxId}"); Console.WriteLine($"SetCorrectAnswer called with checkboxId: {checkboxId}");
questionModel.IdAnswerGood = checkboxId; question.IdAnswerGood = checkboxId;
} }

Loading…
Cancel
Save