From 6f679ec28273de3ef36ca686cbbeba6829e097ff Mon Sep 17 00:00:00 2001 From: Yiwei Shen Date: Wed, 14 Feb 2024 00:42:11 -0500 Subject: [PATCH] Duplicate --- src/data/questions.ts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/data/questions.ts b/src/data/questions.ts index cddd626..44542c5 100644 --- a/src/data/questions.ts +++ b/src/data/questions.ts @@ -1462,17 +1462,6 @@ export const questions: Question[] = [ ], correctAnswer: [1, 2] }, - { - question: - 'Who is accountable for clearly expressing Product Backlog items?', - answers: [ - 'The business analyst who represents the Product Owner.', - 'The Product Owner.', - 'The Scrum Master, or the Scrum Master may have the Developers do it.', - 'The Scrum Master.' - ], - correctAnswer: [2] - }, { question: 'When many Scrum Teams are working on a single product, what best describes the Definition of Done?',