Skip to content

Fix incorrect answer for Chapter 10's quiz question #863

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions chapters/en/chapter10/7.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,16 +125,16 @@ Let's test what you learned in this chapter!
choices={[
{
text: "Submit your responses",
explain: "This button saves your responses, but doesn't submit them",
explain: "This button saves your responses, but doesn't submit them.",
},
{
text: "Save your responses without submitting them",
explain: "This is a valid method of loading a Hugging Face model from the Hub",
explain: "This button allows you to save your responses for later without submitting them.",
correct: true
},
{
text: "Discard a record",
explain: "Try again -- you cannot load a model by using the 'demos' prefix."
explain: "This button doesn't discard a record, it saves your responses."
}
]}
/>
Expand Down