Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 659 Bytes

File metadata and controls

11 lines (7 loc) · 659 Bytes

Team Exercise Aug 8, 2024

What is this?

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.

Exercise Parameters

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"