Skip to content

Commit

Permalink
Duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
YiweiShen committed Feb 14, 2024
1 parent c7a7220 commit 8af7bb9
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions src/data/questions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2173,17 +2173,6 @@ export const questions: Question[] = [
],
correctAnswer: [3]
},
{
question: 'Who has the final say on the order of the Product Backlog?',
answers: [
'The Product Owner.',
'The CEO.',
'The Developers.',
'The Scrum Master.',
'The Stakeholders'
],
correctAnswer: [1]
},
{
question:
'Who should know the most about the progress toward a business objective or a release, and be able to explain the alternatives most clearly?',
Expand Down Expand Up @@ -2356,17 +2345,6 @@ export const questions: Question[] = [
],
correctAnswer: [1]
},
{
question: 'Who has the final say on the Product Backlog ordering?',
answers: [
'The Developers',
'The Product Owner',
'The Scrum Master',
'The CEO',
'The Paying Customer'
],
correctAnswer: [2]
},
{
question: 'The Scrum Master is a manager.',
answers: ['True', 'False'],
Expand Down

0 comments on commit 8af7bb9

Please sign in to comment.