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
Next button is disabled when the page is complete - it should be enabled.
Example scenario, page ends with the following, in order:
block with MCQ (trickled)
block containing text+graphic (block and components are optional)
block with pageNav (optional)
When you answer the MCQ, Adapt looks at the page and sees that all non-optional content is complete and therefore marks the page as complete. Because trickle is in use the pageNav component hasn't rendered at the time the page completes. It subsequently renders and waits for the page's completion status to change before invoking this.model.setupItemsModel().
Your environment
v5.37.4
all devices and browsers (expected)
The text was updated successfully, but these errors were encountered:
Subject of the issue
Next button is disabled when the page is complete - it should be enabled.
Example scenario, page ends with the following, in order:
When you answer the MCQ, Adapt looks at the page and sees that all non-optional content is complete and therefore marks the page as complete. Because trickle is in use the pageNav component hasn't rendered at the time the page completes. It subsequently renders and waits for the page's completion status to change before invoking
this.model.setupItemsModel()
.Your environment
The text was updated successfully, but these errors were encountered: