Spaces:
Paused
Paused
| exercise_type: pattern_recognition | |
| grammar_point: gender_patterns | |
| difficulty: all | |
| lesson_number: 1 | |
| # Pattern Recognition Exercise Examples | |
| ## Beginner Examples | |
| ### Example 1 | |
| ```json | |
| { | |
| "question": "What pattern do these words share: ู ูุฏูุฑูุณูุฉุ ุทูุงููููุฉุ ููุงููุฐูุฉ?\nWhat do you notice?", | |
| "answer": "All end with ุฉ (taa marbuuta) - they are feminine nouns", | |
| "type": "pattern_recognition", | |
| "difficulty": "beginner" | |
| } | |
| ``` | |
| ### Example 2 | |
| ```json | |
| { | |
| "question": "Identify the pattern: ุงูููุชูุงุจุ ุงูููููู ุ ุงูุจูููุช\nWhat's common?", | |
| "answer": "All start with ุงู (definite article)", | |
| "type": "pattern_recognition", | |
| "difficulty": "beginner" | |
| } | |
| ``` | |
| ### Example 3 | |
| ```json | |
| { | |
| "question": "Group by pattern: ููุชูุงุจูุ ู ูุฏูุฑูุณูุฉูุ ููููู ูุ ุทูุงููููุฉู\nWhich are feminine?", | |
| "answer": "ู ูุฏูุฑูุณูุฉูุ ุทูุงููููุฉู (words with ุฉ)", | |
| "type": "pattern_recognition", | |
| "difficulty": "beginner" | |
| } | |
| ``` | |
| ## Intermediate Examples | |
| ### Example 1 | |
| ```json | |
| { | |
| "question": "What pattern links these: ุงูููุชูุงุจ ุงูููุจููุฑุ ุงูููููู ุงูุตููุบููุฑุ ุงูุจูููุช ุงูุฌูุฏููุฏ?\nDescribe the structure.", | |
| "answer": "Definite noun + definite adjective with gender agreement (all masculine)", | |
| "type": "pattern_recognition", | |
| "difficulty": "intermediate" | |
| } | |
| ``` | |
| ### Example 2 | |
| ```json | |
| { | |
| "question": "Find the pattern: ููููุชูุจูุ ููููุฑูุฃูุ ููุฏูุฑูุณู\nWhat verb form is this?", | |
| "answer": "Present tense, 3rd person masculine singular (he writes, he reads, he studies)", | |
| "type": "pattern_recognition", | |
| "difficulty": "intermediate" | |
| } | |
| ``` | |
| ### Example 3 | |
| ```json | |
| { | |
| "question": "Identify broken vs. sound plurals: ููุชูุจุ ุฃูููููุงู vs. ู ูุนููููู ูููุ ุทูุงููุจูุงุช\nWhat's the difference?", | |
| "answer": "First group: broken plurals (internal change). Second group: sound plurals (suffix added)", | |
| "type": "pattern_recognition", | |
| "difficulty": "intermediate" | |
| } | |
| ``` | |
| ## Advanced Examples | |
| ### Example 1 | |
| ```json | |
| { | |
| "question": "Analyze the pattern: ููุชูุจูุ ุฏูุฑูุณูุ ุฐูููุจู\nWhat's the root structure?", | |
| "answer": "All follow ููุนููู pattern (Form I past tense verbs with 3 consonant roots)", | |
| "type": "pattern_recognition", | |
| "difficulty": "advanced" | |
| } | |
| ``` | |
| ### Example 2 | |
| ```json | |
| { | |
| "question": "Find the morphological pattern: ู ูุนููููู ุ ู ูุฏูุฑููุณุ ู ููููููุฏ\nWhat do these share?", | |
| "answer": "All follow ู ูููุนููู pattern (Form II active participle - profession/occupation)", | |
| "type": "pattern_recognition", | |
| "difficulty": "advanced" | |
| } | |
| ``` | |
| ### Example 3 | |
| ```json | |
| { | |
| "question": "Identify case pattern: ุงูุทููุงููุจู ูู ุงูู ูุฏูุฑูุณูุฉูุ ุฑูุฃูููุชู ุงูุทููุงููุจูุ ููุชูุงุจู ุงูุทููุงููุจู\nWhat changes?", | |
| "answer": "Case endings: nominative (ู), accusative (ู), genitive (ู) based on grammatical function", | |
| "type": "pattern_recognition", | |
| "difficulty": "advanced" | |
| } | |
| ``` | |