-
Notifications
You must be signed in to change notification settings - Fork 15k
Open
Description
Checks
- This is not a duplicate of an existing issue (please have a look through our open issues list to make sure)
- I have thoroughly read and understand The Odin Project Contributing Guide
- Would you like to work on this issue?
Describe your suggestion
Knowledge check is almost a staple for every lesson. However, the Turbo Drive lesson is oddly missing that important element.
I am proposing to add a knowledge check section in this lesson. Here are my few suggestions to include in knowledge check:
- What is page navigation defined by Turbo Drive?
- Link to the answer: https://www.theodinproject.com/lessons/ruby-on-rails-turbo-drive#page-navigation
- What is the default visit action that adds a new entry to the browser history?
- How do you change the action of a Turbo Drive link?
- Answer within the TOP lesson:
<%= link_to "Edit Article", edit_article_path(@article), data: { turbo_action: "replace" } %>
- Answer within the TOP lesson:
- How do you disable Turbo Drive?
- What is the HTTP status code that Turbo cannot handle?
- How do you require confirmation for a visit?
- How does Turbo speeds up perceived link navigation latency?
My thought process with this selection is to further reinforce the understanding around link navigation, as forms are covered later in the course. This also aligns with the goal of the lesson's assignment.
Path
Ruby / Rails
Lesson Url
https://www.theodinproject.com/lessons/ruby-on-rails-turbo-drive
(Optional) Discord Name
Koko
(Optional) Additional Comments
No response
Metadata
Metadata
Assignees
Labels
No labels