Last active
January 1, 2025 15:21
-
-
Save tusharhow/0852e6b5fa10022dc3af22c5272c2be1 to your computer and use it in GitHub Desktop.
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 characters
| { | |
| "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": "Photosynthesis is the process by which plants _1_ sunlight to produce _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "absorb", | |
| "reflect", | |
| "block", | |
| "scatter" | |
| ], | |
| "correct": "absorb", | |
| "hint": "What do plants do with sunlight for energy?" | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "food", | |
| "oxygen", | |
| "carbon dioxide", | |
| "water" | |
| ], | |
| "correct": "food", | |
| "hint": "What do plants produce to grow?" | |
| } | |
| ], | |
| "metadata": { | |
| "category": "education", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "science", | |
| "plants", | |
| "photosynthesis" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_004", | |
| "text": "During a thunderstorm, people are advised to _1_ indoors to avoid being _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "stay", | |
| "run", | |
| "walk", | |
| "drive" | |
| ], | |
| "correct": "stay", | |
| "hint": "What is the safest action during a storm?" | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "struck", | |
| "soaked", | |
| "scared", | |
| "cold" | |
| ], | |
| "correct": "struck", | |
| "hint": "What can lightning cause?" | |
| } | |
| ], | |
| "metadata": { | |
| "category": "nature", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "weather", | |
| "safety", | |
| "thunderstorm" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_005", | |
| "text": "To start a computer, you need to _1_ the power button and wait for the system to _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "press", | |
| "hold", | |
| "release", | |
| "tap" | |
| ], | |
| "correct": "press", | |
| "hint": "What action starts the power?" | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "boot", | |
| "load", | |
| "restart", | |
| "shutdown" | |
| ], | |
| "correct": "boot", | |
| "hint": "What does the system do when starting?" | |
| } | |
| ], | |
| "metadata": { | |
| "category": "technology", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "computers", | |
| "actions", | |
| "start" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_006", | |
| "text": "Example sentence 6 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 6." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 6." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_007", | |
| "text": "Example sentence 7 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 7." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 7." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_008", | |
| "text": "Example sentence 8 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 8." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 8." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_009", | |
| "text": "Example sentence 9 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 9." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 9." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_010", | |
| "text": "Example sentence 10 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 10." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 10." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_011", | |
| "text": "Example sentence 11 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 11." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 11." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_012", | |
| "text": "Example sentence 12 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 12." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 12." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_013", | |
| "text": "Example sentence 13 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 13." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 13." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_014", | |
| "text": "Example sentence 14 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 14." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 14." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_015", | |
| "text": "Example sentence 15 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 15." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 15." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_016", | |
| "text": "Example sentence 16 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 16." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 16." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_017", | |
| "text": "Example sentence 17 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 17." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 17." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_018", | |
| "text": "Example sentence 18 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 18." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 18." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_019", | |
| "text": "Example sentence 19 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 19." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 19." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_020", | |
| "text": "Example sentence 20 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 20." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 20." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_021", | |
| "text": "Example sentence 21 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 21." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 21." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_022", | |
| "text": "Example sentence 22 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 22." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 22." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_023", | |
| "text": "Example sentence 23 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 23." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 23." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_024", | |
| "text": "Example sentence 24 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 24." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 24." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_025", | |
| "text": "Example sentence 25 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 25." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 25." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_026", | |
| "text": "Example sentence 26 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 26." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 26." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_027", | |
| "text": "Example sentence 27 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 27." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 27." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_028", | |
| "text": "Example sentence 28 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 28." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 28." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_029", | |
| "text": "Example sentence 29 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 29." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 29." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_030", | |
| "text": "Example sentence 30 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 30." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 30." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_031", | |
| "text": "Example sentence 31 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 31." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 31." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_032", | |
| "text": "Example sentence 32 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 32." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 32." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_033", | |
| "text": "Example sentence 33 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 33." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 33." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_034", | |
| "text": "Example sentence 34 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 34." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 34." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_035", | |
| "text": "Example sentence 35 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 35." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 35." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_036", | |
| "text": "Example sentence 36 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 36." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 36." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_037", | |
| "text": "Example sentence 37 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 37." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 37." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_038", | |
| "text": "Example sentence 38 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 38." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 38." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_039", | |
| "text": "Example sentence 39 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 39." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 39." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_040", | |
| "text": "Example sentence 40 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 40." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 40." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_041", | |
| "text": "Example sentence 41 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 41." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 41." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_042", | |
| "text": "Example sentence 42 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 42." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 42." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_043", | |
| "text": "Example sentence 43 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 43." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 43." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_044", | |
| "text": "Example sentence 44 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 44." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 44." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_045", | |
| "text": "Example sentence 45 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 45." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 45." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_046", | |
| "text": "Example sentence 46 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 46." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 46." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_047", | |
| "text": "Example sentence 47 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 47." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 47." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_048", | |
| "text": "Example sentence 48 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 48." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 48." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_049", | |
| "text": "Example sentence 49 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 49." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 49." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_050", | |
| "text": "Example sentence 50 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 50." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 50." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_051", | |
| "text": "Example sentence 51 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 51." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 51." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_052", | |
| "text": "Example sentence 52 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 52." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 52." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_053", | |
| "text": "Example sentence 53 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 53." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 53." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_054", | |
| "text": "Example sentence 54 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 54." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 54." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_055", | |
| "text": "Example sentence 55 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 55." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 55." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_056", | |
| "text": "Example sentence 56 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 56." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 56." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_057", | |
| "text": "Example sentence 57 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 57." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 57." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_058", | |
| "text": "Example sentence 58 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 58." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 58." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_059", | |
| "text": "Example sentence 59 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 59." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 59." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_060", | |
| "text": "Example sentence 60 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 60." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 60." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_061", | |
| "text": "Example sentence 61 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 61." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 61." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_062", | |
| "text": "Example sentence 62 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 62." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 62." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_063", | |
| "text": "Example sentence 63 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 63." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 63." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_064", | |
| "text": "Example sentence 64 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 64." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 64." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_065", | |
| "text": "Example sentence 65 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 65." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 65." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_066", | |
| "text": "Example sentence 66 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 66." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 66." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_067", | |
| "text": "Example sentence 67 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 67." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 67." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_068", | |
| "text": "Example sentence 68 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 68." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 68." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_069", | |
| "text": "Example sentence 69 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 69." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 69." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_070", | |
| "text": "Example sentence 70 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 70." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 70." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_071", | |
| "text": "Example sentence 71 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 71." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 71." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_072", | |
| "text": "Example sentence 72 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 72." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 72." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_073", | |
| "text": "Example sentence 73 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 73." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 73." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_074", | |
| "text": "Example sentence 74 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 74." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 74." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_075", | |
| "text": "Example sentence 75 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 75." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 75." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_076", | |
| "text": "Example sentence 76 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 76." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 76." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_077", | |
| "text": "Example sentence 77 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 77." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 77." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_078", | |
| "text": "Example sentence 78 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 78." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 78." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_079", | |
| "text": "Example sentence 79 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 79." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 79." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_080", | |
| "text": "Example sentence 80 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 80." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 80." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_081", | |
| "text": "Example sentence 81 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 81." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 81." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_082", | |
| "text": "Example sentence 82 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 82." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 82." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_083", | |
| "text": "Example sentence 83 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 83." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 83." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_084", | |
| "text": "Example sentence 84 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 84." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 84." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_085", | |
| "text": "Example sentence 85 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 85." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 85." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_086", | |
| "text": "Example sentence 86 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 86." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 86." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_087", | |
| "text": "Example sentence 87 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 87." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 87." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_088", | |
| "text": "Example sentence 88 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 88." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 88." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_089", | |
| "text": "Example sentence 89 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 89." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 89." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_090", | |
| "text": "Example sentence 90 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 90." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 90." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_091", | |
| "text": "Example sentence 91 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 91." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 91." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_092", | |
| "text": "Example sentence 92 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 92." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 92." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_093", | |
| "text": "Example sentence 93 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 93." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 93." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_094", | |
| "text": "Example sentence 94 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 94." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 94." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_095", | |
| "text": "Example sentence 95 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 95." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 95." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_096", | |
| "text": "Example sentence 96 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 96." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 96." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_097", | |
| "text": "Example sentence 97 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 97." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 97." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_098", | |
| "text": "Example sentence 98 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 98." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 98." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_099", | |
| "text": "Example sentence 99 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 99." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 99." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "specific", | |
| "difficulty": "beginner", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| }, | |
| { | |
| "id": "sent_100", | |
| "text": "Example sentence 100 with blanks _1_ and _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "fill1", | |
| "fill2", | |
| "fill3", | |
| "fill4" | |
| ], | |
| "correct": "fill1", | |
| "hint": "Hint for blank 1 in sentence 100." | |
| }, | |
| { | |
| "id": 2, | |
| "options": [ | |
| "example1", | |
| "example2", | |
| "example3", | |
| "example4" | |
| ], | |
| "correct": "example1", | |
| "hint": "Hint for blank 2 in sentence 100." | |
| } | |
| ], | |
| "metadata": { | |
| "category": "general", | |
| "difficulty": "intermediate", | |
| "tags": [ | |
| "example", | |
| "practice" | |
| ] | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment