You’d need to save that lesson in the User data type, or the course/lesson data type that was assigned to the user.
So let’s say you have the following DB structure:
User data type
Course data type
Level1Complete: Yes/No
Level 2Complete: Yes/No
So you’d save those DB entries as “Yes” when the User completes a level.
Does that make sense?
Tal
Learn Bubble @ Nocodify
1 Like