Skip to content

Commit

Permalink
fixed copypaste errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Areso committed Oct 31, 2023
1 parent 72c7eda commit 25ffecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
8 changes: 2 additions & 6 deletions decks/prepositions_by.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,9 @@ cards = [
"bus", "bicycle", "road", "rail", "air", "sea", "underground"],
},
{"question":"I came here ... %arg1",
"answer": "in",
"radios": ["by", "on", "in", "with"],
"arg1": ["my car", "a taxi"],
},
{"question":"I came here ... a taxi",
"answer": "in",
"answer": "by",
"radios": ["by", "on", "in", "with"],
"arg1": ["a taxi", "car"],
},
{"question":"I came here ... the 6.45 %arg1",
"answer": "on",
Expand Down
12 changes: 0 additions & 12 deletions decks/prepositions_with_verbs4.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ cards = [
"answer": "on",
"radios": ["for", "on", "by", "no preposition"],
},
{"question":"All blamed the incident ... me",//BUG
"answer": "on",
"radios": ["for", "on", "by", "no preposition"],
},
{"question":"I suffer ... backache",
"answer": "from",
"radios": ["from", "on", "by", "for"],
Expand All @@ -80,10 +76,6 @@ cards = [
"answer": ["from","against"],
"radios": ["from", "on", "against", "for"],
},
{"question":"I wanna something to protect my skin ... the sun",//BUG
"answer": ["from","against"],
"radios": ["from", "on", "against", "for"],
},
{"question":"It depends ... how good the article is",
"answer": "on",
"radios": ["from", "on", "by", "for"],
Expand All @@ -96,10 +88,6 @@ cards = [
"answer": "on",
"radios": ["from", "on", "by", "for"],
},
{"question":"The tunnel relies ... SSH connection",//BUG
"answer": "on",
"radios": ["from", "on", "by", "for"],
},
{"question":"The author barely lives ... donations",
"answer": "on",
"radios": ["from", "on", "by", "for"],
Expand Down

0 comments on commit 25ffecb

Please sign in to comment.