...

/

Implementing QuizSession

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 ...