Skip to content

Commit

Permalink
fix(api): corrections feedbacks qrocm
Browse files Browse the repository at this point in the history
  • Loading branch information
asilnomis authored and PhilomeneChivard committed Feb 4, 2025
1 parent 8886a61 commit 174fd3f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@
}
],
"feedbacks": {
"valid": "<p><span class=\"feedback__state\">Bonne réponse ! <span aria-hidden=\"true\">🥒</span></p><p>Bravo ! Vous avez bien complété la phrase.</p>",
"invalid": "<p><span class=\"feedback__state\">Mauvaise réponse.</span> <span aria-hidden=\"true\">🍽️</span></p><p>Bien tenté ! Mais la phrase n’est pas identique. Réessayez !</p>"
"valid": "<p><span class=\"feedback__state\">Bonne réponse ! <span aria-hidden=\"true\">🥒</span></span><br>Bravo ! Vous avez bien complété la phrase.</p>",
"invalid": "<p><span class=\"feedback__state\">Mauvaise réponse.</span> <span aria-hidden=\"true\">🍽️</span></span><br>Bien tenté ! Mais la phrase n’est pas identique. Réessayez !</p>"
}
}
]
Expand Down

0 comments on commit 174fd3f

Please sign in to comment.