Skip to content

Commit

Permalink
Merge pull request #418 from correctexam/379-reduce-the-number-of-htt…
Browse files Browse the repository at this point in the history
…p-queries-when-switching-from-one-page-to-another-one-in-the-correction-view

improve #413
  • Loading branch information
barais authored Nov 28, 2023
2 parents a958ee3 + ce93b2e commit 0a73989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/webapp/i18n/en/scanexammodule.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"profshared": "Current sharing",
"votrecopie": "Your copy:",
"note1": "Grade :",
"currentpagetemplate": "{currentPage} question on {totalPages} questions(s)'",
"currentpagetemplate": "Question {currentPage} on {totalPages} questions(s)'",
"question1": "Question ",
"showsample": "See examples of correct solutions for this question:",
"nogoodsolution": "No good solution identified",
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/i18n/fr/scanexammodule.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"profshared": "Partage en cours",
"votrecopie": "Votre copie :",
"note1": "Note :",
"currentpagetemplate": "{currentPage} question sur {totalPages} questions(s)'",
"currentpagetemplate": "Question {currentPage} sur {totalPages} questions(s)'",
"question1": "Question ",
"showsample": "Voir des exemples de solutions correctes pour cette question :",
"nogoodsolution": "Aucune bonne solution identifiée",
Expand Down

0 comments on commit 0a73989

Please sign in to comment.