From e52da04b566b54765de8de97aa0179ef07e437c5 Mon Sep 17 00:00:00 2001 From: Yiwei Shen Date: Mon, 12 Feb 2024 00:57:15 -0500 Subject: [PATCH] Remove duplicates --- src/data/questions.ts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/data/questions.ts b/src/data/questions.ts index 78cdb74..4aa3606 100644 --- a/src/data/questions.ts +++ b/src/data/questions.ts @@ -2293,17 +2293,6 @@ export const questions: Question[] = [ ], correctAnswer: [3] }, - { - question: - 'When does a Developer become the sole owner of an item on the Sprint Backlog?', - answers: [ - 'Whenever a team member can accommodate more work.', - 'At the Sprint Planning event', - 'Never. All Sprint Backlog items are "owned" by the Developers on the Scrum Team.', - 'During the Daily Scrum' - ], - correctAnswer: [3] - }, { question: 'What is the typical size for a Scrum Team?', answers: ['10 or fewer.', 'Minimum of 7.', '7 plus or minus', '9'],