Skip to content

Commit 877084a

Browse files
committed
Remove a duplicate question from quiz.ts
1 parent 7df4535 commit 877084a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/quiz.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@ const questionList: Question[] = [
1515
],
1616
correctAnswer: [2]
1717
},
18-
{
19-
question: 'When does the next Sprint begin?',
20-
answers: [
21-
'When the Product Owner is ready.',
22-
'Next Monday.',
23-
'Immediately after the conclusion of the previous Sprint.',
24-
'Immediately following the next Sprint Planning.'
25-
],
26-
correctAnswer: [4]
27-
},
2818
{
2919
question:
3020
'You have just been hired by a company new to Scrum. Your management has assigned you to be the Scrum Master of six new Scrum Teams. These teams will build one product. Select two conditions you should strive for in this scenario.',

0 commit comments

Comments
 (0)