Open
Description
Create a component that would quiz the user, giving:
- a question (which can be HTML - use ng-content)
- A list of answers, one of which is correct
After the user choses an option, correct answer is displayed in place of the question.
The API can get a bit tricky here, so I would recommend posting the API design first before implementing.