Universal design for learning - Multiple means of action and expression Flashcards
What does Understandability in web accessibility refer to?
Making content and interfaces that people can comprehend.
True or False: Screen readers can automatically switch between languages if the webpage does not specify the language.
False
What is one way web developers can help screen readers read content correctly?
(a) By making text bold
(b) By specifying the language in the markup
(c) By using larger fonts
(d) By changing text color
b) By specifying the language in the markup
Which of the following can make reading more difficult for people with reading disabilities?
(a) Short words
(b) Complex sentence construction
(c) Short sentences
(d) Large font size
b) Complex sentence construction
True or False: All text must be converted to images, audio, or video for full accessibility.
False
What should web developers provide for people who cannot read at all?
(a) Simplified text
(b) Video content
(c) Audio or image formats
(d) Shorter paragraphs
c) Audio or image formats
Which learning style benefits most from multimedia videos?
(a) Verbal
(b) Visual
(c) Auditory-musical
(d) Linguistic
c) Auditory-musical
True or False: Websites should maintain a consistent look and feel across multiple pages or views.
True
What type of assistance should be provided when asking for user input?
(a) Clear instructions
(b) Fancy animations
(c) Colorful buttons
(d) More complex forms
a) Clear instructions
What is one way to ensure feedback and error messages are accessible to screen reader users?
(a) Place the message in an alert dialog
(b) Use larger fonts
(c) Add more navigation
(d) Avoid showing errors
a) Place the message in an alert dialog