The Chalk engineering team often does small coding exercises together to compare solutions that we may come up with for a problem. These exercises are scoped to be completed in an hour or less.
Build out an interactive CLI for a quiz game. User should be able to choose an answer to each question. There should be a total of five questions and the results should be displayed at the end of the game. This is the API you should use https://opentdb.com/ its freely available and doesn't require an API key. Outside of those parameters the implementation is totally up each person"