Skip to content

Commit ae31c75

Browse files
committed
update mc
1 parent dc34123 commit ae31c75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

interactive-activities/multi-choice-set/multi-choice-set.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ const questions = [
5252
answers: [
5353
{ text: "A qualified call", correct: false },
5454
{ text: "A non-SSA call", correct: false },
55-
{ text: "An unqualified call", correct: false },
56-
{ text: "None of these", correct: true },
55+
{ text: "An unqualified call", correct: true },
56+
{ text: "None of these", correct: false },
5757
],
5858
},
5959
];

0 commit comments

Comments
 (0)