import React, {Fragment} from 'react'; const advancedQuiz = { "quizTitle": "Trail Cam Quiz: Advanced", "questions": [ { "question": What animal is this?

, "questionType": "text", "answers": [ "American marten", "Fisher", "Long-tailed weasel", "Mink" ], "correctAnswer": "1" }, { "question": What animal is this?

, "questionType": "text", "answers": [ "American marten", "Ermine", "Long-tailed weasel", "Mink" ], "correctAnswer": "1" }, { "question": What animal is this?

, "questionType": "text", "answers": [ "American marten", "Fisher", "Long-tailed weasel", "Mink" ], "correctAnswer": "1" }, { "question": What animal is this?

, "questionType": "text", "answers": [ "American Robin", "Hermit Thrush", "Veery", "Wood Thrush" ], "correctAnswer": "1" }, { "question": What is in the marten's mouth?

, "questionType": "text", "answers": [ "American Woodcock", "Mourning Dove", "Rock Dove", "Ruffed Grouse" ], "correctAnswer": "1" }, { "question": What animal is this?

, "questionType": "text", "answers": [ "Black bear", "Raccoon", "Virginia opossum", "Woodchuck" ], "correctAnswer": "1" }, { "question": What animal is this?

, "questionType": "text", "answers": [ "Black bear", "Raccoon", "White-tailed deer", "Woodchuck" ], "correctAnswer": "1" }, { "question": What animal is this?

, "questionType": "text", "answers": [ "Coyote", "Domestic dog", "Gray fox", "Red fox" ], "correctAnswer": "1" }, { "question": What animal is this?

, "questionType": "text", "answers": [ "Eastern chipmunk", "Least chipmunk", "Red squirrel", "Thirteen-lined ground squirrel" ], "correctAnswer": "1" }, { "question": What animal is this?

, "questionType": "text", "answers": [ "Eastern chipmunk", "Eastern fox squirrel", "Eastern gray squirrel", "Red squirrel" ], "correctAnswer": "1" }, { "question": What animal is this?

, "questionType": "text", "answers": [ "American marten", "Fisher", "Long-tailed weasel", "Mink" ], "correctAnswer": "2" }, { "question": What animal is this?

, "questionType": "text", "answers": [ "American marten", "Fisher", "Long-tailed weasel", "Mink" ], "correctAnswer": "4" }, { "question": What animal is this?

, "questionType": "text", "answers": [ "Hermit Thrush", "Louisiana Waterthrush", "Ovenbird", "Northern Waterthrush" ], "correctAnswer": "3" }, { "question": What animal is this?

, "questionType": "text", "answers": [ "American beaver", "Muskrat", "Porcupine", "Woodchuck" ], "correctAnswer": "3" }, { "question": What animal is this?

, "questionType": "text", "answers": [ "American badger", "Raccoon", "Striped skunk", "Virginia opossum" ], "correctAnswer": "2" }, { "question": What animal is this?

, "questionType": "text", "answers": [ "Eastern fox squirrel", "Eastern gray squirrel", "Flying squirrel", "Red squirrel" ], "correctAnswer": "4" }, { "question": What animal is this?

, "questionType": "text", "answers": [ "American Woodcock", "Mourning Dove", "Rock Dove", "Ruffed Grouse" ], "correctAnswer": "4" }, { "question": What animal is this?

, "questionType": "text", "answers": [ "Eastern fox squirrel", "Eastern gray squirrel", "Flying squirrel", "Red squirrel" ], "correctAnswer": "3" }, { "question": What animal is this?

, "questionType": "text", "answers": [ "House mouse", "Meadow jumping mouse", "White-footed mouse", "Woodland jumping mouse" ], "correctAnswer": "3" }, { "question": What is in the marten's mouth?

, "questionType": "text", "answers": [ "Eastern chipmunk", "Flying squirrel", "White-footed mouse", "Norway rat" ], "correctAnswer": "2" }, ] } export default advancedQuiz;