1 / 5
Fill in: 'We ___ colour tokens instead of hard-coded hex values so a theme switch touches nothing else.'
-
-
-
-
We 'use tokens' — the standard, simple collocation for adopting a design-system approach. The other options are less idiomatic here.
2 / 5
Fill in: 'We ___ the system preference by default instead of forcing every user into light mode.'
-
-
-
-
We 'respect' a preference — the standard collocation for honouring an OS-level setting. The other options are less idiomatic here.
3 / 5
Fill in: 'A hard-coded background colour can ___ unreadable white-on-white text once dark mode is enabled.'
-
-
-
-
We say a hard-coded value will 'produce' a bug — the standard collocation for an unwanted visual side effect. The other options aren't idiomatic here.
4 / 5
Fill in: 'We ___ the user's chosen theme in local storage so it persists across visits.'
-
-
-
-
We 'persist' a choice — the standard collocation for storing a setting durably. The other options are less idiomatic here.
5 / 5
Fill in: 'We ___ every component against both themes before a release ships.'
-
-
-
-
We 'test' components — the standard, simple collocation for verifying behaviour across variants. The other options are less idiomatic here.