-
Notifications
You must be signed in to change notification settings - Fork 21
Course Progress Calculations
Richard Salas edited this page Dec 10, 2024
·
1 revision
If the user has an existing outcome record for the course then the course is considered complete. It should be noted that when total progress milestones are completed, this does not mean the course is completed.
If the user does not have an existing outcome record for the course then the course is considered 'in progress'.
This is calculated by summing all of the most recent activity records total_time column (represents seconds) and then dividing the sum by 3600 seconds to convert to hours.