You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to prevent users from inadvertently/intentionally manually completing a module by navigating to the completion page.
Goals
Prevent users from manually navigating to ?completed=true without having actually completed the module.
Implementation
When the completion page loads, re-fetch the user's module completion details, and redirect them to their latest incomplete lesson if they haven't completed the entire module.
The text was updated successfully, but these errors were encountered:
Summary
We want to prevent users from inadvertently/intentionally manually completing a module by navigating to the completion page.
Goals
?completed=true
without having actually completed the module.Implementation
When the completion page loads, re-fetch the user's module completion details, and redirect them to their latest incomplete lesson if they haven't completed the entire module.
The text was updated successfully, but these errors were encountered: