I’m experiencing an issue in an Evolve course where an assessment unlocks correctly during the first session, but becomes inaccessible after a learner closes the course without attempting the assessment and resumes via bookmarking (when relaunching from Workday)
-Course has 4 different learning paths
-Each path ends on a final page with a “Click here to take the assessment” button
-The Course Assessment extension is enabled
-Bookmarking and Content Locking extensions are enabled
-The assessment is intended to unlock once a learner completes (or views) the final page of any path
Logic being used is:
-A Boolean variable (AssessmentUnlocked, default = False)
Triggers that:
-Fire on Pages Viewed for the final page of each path
-Set AssessmentUnlocked = True
-Another trigger listening for Variables Changed (AssessmentUnlocked == True) which unlocks the assessment / enables access
-The final‑page button and the main menu assessment entry both rely on this unlocked state
Observed behaviour
-
Learner completes a path in one session
-
Final page button launches the assessment correctly
-
Learner closes the course before starting the assessment
-
Learner relaunches from the LMS and chooses “Resume where you left off”
-
All page progress is correctly restored
-
However:
-
The button on the final page no longer works
-
The assessment entry from the menu also does not work / appears locked
-