Skip to content

Commit d7bd50c

Browse files
committed
fix: force question to have 1 answer to avoid accessability issues
1 parent bcc2f19 commit d7bd50c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

where_is_my_understanding/quizes/introduction_to_machine_learning.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
"type": "multiple_choice",
55
"answers": [
66
{
7-
"answer": "Machine learning is the field of study that gives computes the ability to learn without being explicitly programmed",
7+
"answer": "Machine learning is the field of study that gives computes the ability to learn without being explicitly programmed.",
88
"correct": true,
9-
"feedback": "Correct: You could also have 'The science (and art) of programming computers so they learn from data'"
9+
"feedback": "Correct: You could also define it as 'The science (and art) of programming computers so they learn from data'"
1010
},
1111
{
1212
"answer": "Machine learning is about writing explicit rules and algorithms to solve specific problems",
1313
"correct": false,
1414
"feedback": "Incorrect: Machine learning isn't about pre-written rules, but instead learning from data following general patterns"
1515
},
1616
{
17-
"answer": "The science (and art) of programming computers so they learn from data",
18-
"correct": true,
19-
"feedback": "Correct: You could also have 'Machine learning is the field of study that gives computes the ability to learn without being explicitly programmed'"
17+
"answer": "Machine learning is a technique where algorithms are programmed to iteratively refine their code until they achieve optimal performance.",
18+
"correct": false,
19+
"feedback": "Incorrect: Generally, ML algorithms adjust their parameters, not their underlying code."
2020
},
2121
{
2222
"answer": "Machine learning is about storing and retrieving vast amounts of data efficiently, like a database system.",

0 commit comments

Comments
 (0)