Skip to content

Commit

Permalink
added showcomment flag to one of the cards
Browse files Browse the repository at this point in the history
  • Loading branch information
Areso committed Jan 4, 2024
1 parent 1db70b9 commit 69f14ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions decks/adjectives.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ cards = [
"minor": "yes"
},
{"question":"He is ... (good), whe he works alone",
"answer": ["best"],
"comment": "you don't need the article because you comparing the same thing"
"answer": ["best", "the best"],
"comment": "you don't need the article because you comparing the same thing in different circumstances",
"showcomment": "yes",
},
]

Expand Down
4 changes: 2 additions & 2 deletions decks/prepositions_on_in_at.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ cards = [
"answer": "on",
"radios": ["on", "in", "at", "for"],
"arg1": ["", "going"],
"arg2": ["Europe", "America", "Cyprus"],
"arg2": ["Europe", "America"],
"comment": "for is not working, because it lacks an article: _for my_ holiday, or _for a_ holiday",
},
{"question":"I am leaving ... a holiday in %arg1",
"answer": "for",
"radios": ["on", "in", "at", "for"],
"arg1": ["Europe", "America", "Cyprus"],
"arg1": ["Europe", "America"],
"comment": "on is not working, because there is an article",
},
{"question":"I am not available ... the %arg1",
Expand Down

0 comments on commit 69f14ef

Please sign in to comment.