Questions: Micro-Interactions and User Feedback

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

After a user submits a contact form, the page appears completely unchanged — no animation, no message, no color shift. What design problem does this illustrate?

AThe form violates accessibility guidelines by not using sufficient color contrast in its fields
BThe absence of a micro-interaction leaves the feedback loop open, creating cognitive uncertainty about whether the submission succeeded
CThe page needs a loading spinner to indicate that the server is processing the request before anything else
DThe design fails because it lacks visual variety and will feel boring to users over time
Question 2 Multiple Choice

A designer proposes a button-press animation that takes 800 milliseconds to complete. What is the main problem with this timing?

AIt exceeds the 500ms upper threshold where animations feel sluggish and become obstacles rather than aids
BIt is too fast — users will miss the animation entirely and won't understand the button's state change
CAnimations above 300ms must use CSS transitions rather than JavaScript or they will create accessibility issues
DThe timing is fine as long as the animation is visually interesting and matches the brand aesthetic
Question 3 True / False

A micro-interaction that users never consciously notice — but that makes the interface feel reliably responsive — is a successful design.

TTrue
FFalse
Question 4 True / False

Adding more micro-interactions to an interface generally improves the user experience because they make the interface feel more alive and polished.

TTrue
FFalse
Question 5 Short Answer

Explain what it means to 'close the feedback loop' in micro-interaction design, and give an example of an interface that fails to do this.

Think about your answer, then reveal below.