Skip to content

Commit

Permalink
Duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
YiweiShen committed Feb 14, 2024
1 parent 010ebc9 commit ea176dc
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 @@ -2031,17 +2031,6 @@ export const questions: Question[] = [
],
correctAnswer: [4]
},
{
question:
'Which two things should the Scrum Team do during the first Sprint?',
answers: [
'Develop and deliver at least one piece of functionality.',
'Deliver an Increment of useful and valuable product',
'Determine the complete architecture and infrastructure for the product.',
'Create the complete Product Backlog to be developed in subsequent Sprints.'
],
correctAnswer: [1, 2]
},
{
question: 'The three pillars of empiricism are:',
answers: [
Expand Down

0 comments on commit ea176dc

Please sign in to comment.