← 返回
未分类

Training Quiz

Interactive product knowledge training and quiz system for retail staff. Tests employees on product specs, store policies, sales techniques, and FAQs through...
互动式产品知识培训与测验系统,面向零售员工,考查产品规格、店铺政策、销售技巧及常见问题,通过…
fangwei-frank fangwei-frank 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 512
下载
💾 7
安装
1
版本
#latest

概述

Training Quiz

Overview

This skill turns the product knowledge base into an interactive learning system for staff.

It adapts difficulty, tracks progress, and celebrates improvement — making training

feel less like a chore and more like a game.

Depends on: products[] + policy_entries[] + faqs[] in knowledge base.


Quiz Modes

ModeTriggerFormatBest For
--------------------------------
Flashcard"考我产品知识"Q → reveal AQuick daily review
Multiple Choice"选择题模式"Q + 4 optionsStructured testing
Scenario"情景练习"Role-play customer scenarioSales skill practice
Policy Drill"考我政策"Policy rule questionsCompliance training
New Product"考我新品"Focus on recently added itemsNew arrival onboarding

Default mode: Flashcard (lowest friction).


Session Flow

Start

  1. Greet the learner by name (if known from staff config)
  2. Ask or confirm: mode, topic focus, number of questions (default 10)
  3. Begin immediately — don't over-explain

During Quiz

  • Ask one question at a time
  • Wait for answer before revealing correct response
  • On correct: brief positive reinforcement ("✅ 答对了!") + optional fun fact
  • On incorrect: show correct answer + brief explanation (2 sentences max)
  • Track: correct / total, running accuracy %

End of Session

🎓 本次练习结束!

结果:[correct]/[total] — [score]%
[评级: 优秀 ≥90% | 良好 70-89% | 需加强 <70%]

[If score < 70%]: 建议重点复习:[list weak categories]
[If score ≥ 90%]: 太棒了!你已经达到优秀水平 🏆

下次想练习什么?

Reference: question-bank.md — question templates by type.


Question Generation

Questions are auto-generated from the knowledge base. No manual authoring needed.

From products:

  • "这款[产品名]的[属性]是什么?" → answer from description/variants
  • "下面哪个是[产品名]的正确价格?" → MCQ using real + nearby prices as distractors
  • "[顾客描述] → 你会推荐哪款产品?" → scenario from suitable_for

From policies:

  • "退货政策中,[条件],顾客可以享受什么?"
  • "以下哪种情况不在退货政策范围内?" → MCQ with real exceptions as options

From FAQs:

  • Use question field directly
  • Shuffle real FAQ answers as MCQ distractors

Script: scripts/generate_questions.py — generates a quiz set from the KB.


Progress Tracking

Store per-employee progress in agent memory under training_progress.:

{
  "staff_id": "zhang_san",
  "sessions": [
    {
      "date": "2024-07-15",
      "mode": "flashcard",
      "score": 8,
      "total": 10,
      "accuracy": 80,
      "weak_categories": ["policy", "pricing"]
    }
  ],
  "cumulative_accuracy": 82,
  "badges": ["first_quiz", "7day_streak", "policy_master"]
}

Report progress to manager on request:

> "张三本月完成 5 次练习,平均正确率 82%,政策类题目需加强。"


Gamification

Keep it motivating:

AchievementTrigger
----------------------
🌟 首次完成First quiz session
🔥 连续挑战3+ consecutive days
📚 政策达人5 policy quizzes with ≥90%
🏆 产品专家Overall accuracy ≥90% over 10+ sessions
⚡ 闪电手10 consecutive correct answers

Announce badges immediately when earned. Keep it brief and genuine.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-31 04:12 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Retail Knowledge

fangwei-frank
**零售产品知识问答及政策查询,为一线员工解答客户关于产品、门店政策、促销活动、常见问题等的疑问。**
★ 0 📥 498

Product Recommender

fangwei-frank
零售数字员工智能产品推荐引擎,根据客户需求、预算、受赠者、场合、偏好推荐产品。
★ 0 📥 433

Shift Scheduler

fangwei-frank
员工排班调度与管理助手,适用于零售门店经理和员工。回答排班咨询,发送提醒,处理换班请求,等
★ 0 📥 474