Chapter quiz · Routing & Navigation

Test what you learned.

8 questions on Routing & Navigation. Pass 70% to clear the chapter.

← Review chapter lessons

Quiz

Routing & Navigation — Chapter Quiz

Eight questions covering file routing, dynamic segments, links, middleware, and error pages.

0/ 9
  1. Question 1
    1

    What URL does pages/blog/[slug].vue match?

  2. Question 2
    2

    Which file would catch every URL starting with /docs/?

  3. Question 3
    3

    <NuxtLink> prefetches the destination page when it enters the viewport.

  4. Question 4
    4

    Which composable navigates programmatically?

  5. Question 5
    5

    Where do route middleware files live?

  6. Question 6
    6

    A validate function in definePageMeta returns false to trigger a ____ response.

  7. Question 7
    7

    Which file replaces both the default 404 and 500 pages?

  8. Question 8
    8

    Which patterns set up nested routes?

    Select all that apply.

Pick an answer — instant feedback as you go.