## test_knowledge()


Test knowledge on a given quiz topic.


Usage


``` python
test_knowledge(quiz)
```


## Parameters


`quiz: str`  
The quiz topic to test.


## Returns


`bool`  
True if the quiz was passed.


## Examples

``` python
>>> test_knowledge("basics")
```

True
