Skip to content

Commit

Permalink
Duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
YiweiShen committed Feb 13, 2024
1 parent 4681645 commit db1827e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/data/questions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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?',
Expand Down

0 comments on commit db1827e

Please sign in to comment.