Skip to content

Commit 3676657

Browse files
committed
Duplicates
1 parent db1827e commit 3676657

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/data/questions.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -727,16 +727,6 @@ export const questions: Question[] = [
727727
],
728728
correctAnswer: [1]
729729
},
730-
{
731-
question:
732-
'What is the tactic a Scrum Master should use to divide a group of 100 people into multiple Development Teams?',
733-
answers: [
734-
'Create teams based on their skills across multiple layers (such as database, UI, etc.)',
735-
'Ask the Product Owner to assign the people to teams.',
736-
'Ask the developers to divide themselves into teams.'
737-
],
738-
correctAnswer: [3]
739-
},
740730
{
741731
question:
742732
'A product Increment must be released to production at the end of each Sprint.',

0 commit comments

Comments
 (0)