Skip to content

Commit

Permalink
Fix typo in English questions
Browse files Browse the repository at this point in the history
  • Loading branch information
sallesma committed Sep 20, 2023
1 parent 06673de commit beacd98
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions data/questions/en/disquetusais.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,10 +346,10 @@ export default [
{
id: 38,
category: Categories.PULL,
question: 'An offside is :',
question: 'An offside is:',
image: undefined,
answerChoices: {
a: 'A violation',
a: 'An infraction',
b: 'A foul',
c: 'A violation',
},
Expand Down Expand Up @@ -1779,7 +1779,7 @@ If my defender does not want to throw, he does not take the disc (leaves it on t
// },
{
category: Categories.FOULS_INFRACTIONS_VIOLATIONS,
question: 'A breach of the rules related to the marking on the carrier or a walk (travel) is :',
question: 'A breach of the rules related to the marking on the carrier or a walk (travel) is:',
image: undefined,
answerChoices: {
a: 'A violation',
Expand All @@ -1794,7 +1794,7 @@ If my defender does not want to throw, he does not take the disc (leaves it on t
},
{
category: Categories.FOULS_INFRACTIONS_VIOLATIONS,
question: 'A rule violation due to non-minor contact between two or more opponents is :',
question: 'A rule violation due to non-minor contact between two or more opponents is:',
image: undefined,
answerChoices: {
a: 'A violation',
Expand Down Expand Up @@ -2631,9 +2631,9 @@ If he stands up it is not a travel, as long as he establishes his pivot in the s
question: 'I see that an opponent needs to get out. What can I do to help?',
image: undefined,
answerChoices: {
a: 'Rien',
b: 'Appeler blessure ( injury )',
c: 'Calling a violation',
a: 'Nothing',
b: 'Call injury',
c: 'Call a violation',
},
correctAnswers: ['a'],
explanation:
Expand Down Expand Up @@ -3058,7 +3058,7 @@ After the captains have met to find solutions to improve the spirit of the game,
},
// {
// category: Categories.INDOOR,
// question: " L'endroit où le disque est sorti de l'aire de jeu est le point où, avant d'entrer en contact avec l'extérieur de l'aire de jeu ou un joueur hors-jeu, le disque était le plus récemment :",
// question: " L'endroit où le disque est sorti de l'aire de jeu est le point où, avant d'entrer en contact avec l'extérieur de l'aire de jeu ou un joueur hors-jeu, le disque était le plus récemment:",
// answerChoices: {
// a: "Vrai",
// b: "Faux",
Expand Down
2 changes: 1 addition & 1 deletion data/questions/fr/disquetusais.js
Original file line number Diff line number Diff line change
Expand Up @@ -2602,7 +2602,7 @@ Il peut le faire si:
image: undefined,
answerChoices: {
a: 'Rien',
b: 'Appeler « blessure » (« injury »)',
b: 'Appeler « blessure » (« injury »)',
c: 'Appeler une violation',
},
correctAnswers: ['a'],
Expand Down

0 comments on commit beacd98

Please sign in to comment.