Merge pull request #69 from alDuncanson/feature/trail-cam-fixes

Fixed quiz answers.
This commit is contained in:
Alex Duncanson 2018-12-10 19:01:14 -05:00 committed by GitHub
commit 0d6186a3ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ const advancedQuiz = {
"Eastern gray squirrel", "Eastern gray squirrel",
"Red squirrel" "Red squirrel"
], ],
"correctAnswer": "1" "correctAnswer": "3"
}, },
{ {
"question": <Fragment>What animal is this?<br /><br /><img src="/quiz-images/advanced/question11.jpg" alt=""></img></Fragment>, "question": <Fragment>What animal is this?<br /><br /><img src="/quiz-images/advanced/question11.jpg" alt=""></img></Fragment>,

View File

@ -100,7 +100,7 @@ const intermediateQuiz = {
"Common Grackle", "Common Grackle",
"Common Raven" "Common Raven"
], ],
"correctAnswer": "1" "correctAnswer": "4"
}, },
{ {
"question": <Fragment>What animal is this?<br /><br /><img src="/quiz-images/intermediate/question10.jpg" alt=""></img></Fragment>, "question": <Fragment>What animal is this?<br /><br /><img src="/quiz-images/intermediate/question10.jpg" alt=""></img></Fragment>,