diff options
author | 2021-05-11 10:08:40 -0300 | |
---|---|---|
committer | 2021-05-11 10:08:40 -0300 | |
commit | fa0f365acebfdef1130330dc2835945e9da3a69b (patch) | |
tree | 094659d47bcea6ff16e753707ffdb75687b21cb1 | |
parent | fix original copy paste error in math question (diff) |
add one more correct answer to science (q328)
-rw-r--r-- | bot/resources/evergreen/trivia_quiz.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/resources/evergreen/trivia_quiz.json b/bot/resources/evergreen/trivia_quiz.json index 1e85542f..774c235a 100644 --- a/bot/resources/evergreen/trivia_quiz.json +++ b/bot/resources/evergreen/trivia_quiz.json @@ -592,7 +592,7 @@ { "id": 328, "question": "Which law states that the global entropy in a closed system can only increase?", - "answer": "second law of thermodynamics" + "answer": "second law, second law of thermodynamics" }, { "id": 329, |