Skip to content
UI/UX Atlas
Topics
Patterns
Color Tool
Templates
Quizzes
Topics
Patterns
Color Tool
Templates
Quizzes
Quizzes
/
Interaction Design
Microinteractions: Trigger–Rules–Feedback–Loops — Quiz
5 questions
·
Read the lesson first →
Question 1 of 5
Microinteractions: Trigger–Rules–Feedback–Loops
A user taps a toggle switch to enable notifications. The toggle immediately animates to the 'on' position, but the API call to save the preference fails silently. The toggle remains on even though the preference was never saved. Which component of Saffer's microinteraction model is most directly broken?
Trigger — the tap gesture was not reliably detected
Rules — the state machine did not handle the error branch, so it did not revert the state or surface feedback on failure
Feedback — the animation used linear easing instead of spring-based easing
Loop — the toggle did not persist the value across sessions
Check answer