Skip to content

Instantly share code, notes, and snippets.

@tusharhow
Last active January 1, 2025 15:21
Show Gist options
  • Select an option

  • Save tusharhow/0852e6b5fa10022dc3af22c5272c2be1 to your computer and use it in GitHub Desktop.

Select an option

Save tusharhow/0852e6b5fa10022dc3af22c5272c2be1 to your computer and use it in GitHub Desktop.

Revisions

  1. tusharhow revised this gist Jan 1, 2025. 1 changed file with 1337 additions and 1432 deletions.
    2,769 changes: 1,337 additions & 1,432 deletions sentences.json
    1,337 additions, 1,432 deletions not shown because the diff is too large. Please use a local Git client to view these changes.
  2. tusharhow revised this gist Jan 1, 2025. 1 changed file with 3652 additions and 41 deletions.
    3,693 changes: 3,652 additions & 41 deletions sentences.json
    3,652 additions, 41 deletions not shown because the diff is too large. Please use a local Git client to view these changes.
  3. tusharhow created this gist Jan 1, 2025.
    93 changes: 93 additions & 0 deletions sentences.json
    Original 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"]
    }
    }

    ]
    }