Skip to content

Add answer key for Chatbot workshop#643

Open
beagandica wants to merge 1 commit into
NuevoFoundation:masterfrom
beagandica:content/answer-key-chatbot
Open

Add answer key for Chatbot workshop#643
beagandica wants to merge 1 commit into
NuevoFoundation:masterfrom
beagandica:content/answer-key-chatbot

Conversation

@beagandica
Copy link
Copy Markdown
Member

Summary

Complete AIML answer key for the Chatbot workshop (Pandorabots), covering all coding activities with solutions and input/output tables.

Changes

New file: \content/english/chatbot/answer-key.md\

Solutions for all activities:

  1. Activity 2 - Hello World category (starter code reference)
  2. Activity 3 - Three basic categories: name, color, food (exact pattern matching)
  3. Activity 4 - Wildcard patterns (* FOOD, * COLOR, * NAME) for flexible matching
  4. Activity 5 - Echoing wildcards with <star />\ tag for dynamic responses
  5. Complete AIML file - Full \greetings.aiml\ combining all activities
  6. Input/output tables for each activity
  7. Teacher tips - Pattern priority, keeping both exact and wildcard categories

Languages affected

  • English (primary)
  • Brazilian Portuguese and Korean translations exist but use different language patterns (different AIML patterns for those languages)

Testing

  • Hugo build passes
  • All language versions checked (EN primary; PT-BR, KO use different patterns)
  • 10-model QA passed (3 clean passes)
  • Follows answer key format (hidden: true, weight: 15)

Complete AIML solutions for all coding activities:
- Activity 2: Hello World category (starter walkthrough)
- Activity 3: Three basic categories (name, color, food) with exact patterns
- Activity 4: Wildcard patterns (* FOOD, * COLOR, * NAME) for flexible matching
- Activity 5: Echoing wildcards with <star /> tag for dynamic responses
- Complete greetings.aiml file combining all activities
- Input/output tables for each activity showing expected behavior
- Pattern priority tip (specific patterns match before wildcards)
- Common student Q&A (keeping both exact and wildcard categories)

PT-BR and Korean translations exist but use different language patterns.
English answer key covers the English version.
10-model QA passed (3 clean passes). Hugo build verified.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@beagandica beagandica force-pushed the content/answer-key-chatbot branch from 38fb42b to bc484b4 Compare April 29, 2026 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant