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