Integrating the Proctor into the Boundary — QuizManager
Let's integrate our proctor with the quiz manager.
We'll cover the following...
Removing quizzes
In the boundary manager, we need only to remove quizzes once the proctor is through with them. That’s pretty trivial. First, add this API to ... ...