From 069649a6155eac5b7671d74f06517dfe53a56671 Mon Sep 17 00:00:00 2001 From: Yiwei Shen Date: Mon, 12 Feb 2024 23:23:16 -0500 Subject: [PATCH] Duplicates --- src/data/questions.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/data/questions.ts b/src/data/questions.ts index f29d738..e23a7d7 100644 --- a/src/data/questions.ts +++ b/src/data/questions.ts @@ -727,12 +727,6 @@ export const questions: Question[] = [ ], correctAnswer: [1] }, - { - question: - 'A product Increment must be released to production at the end of each Sprint.', - answers: ['True.', 'False.'], - correctAnswer: [2] - }, { question: 'If burndown charts are used to visualize progress, what do they track?',