We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2f179 commit 1417debCopy full SHA for 1417deb
src/data/questions.ts
@@ -2150,17 +2150,6 @@ export const questions: Question[] = [
2150
],
2151
correctAnswer: [1, 3, 4]
2152
},
2153
- {
2154
- question: 'The timebox for a Daily Scrum is?',
2155
- answers: [
2156
- '15 minutes.',
2157
- '15 minutes for a 4-week sprint. For shorter Sprints it is usually shorter.',
2158
- 'Two minutes per person.',
2159
- '4 hours.',
2160
- 'The same time of day every day.'
2161
- ],
2162
- correctAnswer: [1]
2163
- },
2164
{
2165
question: 'The three pillars of empiricism are:',
2166
answers: [
0 commit comments