Chatbots Chatbot Design and UX 2 — Questions and Answers
Question 1: What is 'progressive disclosure' in chatbot design?
- Showing all features at launch
- Revealing information step-by-step as the user needs it (Correct answer)
- Logging all user messages
- Disclosing bot identity to regulators
Correct answer: Revealing information step-by-step as the user needs it
Progressive disclosure keeps conversations focused by presenting only relevant information at each step.
Question 2: Why is it important for a chatbot to confirm user intent before executing irreversible actions?
- To increase session time
- To prevent costly mistakes caused by misunderstood requests (Correct answer)
- To collect more data
- To comply with animation standards
Correct answer: To prevent costly mistakes caused by misunderstood requests
Confirmation prompts ensure the bot understood correctly before performing actions like deletions or purchases.
Question 3: What role do 'typing indicators' play in chatbot UX?
- They slow down the bot
- They simulate human-like processing time, reducing the perception of lag (Correct answer)
- They encrypt messages
- They track user location
Correct answer: They simulate human-like processing time, reducing the perception of lag
Typing indicators create a natural conversational rhythm and signal to users that the bot is working on a response.
Question 4: Which principle should guide the length of chatbot menu options?
- Always show 10+ options
- Limit choices to 3–5 to avoid cognitive overload (Correct answer)
- Show options alphabetically only
- Never use menus in chatbots
Correct answer: Limit choices to 3–5 to avoid cognitive overload
Cognitive load research shows users process fewer choices more effectively, so menus should be short and clear.
Question 5: What is 'error recovery' in chatbot design?
- Restarting the server after a crash
- Providing helpful guidance when a user's input cannot be understood (Correct answer)
- Deleting incorrect training data
- Resetting the conversation database
Correct answer: Providing helpful guidance when a user's input cannot be understood
Effective error recovery acknowledges misunderstanding and offers clarifying questions or alternative paths.
Question 6: How does multimodal design enhance chatbot experiences on mobile?
- By removing all text
- By combining text, images, buttons, and carousels to suit different content types (Correct answer)
- By disabling voice input
- By using only emojis
Correct answer: By combining text, images, buttons, and carousels to suit different content types
Multimodal interfaces leverage the full capabilities of modern devices to make interactions richer and more intuitive.
What is 'progressive disclosure' in chatbot design?