Skip to content

Commit 893209c

Browse files
committed
Fix incorrect answer for Chapter 10's quiz question
This fixes the answer and explanations for Question 6 of the end-of-chapter quiz in Chapter 10 (Argilla). The previous explanations were from the Gradio questions.
1 parent 0546fd3 commit 893209c

File tree

1 file changed

+3
-3
lines changed
  • chapters/en/chapter10

1 file changed

+3
-3
lines changed

chapters/en/chapter10/7.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -125,16 +125,16 @@ Let's test what you learned in this chapter!
125125
choices={[
126126
{
127127
text: "Submit your responses",
128-
explain: "This button saves your responses, but doesn't submit them",
128+
explain: "This button saves your responses, but doesn't submit them.",
129129
},
130130
{
131131
text: "Save your responses without submitting them",
132-
explain: "This is a valid method of loading a Hugging Face model from the Hub",
132+
explain: "This button allows you to save your responses for later without submitting them.",
133133
correct: true
134134
},
135135
{
136136
text: "Discard a record",
137-
explain: "Try again -- you cannot load a model by using the 'demos' prefix."
137+
explain: "This button doesn't discard a record, it saves your responses."
138138
}
139139
]}
140140
/>

0 commit comments

Comments
 (0)