cgkineo / adapt-pageNav

Navigation bar component (quicknav clone)
GNU General Public License v3.0
6 stars 4 forks source link

Next button is disabled when the page is complete #66

Closed chris-steele closed 3 months ago

chris-steele commented 3 months ago

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