feat : radio button edit question
continuous-integration/drone/push Build is passing Details

Multiplayer_Php
Maxence GUITARD 1 year ago
parent 2476ba0a78
commit b1aa9bab2d

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

Loading…
Cancel
Save