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
2 changed files with 2 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ const advancedQuiz = {
"Eastern gray 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>,

View File

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