Test knowledge on a given quiz topic.
Usage
test_knowledge(quiz)
quiz: str
The quiz topic to test.
bool
True if the quiz was passed.
>>> test_knowledge("basics") True