{"skill":{"slug":"afrexai-language-mastery","displayName":"Language Learning Mastery","summary":"Adaptive language learning system with placement tests, structured weekly curricula, vocabulary spaced repetition, grammar lessons, pronunciation coaching, c...","description":"# Language Learning Mastery\n\nComplete adaptive language acquisition system. Covers any human language with structured curricula, spaced repetition, immersive conversation practice, grammar acquisition, pronunciation coaching, cultural fluency, exam prep, and long-term progress tracking.\n\n---\n\n## Phase 1: Learner Profile & Placement\n\n### Learner Profile YAML\n\nBefore starting, build a complete learner profile:\n\n```yaml\nlearner_profile:\n  target_language: \"\"\n  dialect: \"\"                    # e.g., Brazilian Portuguese, Egyptian Arabic, Kansai Japanese\n  native_language: \"\"\n  other_languages: []            # existing languages + proficiency\n  \n  current_level:\n    cefr: \"\"                     # A0/A1/A2/B1/B2/C1/C2\n    self_assessed: \"\"            # beginner/elementary/intermediate/advanced\n    placement_score: null        # from placement test below\n    \n  goal:\n    primary: \"\"                  # travel/conversation/professional/academic/heritage/cultural\n    exam: \"\"                     # DELE, DELF, JLPT, HSK, TestDaF, IELTS, etc.\n    timeline: \"\"                 # \"trip in 3 months\", \"exam in 6 months\"\n    daily_time: \"\"               # minutes per day available\n    \n  style_preferences:\n    learning_type: \"\"            # conversational/structured/immersive/visual/auditory\n    error_correction: \"\"         # immediate/gentle/delayed/minimal\n    formality: \"\"                # casual/standard/formal\n    humor: true                  # include humor and cultural anecdotes?\n    \n  progress:\n    sessions_completed: 0\n    vocabulary_learned: 0\n    grammar_points_covered: []\n    current_unit: 1\n    streak_days: 0\n    last_session: \"\"\n    weak_areas: []\n    strong_areas: []\n```\n\n### Placement Test Protocol\n\nFor non-absolute-beginners, run a 5-minute diagnostic:\n\n```\nLevel 1 (A1): \"Translate: Hello, my name is [X]. I am from [country].\"\nLevel 2 (A1+): \"Describe what you did yesterday in 3 sentences.\"\nLevel 3 (A2): \"What would you do if you won the lottery? (3 sentences)\"\nLevel 4 (B1): \"Explain the pros and cons of working from home.\"\nLevel 5 (B1+): \"Read this short paragraph and summarize in the target language.\"\nLevel 6 (B2): \"Express your opinion on [current topic]. Include counterarguments.\"\nLevel 7 (C1): \"Explain a complex concept from your field in the target language.\"\n```\n\n**Scoring:** Place learner at the HIGHEST level they can attempt with >60% accuracy. Mark errors as weak areas for targeted practice.\n\n### CEFR Level Mapping\n\n| CEFR | Can Do | Vocabulary | Grammar |\n|------|--------|-----------|---------|\n| A0 | Nothing yet — fresh start | 0 | 0 |\n| A1 | Greetings, basic needs, simple present | ~500 | Present tense, basic questions, articles |\n| A2 | Daily routines, directions, shopping | ~1,200 | Past tense, future, comparisons, conjunctions |\n| B1 | Opinions, stories, plans, most travel situations | ~2,500 | Subjunctive basics, conditionals, relative clauses |\n| B2 | Abstract topics, nuance, professional contexts | ~5,000 | All tenses, passive, reported speech, complex clauses |\n| C1 | Subtle humor, idioms, cultural references, debate | ~10,000 | Near-native grammar, register switching, style |\n| C2 | Native-level fluency, literature, specialized domains | ~20,000+ | All structures with native-level accuracy |\n\n---\n\n## Phase 2: Curriculum Architecture\n\n### Unit Structure (Each Unit = ~1 Week at 30 min/day)\n\n```yaml\nunit:\n  number: 1\n  theme: \"Meeting People\"       # Thematic context\n  \n  vocabulary:\n    core_words: 20              # Must-learn words\n    bonus_words: 10             # Nice-to-know\n    phrases: 10                 # Fixed expressions\n    \n  grammar:\n    new_point: \"Present tense regular verbs\"\n    review_points: []           # From previous units\n    \n  skills:\n    listening: \"Understand simple introductions\"\n    speaking: \"Introduce yourself and ask basic questions\"\n    reading: \"Read a simple profile/bio\"\n    writing: \"Write a short self-introduction\"\n    \n  cultural_note: \"Greeting customs — handshake vs cheek kiss vs bow\"\n  \n  assessment:\n    vocabulary_quiz: true\n    grammar_exercise: true\n    conversation_practice: true\n    mini_project: \"Record a 30-second self-introduction\"\n```\n\n### Level-Based Curriculum Map\n\n**A1 Curriculum (Units 1-12)**\n1. Greetings & introductions\n2. Numbers, dates, time\n3. Family & descriptions\n4. Food & ordering\n5. Directions & transportation\n6. Shopping & prices\n7. Home & daily routine\n8. Weather & seasons\n9. Hobbies & free time\n10. Health & body\n11. Jobs & workplace basics\n12. Review & level-up assessment\n\n**A2 Curriculum (Units 13-24)**\n13. Telling stories (past tense)\n14. Making plans (future)\n15. Comparisons & preferences\n16. Travel & accommodation\n17. Phone & email communication\n18. Feelings & opinions\n19. Media & entertainment\n20. Environment & nature\n21. Education & learning\n22. Celebrations & traditions\n23. Problem-solving conversations\n24. Review & level-up assessment\n\n**B1 Curriculum (Units 25-36)**\n25. Current events discussion\n26. Hypothetical situations\n27. Giving advice & suggestions\n28. Formal vs informal register\n29. Narrative & storytelling\n30. Debate & persuasion basics\n31. Technology & society\n32. Work culture & professional life\n33. Arts, literature & film\n34. Regional dialects & variations\n35. Complex explanations\n36. Review & level-up assessment\n\n**B2+ Curriculum:** Shifts from structured units to topic-based immersion, exam prep tracks, professional specialization, or literary/cultural deep dives based on learner goals.\n\n---\n\n## Phase 3: Vocabulary Acquisition System\n\n### The 5-Encounter Method\n\nEvery new word must be encountered 5 different ways before it's \"learned\":\n\n```\nEncounter 1: INTRODUCTION — Word + translation + example sentence\nEncounter 2: RECOGNITION — See it in context, identify meaning\nEncounter 3: PRODUCTION — Use it in a sentence (guided)\nEncounter 4: APPLICATION — Use it in free conversation\nEncounter 5: REVIEW — Recall it after 24+ hours (spaced repetition)\n```\n\n### Vocabulary Card Format\n\n```yaml\nvocab_card:\n  word: \"hablar\"\n  translation: \"to speak/talk\"\n  pronunciation: \"ah-BLAR\"\n  part_of_speech: \"verb\"\n  example: \"Yo hablo español un poco.\"\n  example_translation: \"I speak Spanish a little.\"\n  related_words: [\"conversación\", \"idioma\", \"decir\"]\n  common_mistakes: \"Don't confuse with 'charlar' (to chat, more informal)\"\n  mnemonic: \"HABLAr — imagine someone blabbing (talking a lot)\"\n  frequency_rank: \"top 100\"\n  level: \"A1\"\n```\n\n### Spaced Repetition Schedule\n\n| Review # | Interval | Action if Correct | Action if Wrong |\n|----------|----------|-------------------|-----------------|\n| 1 | Same session | Move to Review 2 | Re-teach, retry |\n| 2 | Next day | Move to Review 3 | Reset to Review 1 |\n| 3 | 3 days | Move to Review 4 | Reset to Review 2 |\n| 4 | 1 week | Move to Review 5 | Reset to Review 3 |\n| 5 | 2 weeks | Move to Mastered | Reset to Review 3 |\n| 6 | 1 month | Confirm Mastered | Reset to Review 4 |\n\n### Vocabulary Drill Types\n\n1. **Translation drill** — Target → Native and Native → Target\n2. **Fill-the-blank** — Sentence with missing word\n3. **Multiple choice** — 4 options, one correct\n4. **Picture description** — Describe a scenario using target words\n5. **Odd one out** — Which word doesn't belong in this group?\n6. **Synonym/antonym match** — Find the pair\n7. **Context guess** — Read a sentence, guess the underlined word's meaning\n8. **Speed round** — 10 words in 60 seconds, translation only\n\n### Word Frequency Strategy\n\n```\nFirst 100 words → Covers ~50% of everyday text\nFirst 500 words → Covers ~70% of everyday text\nFirst 1,000 words → Covers ~80% of everyday text\nFirst 3,000 words → Covers ~90% of everyday text\nFirst 5,000 words → Covers ~95% of everyday text\n```\n\n**Rule:** Always teach high-frequency words first. Don't teach \"butterfly\" before \"want.\"\n\n---\n\n## Phase 4: Grammar Acquisition\n\n### Grammar Introduction Protocol\n\nFor every new grammar point:\n\n```\n1. EXPOSURE — Show 3-5 example sentences. Don't explain the rule yet.\n   Ask: \"What pattern do you notice?\"\n   \n2. DISCOVERY — Guide learner to figure out the rule themselves.\n   \"When do we use [form A] vs [form B]?\"\n   \n3. EXPLICIT RULE — State the rule clearly with a simple formula.\n   \"Subject + [verb stem] + [ending] = [meaning]\"\n   \n4. CONTROLLED PRACTICE — Fill-in-the-blank, transformation drills.\n   \"Change these sentences from present to past tense.\"\n   \n5. FREE PRACTICE — Use the grammar in conversation.\n   \"Tell me about your last vacation using past tense.\"\n   \n6. ERROR ANALYSIS — Review common mistakes with this structure.\n   \"Most learners say [X] but native speakers say [Y]. Here's why.\"\n```\n\n### Grammar Difficulty Sequencing\n\n```\nUniversal acquisition order (most languages follow this):\n1. Present tense (affirmative)\n2. Negation\n3. Questions (yes/no, then WH-)\n4. Plural/singular\n5. Articles/determiners\n6. Past tense (simple/common)\n7. Future (simple)\n8. Adjective agreement/position\n9. Object pronouns\n10. Past tense (complex/perfect)\n11. Comparatives/superlatives\n12. Conditional\n13. Subjunctive/mood\n14. Passive voice\n15. Relative clauses\n16. Reported speech\n\nAdjust for language-specific structures:\n- Japanese: particles before verb conjugation\n- Chinese: measure words before complex sentences\n- Arabic: root system before advanced morphology\n- German: cases before complex word order\n```\n\n### Error Correction Strategies\n\n| Error Type | Correction Style | Example |\n|-----------|-----------------|---------|\n| Meaning-breaking | Immediate, direct | \"You said 'poison' but meant 'fish' — careful!\" |\n| Grammar pattern | Recast (natural correction) | You: \"I goed.\" → Tutor: \"Oh, you went there? Tell me more.\" |\n| Pronunciation | Delayed, after thought is complete | \"Great sentence! One pronunciation note: [X] sounds like [Y]\" |\n| Register/formality | Contextual explanation | \"That word works with friends, but in a meeting say [X] instead\" |\n| Common L1 interference | Pattern explanation | \"English speakers often say [X] because in English... In [target], the pattern is [Y]\" |\n\n**Correction frequency by level:**\n- A1-A2: Correct only meaning-breaking errors. Fluency > accuracy.\n- B1: Add grammar recasts for current-unit grammar points.\n- B2: Increase precision. Correct register and word choice.\n- C1+: Full correction. Native-level accuracy is the goal.\n\n---\n\n## Phase 5: Conversation Practice\n\n### Conversation Session Structure (15-20 min)\n\n```\n1. WARM-UP (2 min)\n   - \"How was your day?\" in target language\n   - Quick vocab review: 5 words from last session\n   \n2. SCENARIO (10 min)\n   - Role-play a real situation at current level\n   - Tutor plays native speaker, learner navigates\n   - Push slightly beyond comfort zone (i+1)\n   \n3. EXPANSION (3 min)\n   - Introduce 2-3 new words that came up naturally\n   - One grammar observation from the conversation\n   \n4. WRAP-UP (2 min)\n   - \"What was the hardest part?\"\n   - Assign one thing to practice before next session\n```\n\n### Conversation Scenarios by Level\n\n**A1 Scenarios:**\n- Ordering coffee/food at a café\n- Asking for directions to the train station\n- Checking into a hotel\n- Meeting someone at a party (introductions)\n- Buying something at a shop\n\n**A2 Scenarios:**\n- Describing symptoms at a pharmacy\n- Calling to make a restaurant reservation\n- Telling a friend about your weekend\n- Asking a coworker about their job\n- Negotiating at a market\n\n**B1 Scenarios:**\n- Job interview (simplified)\n- Explaining a misunderstanding\n- Planning a trip with a friend\n- Returning a defective product\n- Giving directions to your house\n\n**B2 Scenarios:**\n- Debating a news topic\n- Explaining your work to someone outside your field\n- Handling a complaint (as staff or customer)\n- Discussing a book or film in depth\n- Navigating cultural misunderstandings\n\n**C1+ Scenarios:**\n- Negotiating a contract or deal\n- Giving a presentation with Q&A\n- Mediating a disagreement between two people\n- Telling a complex story with humor and detail\n- Discussing philosophy, politics, or ethics\n\n### Immersive Conversation Rules\n\n1. **Stay in the target language** — if learner switches to native, gently redirect\n2. **Match the learner's level + 1** — use vocabulary slightly above their current level\n3. **Paraphrase before translating** — try to explain unknown words IN the target language first\n4. **Celebrate communication** — understanding each other matters more than perfect grammar\n5. **Natural pace** — don't slow down unnaturally; instead, repeat or rephrase\n\n---\n\n## Phase 6: Pronunciation & Phonetics\n\n### Sound System Analysis\n\nFor each target language, identify:\n\n```yaml\npronunciation_map:\n  new_sounds: []              # Sounds that don't exist in learner's native language\n  tricky_pairs: []            # Sounds that are distinct in target but merged in native\n  stress_pattern: \"\"          # Fixed, moveable, tonal?\n  intonation: \"\"              # Rising questions? Falling statements? Musical patterns?\n  common_mistakes: []         # Top 5 pronunciation errors for speakers of learner's L1\n```\n\n**Example for English speaker learning Spanish:**\n```yaml\npronunciation_map:\n  new_sounds: [\"rr (trilled r)\", \"ñ\"]\n  tricky_pairs: [\"b/v (same sound in Spanish)\", \"ser/estar vowels\"]\n  stress_pattern: \"Predictable with rules (penultimate syllable default)\"\n  intonation: \"Less dramatic than English; questions rise less\"\n  common_mistakes:\n    - \"Adding 'uh' after final consonants (es-pañ-OL not es-pan-YOL-uh)\"\n    - \"Pronouncing 'h' (it's always silent)\"\n    - \"English 'r' instead of Spanish tap/trill\"\n    - \"Diphthong reduction (saying 'o' instead of 'ue' in 'puede')\"\n    - \"Vowel sounds too long/short\"\n```\n\n### Pronunciation Practice Techniques\n\n1. **Minimal pairs** — practice sounds that are easily confused\n   - \"pero\" (but) vs \"perro\" (dog) — single r vs trilled rr\n2. **Shadow reading** — repeat after a model sentence immediately\n3. **Tongue twisters** — target specific difficult sounds\n4. **Record & compare** — record yourself, compare to native model\n5. **Backward build-up** — for long words, start from the end syllable and add backwards\n   - \"ción\" → \"cación\" → \"nicación\" → \"municación\" → \"comunicación\"\n\n### Tone Languages (Chinese, Vietnamese, Thai, etc.)\n\n```\nAdditional framework for tonal languages:\n1. Teach tone FIRST — before vocabulary\n2. Use tone pairs, not isolated tones\n3. Practice tones in context (sentences > words > syllables)\n4. Mark tones explicitly in all written materials\n5. Common mistake: focusing on individual tone perfection vs tone contrast\n```\n\n---\n\n## Phase 7: Cultural Fluency\n\n### Cultural Context Integration\n\nEvery unit includes one cultural insight:\n\n```yaml\ncultural_note:\n  topic: \"Personal space & physical contact\"\n  language: \"Spanish\"\n  region: \"Spain vs Latin America\"\n  insight: \"In Spain, two cheek kisses are standard greetings even between people who just met. In many Latin American countries, one kiss or a handshake is more common. Business contexts are more formal everywhere.\"\n  vocabulary: [\"beso\", \"abrazo\", \"saludo\"]\n  pragmatic_tip: \"When in doubt, let the local person initiate the greeting style.\"\n```\n\n### Pragmatic Competence Topics (by level)\n\n| Level | Cultural/Pragmatic Skills |\n|-------|--------------------------|\n| A1 | Greetings, please/thank you, basic politeness |\n| A2 | Formal vs informal \"you\", table manners, tipping |\n| B1 | Humor styles, taboo topics, invitation customs |\n| B2 | Workplace culture, negotiation styles, indirect communication |\n| C1 | Sarcasm, irony, regional stereotypes, political sensitivity |\n| C2 | Subtle social hierarchies, register-switching in real time |\n\n### Language-Specific Cultural Quick Guides\n\nBuild a mini-guide for each target language covering:\n- Formal/informal address rules (when to use tú/usted, tu/vous, du/Sie)\n- Common gestures and body language\n- Gift-giving customs\n- Dining etiquette basics\n- Conversation topics to avoid\n- Holidays and celebrations to know\n- Pop culture references that every native speaker knows\n\n---\n\n## Phase 8: Reading & Listening Skills\n\n### Graded Input Strategy\n\n| Level | Reading Material | Listening Material |\n|-------|-----------------|-------------------|\n| A1 | Menus, signs, labels, simple texts | Greetings, short dialogues, numbers |\n| A2 | Short articles, simple stories, emails | Podcasts for learners, slow news |\n| B1 | News articles, short stories, blog posts | Regular podcasts, TV shows with subtitles |\n| B2 | Novels (adapted), opinion pieces, reports | Movies, interviews, lectures |\n| C1 | Literature, academic articles, poetry | Native-speed media, regional accents |\n| C2 | Everything a native reads | Everything a native listens to |\n\n### Active Reading Protocol\n\n```\n1. PRE-READ: Scan title, headings, images. Predict content.\n2. FIRST READ: Read for gist. Don't stop for unknown words.\n   → \"What is this about in one sentence?\"\n3. SECOND READ: Identify unknown words. Guess from context first.\n   → Circle words you can't guess, look up only those.\n4. COMPREHENSION CHECK: Answer questions about the text.\n5. LANGUAGE HARVEST: Pick 5 useful words/phrases to add to your deck.\n6. PRODUCTION: Write a response, summary, or opinion about the text.\n```\n\n### Listening Skills Progression\n\n```\nLevel 1: Listen with transcript visible\nLevel 2: Listen first, then check transcript\nLevel 3: Listen only, answer comprehension questions\nLevel 4: Listen and take notes in target language\nLevel 5: Listen to native-speed content with regional accents\n```\n\n---\n\n## Phase 9: Writing Skills\n\n### Writing Task Progression\n\n| Level | Task Types | Length |\n|-------|-----------|--------|\n| A1 | Form-filling, labels, lists, postcards | 20-50 words |\n| A2 | Messages, simple emails, diary entries | 50-100 words |\n| B1 | Informal letters, reviews, short essays | 100-200 words |\n| B2 | Formal emails, reports, opinion essays | 200-350 words |\n| C1 | Arguments, analyses, creative writing | 300-500 words |\n| C2 | Academic writing, literary analysis, style adaptation | 500+ words |\n\n### Writing Feedback Framework\n\n```\nFor every piece of writing, provide feedback in this order:\n\n1. CONTENT (what they said)\n   - Was the task completed? All points addressed?\n   - Is the content logical and organized?\n\n2. COMMUNICATION (was it clear?)\n   - Would a native speaker understand the message?\n   - Is the register appropriate?\n\n3. LANGUAGE (accuracy)\n   - Grammar errors (list top 3 with corrections)\n   - Vocabulary upgrades (suggest 2-3 better word choices)\n   - Sentence variety (any repetitive patterns?)\n\n4. NEXT STEP\n   - One specific thing to practice for improvement\n```\n\n---\n\n## Phase 10: Exam Preparation Tracks\n\n### Supported Exam Frameworks\n\n| Language | Exam | Levels | Format |\n|----------|------|--------|--------|\n| Spanish | DELE | A1-C2 | Reading, Writing, Listening, Speaking |\n| French | DELF/DALF | A1-C2 | Reading, Writing, Listening, Speaking |\n| German | Goethe/TestDaF | A1-C2 | Reading, Writing, Listening, Speaking |\n| Japanese | JLPT | N5-N1 | Vocabulary, Grammar, Reading, Listening |\n| Chinese | HSK | 1-9 | Listening, Reading, Writing (+ Speaking in HSKK) |\n| Korean | TOPIK | I-II (1-6) | Listening, Reading, Writing |\n| English | IELTS/TOEFL/Cambridge | Various | All 4 skills |\n| Italian | CILS/CELI | A1-C2 | All 4 skills |\n| Portuguese | CELPE-Bras | Intermediate-Advanced | Integrated tasks |\n\n### Exam Prep Protocol\n\n```yaml\nexam_prep:\n  target_exam: \"\"\n  target_level: \"\"\n  exam_date: \"\"\n  weeks_available: 0\n  \n  plan:\n    phase_1_diagnostic:\n      duration: \"Week 1\"\n      actions:\n        - \"Take a practice test under real conditions\"\n        - \"Score each section\"\n        - \"Identify weakest section (focus 40% of time here)\"\n        - \"Identify strongest section (maintain with 15% of time)\"\n    \n    phase_2_skill_building:\n      duration: \"Weeks 2 through [N-2]\"\n      actions:\n        - \"Daily vocabulary from exam word list (20 words/day)\"\n        - \"Grammar review of exam-tested structures (1/day)\"\n        - \"One practice section per day (rotate skills)\"\n        - \"Weekly full practice test\"\n    \n    phase_3_exam_strategy:\n      duration: \"Final 2 weeks\"\n      actions:\n        - \"Full practice tests under timed conditions\"\n        - \"Review only highest-impact errors\"\n        - \"Time management practice (minutes per section)\"\n        - \"Day before: light review only, early sleep\"\n```\n\n### Exam-Specific Tips\n\n**Multiple choice (JLPT, HSK):** Read all options before answering. Eliminate obviously wrong answers first. When unsure, pick the least \"extreme\" option.\n\n**Writing section (DELE, DELF):** Plan for 5 minutes before writing. Use discourse markers (firstly, however, in conclusion). Check for subject-verb agreement last.\n\n**Speaking section (IELTS, DELE):** Paraphrase the question to buy thinking time. Use the STAR method for describing experiences. If you forget a word, describe it instead of freezing.\n\n**Listening section (all exams):** Read questions BEFORE the audio plays. Mark answers during first listen, confirm during second. Don't panic if you miss one question — move on.\n\n---\n\n## Phase 11: Progress Tracking\n\n### Session Log Format\n\n```yaml\nsession_log:\n  date: \"\"\n  session_number: 0\n  duration_minutes: 0\n  \n  vocabulary:\n    new_words: []\n    reviewed_words: []\n    mastered: []\n    struggling: []\n    \n  grammar:\n    practiced: \"\"\n    accuracy: \"\"           # rough %, based on exercises\n    \n  conversation:\n    topic: \"\"\n    comfort_level: \"\"      # 1-5\n    new_phrases_learned: []\n    \n  pronunciation:\n    focus: \"\"\n    improvement: \"\"\n    \n  homework:\n    assigned: \"\"\n    completed: \"\"\n    \n  notes: \"\"\n```\n\n### Weekly Progress Report\n\n```\n📊 Weekly Progress — Week [X]\n\n🎯 Level: [CEFR] (tracking toward [target])\n📚 Vocabulary: [X] words learned this week ([Y] total)\n🗣️ Conversation: [X] sessions, comfort level [1-5]\n📝 Grammar: [topic] — accuracy [X]%\n🔥 Streak: [X] days\n\n✅ Strengths this week:\n- [specific skill that improved]\n\n⚠️ Focus areas:\n- [specific weakness to target]\n\n📋 Next week's goals:\n1. [specific goal]\n2. [specific goal]\n3. [specific goal]\n```\n\n### Level-Up Assessment\n\nEvery 12 units, run a comprehensive assessment:\n\n```\n1. Vocabulary test: 50 words from the level (target: 80%+)\n2. Grammar test: 10 exercises covering level structures (target: 70%+)\n3. Listening comprehension: 2 passages with questions (target: 70%+)\n4. Speaking: 5-minute conversation on a level-appropriate topic\n5. Writing: One writing task appropriate to level\n\nPass criteria (all must be met):\n- Vocabulary: ≥80%\n- Grammar: ≥70%\n- Listening: ≥70%\n- Speaking: Can sustain conversation with <20% L1 use\n- Writing: Task completed with level-appropriate accuracy\n\nIf passed: Move to next level 🎉\nIf 1 area fails: Targeted remediation for 1 week, then retest that skill\nIf 2+ areas fail: Continue current level with focused practice plan\n```\n\n---\n\n## Phase 12: Motivation & Habit Building\n\n### Streak & Gamification\n\n```\n🔥 Daily streak tracking\n⭐ \"Word of the day\" — one interesting word with cultural context\n🏆 Level milestones with celebration messages\n📈 Weekly progress chart (vocabulary count, session count)\n🎯 Monthly challenges (\"Learn 10 food words\", \"Have a 5-minute conversation\")\n```\n\n### Motivation Recovery\n\nWhen learner says \"I haven't practiced in a while\" or shows signs of dropping off:\n\n```\n1. No guilt — \"Welcome back! Your brain didn't forget everything.\"\n2. Quick diagnostic — test 10 recent words to see what stuck\n3. Easy win — start with something they'll succeed at\n4. Reduce load — \"Let's do just 5 minutes today\"\n5. Reconnect to goal — \"Remember, you wanted to [goal]. Here's how far you've come.\"\n```\n\n### The 4-Skill Balance Rule\n\n```\nEvery week should include all 4 skills:\n- Listening: 25% of study time\n- Speaking: 25% of study time\n- Reading: 25% of study time\n- Writing: 15% of study time\n- Vocabulary/Grammar: 10% of study time\n\nImbalance warning signs:\n- \"I can read but not speak\" → more conversation practice\n- \"I can understand but can't produce\" → more writing + speaking\n- \"I know words but can't make sentences\" → more grammar in context\n```\n\n---\n\n## Phase 13: Special Learning Contexts\n\n### Heritage Language Learners\n- Often understand more than they can produce\n- Skip basic listening comprehension; focus on production\n- Address cultural identity sensitivity — \"correct\" language vs home language\n- Build confidence in register-switching (formal/informal)\n\n### Language for Travel (Crash Course)\n```\nPriority vocabulary (100 survival words):\n1. Greetings (5)           11. Help/emergency (5)\n2. Please/thank you (5)    12. Time (10)\n3. Numbers 1-20 (20)       13. Weather (5)\n4. Food ordering (10)      14. Compliments (5)\n5. Directions (10)         15. Basic adjectives (10)\n6. Transportation (5)      16. \"I don't understand\" (3)\n7. Hotel/accommodation (5) 17. \"Do you speak English?\" (2)\n\nTeach these in 10 sessions. Focus on pronunciation and key phrases, not grammar.\n```\n\n### Children (Ages 5-12)\n- Games, songs, stories — NOT grammar rules\n- TPR (Total Physical Response) — act out vocabulary\n- Shorter sessions (10-15 min)\n- Repetition through fun, not drills\n- Celebrate every attempt\n\n### Professional/Business Language\n```yaml\nbusiness_track:\n  email_templates: [\"introduction\", \"follow-up\", \"complaint\", \"request\"]\n  meeting_language: [\"agreeing\", \"disagreeing politely\", \"presenting\", \"asking for clarification\"]\n  phone_calls: [\"answering\", \"leaving messages\", \"scheduling\"]\n  presentations: [\"opening\", \"transitions\", \"closing\", \"Q&A handling\"]\n  small_talk: [\"weather\", \"weekend\", \"travel\", \"sports — culture-specific topics\"]\n  industry_vocabulary: \"[specific to learner's field]\"\n```\n\n---\n\n## Phase 14: Multi-Language Support Notes\n\n### Language Family Advantages\n\n```\nIf learner knows...    → These languages are easier:\nSpanish               → Portuguese (85% similar), Italian (80%), French (75%)\nFrench                → Italian, Spanish, Portuguese, Romanian\nGerman                → Dutch (90%), Swedish, Norwegian, Danish\nJapanese              → Korean (grammar similar), Chinese (kanji overlap)\nHindi                 → Urdu (mutually intelligible), Nepali, Bengali (partial)\nArabic                → Hebrew (shared roots), Persian (loan words), Turkish (loan words)\nRussian               → Ukrainian, Polish, Czech, Bulgarian\nMandarin Chinese      → Cantonese (written), Japanese (kanji), Korean (loan words)\n```\n\n### Language-Specific Teaching Adaptations\n\n**Character-based languages (Chinese, Japanese, Korean):**\n- Teach reading system separately from conversation\n- Use romanization as training wheels, then phase out\n- Chinese: Pinyin → characters (radicals → components → full characters)\n- Japanese: Hiragana → Katakana → basic Kanji (first 100) → ongoing Kanji\n- Korean: Hangul (can be learned in 2-3 sessions — it's systematic)\n\n**Right-to-left languages (Arabic, Hebrew, Persian, Urdu):**\n- Practice writing direction explicitly\n- Use both directions in exercises\n- For Arabic: decide early on MSA vs dialect (or both)\n\n**Tonal languages (Chinese, Vietnamese, Thai, Burmese):**\n- Tone-first approach — master the tone system before heavy vocabulary\n- Minimal pair drills with tones\n- Record yourself constantly\n\n**Agglutinative languages (Turkish, Finnish, Hungarian, Japanese, Korean):**\n- Teach morpheme-by-morpheme building\n- Use color-coding for different affixes\n- Practice building long words from parts\n\n---\n\n## Quick Reference: Natural Language Commands\n\n| Command | What It Does |\n|---------|-------------|\n| \"I want to learn [language]\" | Starts learner profile setup + placement |\n| \"Vocabulary drill\" | Runs spaced repetition review of learned words |\n| \"Teach me [grammar topic]\" | Full grammar lesson with discovery → rule → practice |\n| \"Let's have a conversation about [topic]\" | Immersive role-play at current level |\n| \"How do you say [phrase]?\" | Translation + pronunciation + usage context |\n| \"Correct my writing: [text]\" | Full feedback using writing framework |\n| \"Quiz me\" | Mixed drill: vocabulary + grammar + translation |\n| \"What's my progress?\" | Weekly progress report |\n| \"I have an exam on [date]\" | Generates exam prep plan |\n| \"Give me homework\" | Assigns level-appropriate practice tasks |\n| \"I haven't studied in a while\" | Motivation recovery + diagnostic |\n| \"Explain [cultural thing]\" | Cultural insight with vocabulary |\n","topics":["Exam","Learning"],"tags":{"chinese":"1.0.0","conversation":"1.0.0","education":"1.0.0","french":"1.0.0","grammar":"1.0.0","japanese":"1.0.0","korean":"1.0.0","language":"1.0.0","latest":"1.0.0","learning":"1.0.0","spaced-repetition":"1.0.0","spanish":"1.0.0","tutor":"1.0.0","vocabulary":"1.0.0"},"stats":{"comments":0,"downloads":209,"installsAllTime":9,"installsCurrent":1,"stars":0,"versions":1},"createdAt":1771975986688,"updatedAt":1778491632988},"latestVersion":{"version":"1.0.0","createdAt":1771975986688,"changelog":"Language Learning Mastery 1.0.0 — Initial Release\n\n- Introduces a complete adaptive language acquisition system for any human language\n- Features structured curricula, placement and goal setting, spaced repetition, immersive conversation practice, grammar and pronunciation coaching, and cultural fluency\n- Includes progress tracking, exam preparation, and a modular curriculum mapped to CEFR levels (A0–C2)\n- Implements a 5-encounter method and spaced repetition for vocabulary, using a variety of drills and high-frequency word prioritization\n- Provides protocols for learner profiling, placement testing, personalized schedules, and detailed unit structures integrating vocabulary, grammar, skills, and cultural notes","license":null},"metadata":null,"owner":{"handle":"1kalin","userId":"s17e1q0nx23qnh4n429zzqc05x83hvsw","displayName":"1kalin","image":"https://avatars.githubusercontent.com/u/15705344?v=4"},"moderation":null}