Skip to content

Commit

Permalink
Duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
YiweiShen committed Feb 13, 2024
1 parent 3aecd7a commit e29d8af
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions src/data/questions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -727,17 +727,6 @@ export const questions: Question[] = [
],
correctAnswer: [1]
},
{
question:
'If burndown charts are used to visualize progress, what do they track?',
answers: [
'Accumulated cost.',
'Individual worker productivity.',
'Work remaining across time.',
'Accumulated business value delivered to the customer.'
],
correctAnswer: [3]
},
{
question:
'How is management external to the Scrum Team involved in the Daily Scrum?',
Expand Down Expand Up @@ -2051,16 +2040,6 @@ export const questions: Question[] = [
],
correctAnswer: [2]
},
{
question: 'What does the Sprint burn-down chart show?',
answers: [
'The evolution of the amount of uncertainty during a project.',
'An overview of the release progress by plotting the remaining workload.',
'Dependencies, start times and stop times for project tasks3.',
'How much work remains until the end of the Sprint.'
],
correctAnswer: [4]
},
{
question:
'A new Developer joins the Scrum Team taking the total number to 11 people. As a Scrum Master, What should you do?',
Expand Down

0 comments on commit e29d8af

Please sign in to comment.