SCRIPT QUESTIONS AND ANSWERS SURE A+
✔✔If the heading level 1 (<h1>) at the beginning of the main content says "How to hang
ten on a surfboard," the most appropriate <title> for the page from among the options
below would be:
A. How to ride a surfboard
B. Surfing tutorial
C. Summers in California
D. How to hang ten on a surfboard
E. An article describing how o hang ten on a surfboard, describing the techniques and
circumstances in which it is possible to do it - ✔✔D. How to hang ten on a surfboard
✔✔Which of the following will be recognized as valid headings by screen readers?
(Select all that apply)
A. <h1></h1>
B. <h1>The desert tortoise</h1>
C. <h7>Legal disclaimer</h7>
D. <div role="heading" aria-level="3">The secrets beneath the ocean's surface</div>
E. <p class="heading level2" style="font-size: 200%; font-weight: bold">Understand
yourself</p> - ✔✔B. <h1>The desert tortoise</h1>
D. <div role="heading" aria-level="3">The secrets beneath the ocean's surface</div>
, ✔✔True or False: WCAG 2.0 level double A (AA) requires headings to be in a valid
hierarchy under all circumstances. A heading 4 (<h4>) cannot directly follow a heading
2 (<h2>), for example. The next subheading under the heading 2 (<h2>) MUST be a
heading 3 (<h3>). - ✔✔False
✔✔True or False: Screen readers will read the alt text of an image within a heading as
part of the heading text. - ✔✔True
✔✔What is the official character limit within a heading?
A. 256 characters
B. 140 characters
C. 1024 characters
D. It depends on the level of the heading
E. There is no official limit - ✔✔E. There is no official limit
✔✔Which of the following statements are TRUE (Select all that apply)
A. Users should be warned if a link opens a new window
B. Link text should include words like "link" or "click" so screen reader users know it is a
link
C. Images alone should not be used as links
D. Links with the same text should go to the same place
E. Links must be identified by changing the background color behind the text - ✔✔A.
Users should be warned if a link opens a new window
D. Links with the same text should go to the same place
✔✔True or false: Links must be visually distinguishable from the surrounding non-link
text - ✔✔True
✔✔True or false: Links can be the same color as the surrounding non-link text as long
as an underline appears on mouse hover and on keyboard focus. - ✔✔False
✔✔The main navigation menu should:
A. Be consistently located
B. Be consistently ordered
C. Be positioned horizontally
D. Include drop-down submenus
E. A and B
F. All of the above - ✔✔E. A and B
✔✔True or false: Links on the same page that go to the same destination should have
the same text within the link. - ✔✔True
✔✔The correct way to designate a navigation list as a navigation landmark is: