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'],