Spaces:
Paused
Paused
A newer version of the Gradio SDK is available: 6.20.0
metadata
exercise_type: sorting
grammar_point: gender_categorization
difficulty: all
lesson_number: 1
Sorting Exercise Examples
Beginner Examples
Example 1
{
"question": "Sort these words by gender:\nููุชูุงุจุ ู
ูุฏูุฑูุณูุฉุ ููููู
ุ ุทูุงููููุฉ\nWhich are masculine? Which are feminine?",
"answer": "Masculine: ููุชูุงุจุ ููููู
| Feminine: ู
ูุฏูุฑูุณูุฉุ ุทูุงููููุฉ",
"type": "sorting",
"difficulty": "beginner"
}
Example 2
{
"question": "Categorize: ุจูููุชุ ููุงููุฐูุฉุ ููุฑูุณูููุ ุบูุฑูููุฉ\nGroup by masculine/feminine.",
"answer": "Masculine: ุจูููุชุ ููุฑูุณููู | Feminine: ููุงููุฐูุฉุ ุบูุฑูููุฉ",
"type": "sorting",
"difficulty": "beginner"
}
Example 3
{
"question": "Sort by definiteness:\nุงูููุชูุงุจุ ููุชูุงุจูุ ุงูู
ูุฏูุฑูุณูุฉุ ู
ูุฏูุฑูุณูุฉู\nWhich are definite? Which are indefinite?",
"answer": "Definite: ุงูููุชูุงุจุ ุงูู
ูุฏูุฑูุณูุฉ | Indefinite: ููุชูุงุจูุ ู
ูุฏูุฑูุณูุฉู",
"type": "sorting",
"difficulty": "beginner"
}
Intermediate Examples
Example 1
{
"question": "Sort by word type (noun/verb/adjective):\nููุชูุจูุ ููุชูุงุจุ ููุจููุฑุ ุฏูุฑูุณูุ ุทูุงููููุฉุ ุตูุบููุฑ\nCategorize each.",
"answer": "Verbs: ููุชูุจูุ ุฏูุฑูุณู | Nouns: ููุชูุงุจุ ุทูุงููููุฉ | Adjectives: ููุจููุฑุ ุตูุบููุฑ",
"type": "sorting",
"difficulty": "intermediate"
}
Example 2
{
"question": "Group by sentence type:\nุงูููุชูุงุจ ุฌูุฏููุฏุ ููุฑูุฃู ุงูุทููุงููุจุ ุงูู
ูุนููููู
ูู ุงูููุตููุ ููุชูุจูุช ุงูุทููุงููุจูุฉ\nNominal or verbal?",
"answer": "Nominal: ุงูููุชูุงุจ ุฌูุฏููุฏุ ุงูู
ูุนููููู
ูู ุงูููุตูู | Verbal: ููุฑูุฃู ุงูุทููุงููุจุ ููุชูุจูุช ุงูุทููุงููุจูุฉ",
"type": "sorting",
"difficulty": "intermediate"
}
Example 3
{
"question": "Sort by tense:\nููุชูุจูุ ููููุชูุจุ ุณูููููุชูุจุ ุฏูุฑูุณูุ ููุฏูุฑูุณุ ุณูููุฏูุฑูุณ\nPast, present, or future?",
"answer": "Past: ููุชูุจูุ ุฏูุฑูุณู | Present: ููููุชูุจุ ููุฏูุฑูุณ | Future: ุณูููููุชูุจุ ุณูููุฏูุฑูุณ",
"type": "sorting",
"difficulty": "intermediate"
}
Advanced Examples
Example 1
{
"question": "Sort by verb form (Form I, II, III, etc.):\nููุชูุจูุ ุนููููู
ูุ ููุงุชูุจูุ ุฃูููุฑูู
ูุ ุชูุนููููู
ู\nIdentify each form.",
"answer": "Form I: ููุชูุจู | Form II: ุนููููู
ูุ ุชูุนููููู
ู | Form III: ููุงุชูุจู | Form IV: ุฃูููุฑูู
ู",
"type": "sorting",
"difficulty": "advanced"
}
Example 2
{
"question": "Categorize by plural type:\nููุชูุจุ ู
ูุนููููู
ูููุ ุฃูููููุงู
ุ ุทูุงููุจูุงุชุ ุจููููุช\nBroken, sound masculine, or sound feminine?",
"answer": "Broken: ููุชูุจุ ุฃูููููุงู
ุ ุจููููุช | Sound masc: ู
ูุนููููู
ููู | Sound fem: ุทูุงููุจูุงุช",
"type": "sorting",
"difficulty": "advanced"
}
Example 3
{
"question": "Sort by case (nominative, accusative, genitive):\nุงูุทููุงููุจูุ ุงูุทููุงููุจูุ ุงูุทููุงููุจูุ ุงูู
ูุนููููู
ูุ ุงูู
ูุนููููู
ูุ ุงูู
ูุนููููู
ู\nGroup by case marking.",
"answer": "Nominative: ุงูุทููุงููุจูุ ุงูู
ูุนููููู
ู | Accusative: ุงูุทููุงููุจูุ ุงูู
ูุนููููู
ู | Genitive: ุงูุทููุงููุจูุ ุงูู
ูุนููููู
ู",
"type": "sorting",
"difficulty": "advanced"
}