diff options
| author | 2021-05-13 08:49:41 -0400 | |
|---|---|---|
| committer | 2021-05-13 08:49:41 -0400 | |
| commit | b125a1ab1cdb8355d6c4c5225f1b048ca760e957 (patch) | |
| tree | 30e6a0ac0fed5e3423f6e15562b61055db853762 /bot/resources/evergreen | |
| parent | fix 4th copy paste error (diff) | |
change the unsolvable math question to a linalg question
Diffstat (limited to 'bot/resources/evergreen')
| -rw-r--r-- | bot/resources/evergreen/trivia_quiz.json | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/bot/resources/evergreen/trivia_quiz.json b/bot/resources/evergreen/trivia_quiz.json index 3a907de1..94082849 100644 --- a/bot/resources/evergreen/trivia_quiz.json +++ b/bot/resources/evergreen/trivia_quiz.json @@ -417,8 +417,8 @@      },      {        "id": 225, -      "question": "Prove or disprove the Riemann Hypothesis", -      "answer": "" +      "question": "A matrix multiplied by its inverse matrix equals...", +      "answer": "the identity matrix, identity matrix"      },      {        "id": 226, | 
