Skip to content

Commit

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

0 comments on commit 4879279

Please sign in to comment.