import React, {Fragment} from 'react';
const easyQuiz = {
"quizTitle": "Trail Cam Quiz: Easy",
"questions": [
{
"question": What animal is this?
,
"questionType": "text",
"answers": [
"Black bear",
"Common wombat",
"Raccoon",
"White-tailed deer"
],
"correctAnswer": "1"
},
{
"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",
"Red squirrel",
"Southern flying squirrel"
],
"correctAnswer": "3"
},
{
"question": What animal is this?
,
"questionType": "text",
"answers": [
"American Crow",
"Black Vulture",
"Turkey Vulture",
"Northern Raven"
],
"correctAnswer": "3"
},
{
"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",
"Fisher",
"Long-tailed weasel",
"Mink"
],
"correctAnswer": "1"
},
{
"question": What animal is this?
,
"questionType": "text",
"answers": [
"American Robin",
"Hermit Thrush",
"Mourning Dove",
"Wood Thrush"
],
"correctAnswer": "1"
},
{
"question": What animal is this?
,
"questionType": "text",
"answers": [
"Black bear",
"Common wombat",
"Raccoon",
"White-tailed deer"
],
"correctAnswer": "1"
},
{
"question": What animal is this?
,
"questionType": "text",
"answers": [
"Bobcat",
"Domestic cat",
"Lynx",
"Serval"
],
"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",
"Flying squirrel",
"Least chipmunk",
"Red squirrel"
],
"correctAnswer": "1"
},
{
"question": What animal is this?
,
"questionType": "text",
"answers": [
"Eastern chipmunk",
"Flying squirrel",
"Least chipmunk",
"Red squirrel"
],
"correctAnswer": "1"
},
{
"question": What animal is this?
,
"questionType": "text",
"answers": [
"Raccoon",
"Striped skunk",
"Virginia opossum",
"Woodchuck"
],
"correctAnswer": "1"
},
{
"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": [
"American badger",
"Raccoon",
"Striped skunk",
"Virginia opossum"
],
"correctAnswer": "3"
},
{
"question": What animal is this?
,
"questionType": "text",
"answers": [
"Elk",
"Moose",
"Mule deer",
"White-tailed deer"
],
"correctAnswer": "4"
},
{
"question": What animal is this?
,
"questionType": "text",
"answers": [
"Elk",
"Moose",
"Mule deer",
"White-tailed deer"
],
"correctAnswer": "4"
},
{
"question": What animal is this?
,
"questionType": "text",
"answers": [
"Elk",
"Moose",
"Mule deer",
"White-tailed deer"
],
"correctAnswer": "4"
},
]
}
export default easyQuiz;