Skip to content

Commit 7b5b13b

Browse files
committed
add questions
1 parent 042c242 commit 7b5b13b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/quiz.ts

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2519,6 +2519,29 @@ const questionList = [
25192519
'Scrum is both an incremental and iterative agile way of delivering work.',
25202520
answers: ['True', 'False'],
25212521
correctAnswer: [1]
2522+
},
2523+
{
2524+
question: 'What is Scrum founded on?',
2525+
answers: [
2526+
'Lean Thinking and Scientific Management',
2527+
'Just In Time Principles and Rapid Application Development',
2528+
'Empiricism and Lean Thinking',
2529+
'Extreme Management and Lean Canvas',
2530+
'Adaptive Learning and Agility'
2531+
],
2532+
correctAnswer: [3]
2533+
},
2534+
{
2535+
question:
2536+
'Which Scrum value is manifested when an information radiator such as a burndown, burnup, or cumulative flow chart is made available so that everyone can see it?',
2537+
answers: [
2538+
'Adaptation',
2539+
'Simplicity',
2540+
'Openness',
2541+
'Transparency',
2542+
'Communication'
2543+
],
2544+
correctAnswer: [3]
25222545
}
25232546
]
25242547

0 commit comments

Comments
 (0)