fix(curriculum): replace question in Styling Forms Quiz (#64466)

This commit is contained in:
Zeina Obeid
2025-12-11 23:50:46 +02:00
committed by GitHub
parent 87f1046fc9
commit ede54c3fce

View File

@@ -61,23 +61,23 @@ Text input fonts need to be adequately sized, and the color needs to have suffic
#### --text--
Why is it important to not remove the ability for users to resize a `textarea` input?
How should the error state styling relate to the focus state styling?
#### --distractors--
Users should be able to zoom in and out and there should be no change in the input.
They should be identical for consistency.
---
Users should be able to zoom in and out and the input should increase to twice its size.
The error state should be less visible to avoid alarming users.
---
Users should be able to zoom in and out and the input text should triple in size.
The error state should be animated while the focus state should be static.
#### --answer--
Users should be able to zoom in and out and the input should scale accordingly.
The error state should be distinct from the focus state.
### --question--