Implementing QuizSession

Let's finish making our second GenServer.

Answering a question

Now, a user can start a quiz with a start_link and a call to :select_question. What remains is to answer a question. We’ll enter them in lib/mastery/boundary/quiz_session.ex:

Get hands-on with 1200+ tech skills courses.