diff --git a/chapters/en/chapter10/7.mdx b/chapters/en/chapter10/7.mdx index 39214ed70..fa912dbb6 100644 --- a/chapters/en/chapter10/7.mdx +++ b/chapters/en/chapter10/7.mdx @@ -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." } ]} />