diff options
| author | 2019-04-17 15:33:36 +0100 | |
|---|---|---|
| committer | 2019-04-17 15:33:36 +0100 | |
| commit | fede9d040921392d8d02d1c210c3d1e12750710f (patch) | |
| tree | daad28f31e92605dbce0573494e68c4aa1e2b356 /bot/resources | |
| parent | Merge pull request #184 from RohanRadia/master (diff) | |
Update egghead_questions.json
- Fixed question "Who is considered to be the founder of Earth Day?"
- Fixed question "When was the first Earth Day?"
Diffstat (limited to 'bot/resources')
| -rw-r--r-- | bot/resources/easter/egghead_questions.json | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/bot/resources/easter/egghead_questions.json b/bot/resources/easter/egghead_questions.json index e4e21ebe..38df1615 100644 --- a/bot/resources/easter/egghead_questions.json +++ b/bot/resources/easter/egghead_questions.json @@ -47,7 +47,7 @@              "1999",              "1970"          ], -        "correct_answer": 2 +        "correct_answer": 3      },      {          "question": "Who is considered to be the founder of Earth Day?", @@ -55,7 +55,7 @@              "President Jimmy Carter",              "President John F. Kennedy",              "Vice President Al Gore", -            "Senator Gaylord Nelson" +            "John McConnell"          ],          "correct_answer": 3      }, @@ -178,4 +178,4 @@          ],          "correct_answer": 0      } -]
\ No newline at end of file +]  |