Integrating MasteryPersistence into Mastery
Let’s learn to integrate our new mix project into Mastery, beginning with configuring Mastery to use this project repository.
Now, it’s time to finish up the integration. First, let’s think about what needs to happen for Mastery to work with our tiny external persistence project. We’ll specify the dependency and modify QuizSession.answer_question
to take an extra configurable function that will actually persist a response. Here’s our checklist:
-
Configure the project to use a ...