Skip to content

Commit

Permalink
Duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
YiweiShen committed Feb 15, 2024
1 parent 8af7bb9 commit 7730c9f
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/data/questions.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
import { Question } from '../interfaces'

export const questions: Question[] = [
{
question: 'Who creates the Definition of Done?',
answers: [
`The Product Owner since they are responsible for the product's success.`,
'If it is not an organizational standard, the Scrum Team must create a Definition of Done appropriate for the product.',
'The Scrum Master since they are responsible for the productivity of the Developers.',
`The Scrum Team, in a collaborative effort where the result is the common denominator of all members' definitions.`
],
correctAnswer: [2]
},
{
question:
'You have just been hired by a company new to Scrum. Your management has assigned you to be the Scrum Master of six new Scrum Teams. These teams will build one product. Select two conditions you should strive for in this scenario.',
Expand Down Expand Up @@ -2397,16 +2387,6 @@ export const questions: Question[] = [
],
correctAnswer: [3]
},
{
question: 'Who creates the Definition of Done?',
answers: [
`The Product Owner as he/she is responsible for the product's success`,
`The Scrum Team, in a collaborative effort where the result is the common denominator of all members' definitions`,
'The development organization (or Scrum Team if none is available from the development organization)',
`The Scrum Master as he/she is accountable for the Scrum Team’s effectiveness.`
],
correctAnswer: [3]
},
{
question:
'True or False: The Sprint Backlog is composed of the Sprint Goal (why), the set of Product Backlog items selected for the Sprint (what), as well as an actionable plan for delivering the Increment (how).',
Expand Down

0 comments on commit 7730c9f

Please sign in to comment.