Skip to content

Commit

Permalink
Remove duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
YiweiShen committed Feb 12, 2024
1 parent c3899c3 commit e52da04
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 @@ -2293,17 +2293,6 @@ export const questions: Question[] = [
],
correctAnswer: [3]
},
{
question:
'When does a Developer become the sole owner of an item on the Sprint Backlog?',
answers: [
'Whenever a team member can accommodate more work.',
'At the Sprint Planning event',
'Never. All Sprint Backlog items are "owned" by the Developers on the Scrum Team.',
'During the Daily Scrum'
],
correctAnswer: [3]
},
{
question: 'What is the typical size for a Scrum Team?',
answers: ['10 or fewer.', 'Minimum of 7.', '7 plus or minus', '9'],
Expand Down

0 comments on commit e52da04

Please sign in to comment.