I do this in my app. I have a ‘courses’ thing and a ‘course chapter progress’ thing.
Courses has a list of Course Chapters (total chapter in a course, for example 5)
Course Chapter Progress - Stores the course and some other data and records are added as they complete chapters.
My progress bar just calculates the completed chapters vs total chapter in the course.