From 487927926d297c70c98d84eeb5a306447b26adac Mon Sep 17 00:00:00 2001 From: Yiwei Shen Date: Mon, 12 Feb 2024 23:30:42 -0500 Subject: [PATCH] Remove duplicates --- src/data/questions.ts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/data/questions.ts b/src/data/questions.ts index e23a7d7..54e4dc6 100644 --- a/src/data/questions.ts +++ b/src/data/questions.ts @@ -2322,12 +2322,6 @@ export const questions: Question[] = [ ], correctAnswer: [1, 3] }, - { - question: - 'When multiple Scrum Teams work together on the same product, each team should maintain a separate Product Backlog.', - answers: ['True.', 'False.'], - correctAnswer: [2] - }, { question: 'When should a Developer on a Scrum Team be replaced?', answers: [ @@ -2666,12 +2660,6 @@ export const questions: Question[] = [ answers: ['True', 'False'], correctAnswer: [2] }, - { - question: - 'True or False: When multiple teams work together on the same product, each team should maintain a separate Product Backlog to reduce complexity.', - answers: ['True', 'False'], - correctAnswer: [2] - }, { question: 'Who describes the Definition of Done in the case of multiple Scrum Teams working on a single product?',