DQ – Module 3 – Semantic Structure and Navigation

  • Fee: Free Practice Tests (based on CPACC Guide https://www.accessibilityassociation.org/ )
  • Passing score: 95%
  • Time limit: 40 minutes
  • Number of questions: 48
  • Format: Multiple Choice, Multi Answer and True/False
  • Difficulty: Advance
1
Created on

DQ - Module 3 - Semantic Structure and Navigation

DQ - Module 3 - Semantic Structure and Navigation

1 / 48

If you want to highlight text on a web page, when is it necessary to add additional text so that screen reader users know the text is important?

2 / 48

he correct language code for German web content is:

3 / 48

Screen readers will announce the number of items in a bulleted list if the list is marked up properly.

4 / 48

All of the following are true about skip links, except:

5 / 48

Links must be visually distinguishable from the surrounding non-link text

6 / 48

Which of the following is a recommended way to emphasize text accessibly for screen reader users?

7 / 48

Which of the following methods could be used to mark the current location within a paginated view? (Select all that apply)

8 / 48

In complex tables, each data cell must be explicitly associated with each corresponding header cell by which method?

9 / 48

If the user has the screen reader language set to French and a web page is written in English but does NOT specify the language of the document in the markup, how will the screen reader read the text?

10 / 48

All of the following HTML elements are deprecated in HTML5 except:

11 / 48

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.

12 / 48

What will a screen reader say when it comes across code marked as follows?
<p>Twin mattress

<del>$300</del>

<ins>$250</ins>!

</p>

13 / 48

In a table with two header cells in the first row ("Male" and "Female"), and with 5 header cells under each of them, the header cells in the first row should be marked as:

14 / 48

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:

15 / 48

Screen readers will recognize the following code as a list:
<p>

1. First item<br>

2. Second item<br>

3. Third item

</p>

16 / 48

If a person types "vegetarian recipes" in a site search, which of the following is the best page title on the search result page?

17 / 48

What does the JAWS screen reader read with regard to the name/label of an <iframe>?

18 / 48

On a so-called single-page application — in which AJAX is used to bring in new content without refreshing or loading the entire web page — any time that the URL changes, the page title should be updated accordingly.

19 / 48

Identifying the language of a document or part of a document is important for users of:

20 / 48

All of the following statements are true, except:

21 / 48

Sighted keyboard users can navigate by headings, landmarks, and other semantic features, just like blind screen reader users.

22 / 48

Links on the same page that go to the same destination should have the same text within the link.

23 / 48

The correct location to identify the main language of an entire page is:

24 / 48

Screen readers can identify the current location within a navigation menu based on the visual styles

25 / 48

What is the official character limit within a heading?

26 / 48

Screen readers announce emphasized text when it is marked with:

27 / 48

One of the main ways to make an <iframe> accessible is to add:

28 / 48

The concept of robust technology compatibility is to support compatibility of web content with current and future user agents — especially assistive technologies.

29 / 48

 Which of the following does NOT represent best practice, in terms of creating a structured outline of the content with headings?

A) <h1>
<h2>
<h2>
<h3>
<h4>
<h2>

B) <h1>
<h2>
<h2>
<h2>
<h3>
<h4>

C) <h1>
<h3>
<h4>
<h3>
<h4>
<h3>

D) <h1>
<h2>

30 / 48

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>).

31 / 48

Which of the following will be recognized as a valid heading by screen readers?

32 / 48

If an <iframe> contains only JavaScript that is not meant to be read by the user, what is the best way to address this <iframe> in terms of accessibility?

33 / 48

The correct way to code a table cell that is a column header cell is:

34 / 48

If there are multiple navigation landmarks in the same page:

35 / 48

Layout tables are not permitted by WCAG standards.

36 / 48

Screen readers will read the alt text of an image within a heading as part of the heading text.

37 / 48

Which of the following elements will most screen readers announce to users (in terms of the semantic meaning of the element itself)?

  1. q
  2. del
  3. ins
  4. mark
  5. code
  6. pre
  7. B and C
  8. D and E
  9. All of the above
  10. None of the above

38 / 48

All of the following are valid ARIA landmark roles except:

39 / 48

Complex tables with merged cells are easy for screen readers to understand, as long as the table has all the necessary accessible markup.

40 / 48

The correct way to designate a navigation list as a navigation landmark is:

41 / 48

A page with 47 landmarks:

42 / 48

Which of the following is NOT considered an aspect of well-formed markup?

43 / 48

The main navigation menu should:

44 / 48

If a page has 3 headings, and an <iframe>, and if the page within the <iframe> has 2 headings, how many headings total will show up in the screen reader's list of headings on the parent page?

45 / 48

Which of the following would be the best <title> for a page describing the autocorrect features of a software product called "Tri-coil" by a company named "Bob's Brilliant Software?"

46 / 48

Screen readers do not read nested lists (lists within lists) properly.

47 / 48

The accessible name for a data table should be contained in what element?

48 / 48

Which of the following statement(s) about deprecated HTML elements or attributes is/are FALSE?

 A) They have been replaced by newer constructs such as CSS.

B) They are typically structural in nature.

C) They may cause users to be unable to override the deprecated items with their own style sheets.

D) They are disallowed by WCAG 2.0 standards.

E) They are outdated or obsolete.

Your score is

The average score is 60%

0%

error: Content is protected !!
Scroll to Top