Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next button is disabled when the page is complete #66

Closed
chris-steele opened this issue Jun 10, 2024 · 0 comments
Closed

Next button is disabled when the page is complete #66

chris-steele opened this issue Jun 10, 2024 · 0 comments

Comments

@chris-steele
Copy link
Contributor

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:

  • 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)
chris-steele added a commit that referenced this issue Jun 10, 2024
github-actions bot pushed a commit that referenced this issue Jun 10, 2024
## [3.1.4](v3.1.3...v3.1.4) (2024-06-10)

### Fix

* next button disabled when page complete (fixes #66) ([09262e5](09262e5)), closes [#66](#66)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant