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 247f943 commit 4681645
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions src/data/questions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -715,17 +715,6 @@ export const questions: Question[] = [
answers: ['True.', 'False.'],
correctAnswer: [1]
},
{
question: 'What is the time-box for the Sprint Review?',
answers: [
'As long as needed.',
'2 hours for a monthly Sprint.',
'4 hours for a monthly Sprint.',
'4 hours and longer as needed.',
'1 day'
],
correctAnswer: [3]
},
{
question:
'Who is responsible for tracking the remaining work of the Sprint?',
Expand Down Expand Up @@ -800,16 +789,6 @@ export const questions: Question[] = [
],
correctAnswer: [6]
},
{
question: 'What is the time-box for the Sprint Planning meeting?',
answers: [
'4 Hours for a monthly Sprint.',
'8 Hours for a monthly Sprint.',
'Monthly.',
'Whenever it is done.'
],
correctAnswer: [2]
},
{
question:
'A Product Owner wants advice from the Scrum Master about estimating work in Scrum. Which of these is the guideline that a Scrum Master should give?',
Expand Down Expand Up @@ -2671,17 +2650,6 @@ export const questions: Question[] = [
],
correctAnswer: [3]
},
{
question: 'The Sprint Review is time-boxed to?',
answers: [
'4 hours',
'8 hours',
'As long as needed',
'1 hour',
'4 hours for a monthly Sprint. For shorter Sprints it is usually shorter.'
],
correctAnswer: [5]
},
{
question: 'The Sprint Retrospective is time-boxed to:',
answers: [
Expand Down

0 comments on commit 4681645

Please sign in to comment.