Skip to content

Commit

Permalink
Duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
YiweiShen committed Feb 13, 2024
1 parent a679933 commit 123cf5f
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/data/questions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,15 +399,6 @@ export const questions: Question[] = [
],
correctAnswer: [2]
},
{
question: 'The Development Team should have all the skills needed to:',
answers: [
'Turn Product Backlog items into an Increment of potentially releasable product functionality.',
'Do all of the development work, except for specialized testing that requires additional tools and environments.',
'Complete the project within the date and cost as calculated by the Product Owner.'
],
correctAnswer: [1]
},
{
question: 'What is the Scrum Master responsible?',
answers: [
Expand Down Expand Up @@ -2051,15 +2042,6 @@ export const questions: Question[] = [
],
correctAnswer: [4]
},
{
question: 'The Developers should have all the skills needed to:',
answers: [
'Complete the project as estimated when the date and cost are committed to the Product Owner.',
'Turn the Product Backlog items they select into an Increment of useful and valuable product functionality.',
'Do all of the development work, except for specialized testing that requires additional tools and environments.'
],
correctAnswer: [2]
},
{
question:
'Which two things should the Scrum Team do during the first Sprint?',
Expand Down

0 comments on commit 123cf5f

Please sign in to comment.