April 2020
Intermediate to advanced
716 pages
18h 55m
English
We will have to extend both the enrollment APIs and the enrollment view implementation to allow students first to complete lessons, and then the whole course. We will add a lesson complete API in the backend and use this API in the frontend to mark a lesson as complete when the user performs this action. In the following sections, we will add this API, then modify the Enrollment component to use this API, and visually indicate which lessons are complete.