Skip to content

Commit

Permalink
Fix questions
Browse files Browse the repository at this point in the history
  • Loading branch information
sallesma committed Jun 23, 2024
1 parent d9b5c47 commit 9adead4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/questions/en/disquetusais.js
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ For this, no attacker must have touched it.
d: 'We need to redo the pull',
},
correctAnswers: ['b'],
explanation: 'Play resumes at the point closest to where the disc was touched, in the center zone.',
explanation: 'Play resumes at the point closest to where the disc stops after being touched, in the center zone.',
rules: ['7.8.'],
source: 'Disque Tu Sais - Pablo',
level: Levels.DIFFICULT,
Expand Down Expand Up @@ -2083,7 +2083,7 @@ If the result was not a scored point, the affected players may readjust their di
{
category: Categories.FOULS,
question:
'I catch the disc in the air. My defender bumps me and lands me outside his end zone. I call a foul which he contests. The disc goes back to the thrower.',
'I catch the disc in the air. My defender bumps me and lands me in-bounds, outside his end zone. I call a foul which he contests. The disc goes back to the thrower.',
image: undefined,
answerChoices: {
a: 'True',
Expand Down
5 changes: 3 additions & 2 deletions data/questions/fr/disquetusais.js
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,8 @@ export default [
d: "Il faut refaire l'engagement",
},
correctAnswers: ['b'],
explanation: 'Le jeu reprend au point le plus près de l’endroit où le disque a été touché, dans la zone centrale.',
explanation:
"Le jeu reprend au point le plus près de l’endroit où le disque s'est arrêté après avoir été touché, dans la zone centrale.",
rules: ['7.8.', '11.8.', '11.8.2.'],
source: 'Disque Tu Sais - Pablo',
level: Levels.DIFFICULT,
Expand Down Expand Up @@ -2058,7 +2059,7 @@ Si le résultat n'était pas un point marqué, les joueurs affectés peuvent ré
{
category: Categories.FOULS,
question:
'J’attrape le disque en l’air. Mon défenseur me heurte et me fait atterrir en dehors de sa zone d’en-but. J’appelle une faute qu’il conteste. Le disque revient au lanceur.',
'J’attrape le disque en l’air. Mon défenseur me heurte et me fait atterrir dans le terrain, en dehors de sa zone d’en-but. J’appelle une faute qu’il conteste. Le disque revient au lanceur.',
image: undefined,
answerChoices: {
a: 'Vrai',
Expand Down

0 comments on commit 9adead4

Please sign in to comment.