-
-
Notifications
You must be signed in to change notification settings - Fork 256
Description
Description
Add 30 to 70 (tbd, we're making the q/a pairs currently as we speak) new question/answer pairs to the Python category. They will range from easier topics such as dunder methods for container classes, to harder and more obscure ones like whether __prepare__
in a metaclass should be an instance, static, or class method.
The subsequent PR, if this issue is approved, will also add some more possible answers to some of the past questions.
We'll do this once in a while to keep on expanding our quiz command database, since everyone memorized the answers already ;P (looking at you, ConfusedReptile.)
Reasoning
We are a Python server after all, and .quiz
is a minigame command that's actually used every now and then. So why not expand the database for Python questions?
Proposed Implementation
I've programmed .quiz
2.0 (the new version when #726 was created) so that inserting new q/a pairs is trivially easy - just modify the JSON with according key-value pairs :P
Would you like to implement this yourself?
- Anyone can contribute questions, and at the end I'll make a PR