|
|
|
@ -98,7 +98,5 @@ object QuestionStub {
|
|
|
|
|
question1, question2, question3, question4, question5, question6, question7, question8, question9, question10
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
val allQuestionsShuffled: List<Question> = listOf(
|
|
|
|
|
question1, question2, question3, question4, question5, question6, question7, question8, question9, question10
|
|
|
|
|
).shuffled()
|
|
|
|
|
val shuffleRandomQuestions: List<Question> = allQuestions.shuffled().take(10)
|
|
|
|
|
}
|