Quiz questions should have one clearly correct answer. The wrong options should be obviously wrong. This might feel too easy, but that’s intentional. The goal of questions is to ensure users engage with the content, not to test them or make them spend time distinguishing between similar options.Documentation Index
Fetch the complete documentation index at: https://docs.codecrafters.io/llms.txt
Use this file to discover all available pages before exploring further.
Bad Example
Question: How is the stringOKencoded in RESP?
+OK\r\n✅+OK\l\n+OK\n
Good Example
Question: How is the stringOKencoded in RESP?
+OK\r\n✅OKOK-\r\n+
The correct answer is clear if you’ve read the content. The wrong options have
obvious problems like wrong prefix position or missing prefix entirely.