Skip to content

Commit

Permalink
feat: add better precision in the feedback of an text answer (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReidyT authored Apr 11, 2024
1 parent 8625198 commit fe7af1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/langs/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Next": "Next",
"Submit": "Submit",
"Type your answer": "Type your answer",
"Correct Answer": "Correct Answer: {{answer}}",
"Correct Answer": "The expected answer was: {{answer}}",
"Answer": "Answer",
"Answer nb": "Answer: {{nb}}",
"Add new question": "Add new question",
Expand Down
2 changes: 1 addition & 1 deletion src/langs/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Next": "Suivant",
"Submit": "Envoyer",
"Type your answer": "Entrer la réponse",
"Correct Answer": "Réponse correcte: {{answer}}",
"Correct Answer": "La réponse attendue était: {{answer}}",
"Answer": "Réponse",
"Answer nb": "Réponse: {{nb}}",
"Answers": "Réponses",
Expand Down

0 comments on commit fe7af1b

Please sign in to comment.