Last active
January 1, 2025 15:21
-
-
Save tusharhow/0852e6b5fa10022dc3af22c5272c2be1 to your computer and use it in GitHub Desktop.
Revisions
-
tusharhow revised this gist
Jan 1, 2025 . 1 changed file with 1337 additions and 1432 deletions.There are no files selected for viewing
-
tusharhow revised this gist
Jan 1, 2025 . 1 changed file with 3652 additions and 41 deletions.There are no files selected for viewing
-
tusharhow created this gist
Jan 1, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,93 @@ { "sentences": [ { "id": "sent_001", "text": "The cat _1_ on the mat while the dog _2_", "blanks": [ { "id": 1, "options": [ "sits", "runs", "sleeps", "jumps" ], "correct": "sits", "hint": "What do cats usually do when resting?" }, { "id": 2, "options": [ "watches", "plays", "rests", "barks" ], "correct": "watches", "hint": "What might a dog do when seeing a cat?" } ], "metadata": { "category": "animals", "difficulty": "beginner", "tags": ["pets", "actions", "present tense"] } }, { "id": "sent_002", "text": "She _1_ to the store to _2_ some groceries", "blanks": [ { "id": 1, "options": [ "went", "walks", "runs", "drives" ], "correct": "went", "hint": "This happened in the past" }, { "id": 2, "options": [ "buy", "get", "purchase", "shop" ], "correct": "buy", "hint": "A common verb for shopping" } ], "metadata": { "category": "daily_activities", "difficulty": "beginner", "tags": ["shopping", "past tense", "verbs"] } }, { "id": "sent_003", "text": "She _1_ to the store to", "blanks": [ { "id": 1, "options": [ "went", "walks", "runs", "drives" ], "correct": "went", "hint": "This happened in the past" } ], "metadata": { "category": "daily_activities", "difficulty": "beginner", "tags": ["shopping", "past tense", "verbs"] } } ] }