Chapter quiz · Routes & Templates

Test what you learned.

8 questions on Routes & Templates. Pass 70% to clear the chapter.

← Review chapter lessons

Quiz

Routes & Templates — Chapter Quiz

Eight questions on the router DSL, model hooks, substates, and query params.

0/ 9
  1. Question 1
    1

    Where do you define the URL structure of an Ember app?

  2. Question 2
    2

    How do you declare a dynamic segment in the router DSL?

  3. Question 3
    3

    Which hook on a Route is the right place to fetch data?

  4. Question 4
    4

    A loading template in the same folder as a route is rendered automatically while that route's model hook is pending.

  5. Question 5
    5

    How does a route declare nested children?

  6. Question 6
    6

    The template helper that renders the active child route is {{___}}.

  7. Question 7
    7

    Which of these are valid ways to navigate to another route?

    Select all that apply.

  8. Question 8
    8

    What is the role of queryParams on a Controller?

Pick an answer — instant feedback as you go.