Adding a Start Link
Let's add a start link to our dynamic supervisor along with a function to take the quiz.
We'll cover the following...
Rather than starting our start_link
directly, our code will use the dynamic supervisor to start the code for us.
Defining the start_link
We’ll add this code below the ...