aboutsummaryrefslogtreecommitdiffstats
path: root/bot/resources
diff options
context:
space:
mode:
authorGravatar L3viathan <[email protected]>2024-04-02 15:05:13 +0200
committerGravatar L3viathan <[email protected]>2024-04-02 15:05:13 +0200
commitdb7c0d1213fc4161201c7863b11d65895a6d5bf7 (patch)
tree7f9d78f0a79005c3a5f45d10bb99f1ef088e8e6c /bot/resources
parentBump lxml from 5.1.1 to 5.2.0 (#1496) (diff)
Trivia quiz: Fix question about surrogate codepoints
Diffstat (limited to 'bot/resources')
-rw-r--r--bot/resources/fun/trivia_quiz.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/resources/fun/trivia_quiz.json b/bot/resources/fun/trivia_quiz.json
index 1e69d934..1802ad2b 100644
--- a/bot/resources/fun/trivia_quiz.json
+++ b/bot/resources/fun/trivia_quiz.json
@@ -723,8 +723,8 @@
},
{
"id": 423,
- "question": "What is the name for unicode codepoints that do not fit into 16 bits?",
- "answer": "surrogates"
+ "question": "What kind of characters are needed in UTF-16 to encode unicode codepoints outside the BMP?",
+ "answer": ["surrogates", "surrogate"]
},
{
"id": 424,