diff --git a/src/data/questions.ts b/src/data/questions.ts index 7aaf326..6c00640 100644 --- a/src/data/questions.ts +++ b/src/data/questions.ts @@ -2173,17 +2173,6 @@ export const questions: Question[] = [ ], correctAnswer: [3] }, - { - question: 'Who has the final say on the order of the Product Backlog?', - answers: [ - 'The Product Owner.', - 'The CEO.', - 'The Developers.', - 'The Scrum Master.', - 'The Stakeholders' - ], - correctAnswer: [1] - }, { question: 'Who should know the most about the progress toward a business objective or a release, and be able to explain the alternatives most clearly?', @@ -2356,17 +2345,6 @@ export const questions: Question[] = [ ], correctAnswer: [1] }, - { - question: 'Who has the final say on the Product Backlog ordering?', - answers: [ - 'The Developers', - 'The Product Owner', - 'The Scrum Master', - 'The CEO', - 'The Paying Customer' - ], - correctAnswer: [2] - }, { question: 'The Scrum Master is a manager.', answers: ['True', 'False'],