diff --git a/src/data/questions.ts b/src/data/questions.ts index 29b16e5..163a37a 100644 --- a/src/data/questions.ts +++ b/src/data/questions.ts @@ -1576,17 +1576,6 @@ export const questions: Question[] = [ ], correctAnswer: [4, 5] }, - { - question: - 'What are two good ways for the Development Team to make non-functional requirements visible?', - answers: [ - 'Put them on a separate list on the Scrum board, available for all to see.', - 'Add them to the Product Backlog and keep the Product Owner posted on the expected effort.', - 'Run the integration and regression tests before the end of the Sprint, and capture the open work for the Sprint Backlog of the next Sprint.', - 'Add them to the definition of "Done" so the work is taken care of every Sprint.' - ], - correctAnswer: [2, 4] - }, { question: 'Which three questions might be answered by Development Team members at the Daily Scrum?',