We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/adaptlearning/adapt-contrib-branching/blob/fb3ebe73e1130943b0a3754b894f427c6842b29b/js/adapt-contrib-branching.js#L152C3-L162C4
This function works well for components but is also called on blocks. It should calculate correctly on blocks.
The text was updated successfully, but these errors were encountered:
Fix: Correctly calculate effective completion on blocks (fixes #63)
c4d105b
Fix: Correctly calculate effective completion on blocks (fixes #63) (#64
220aadd
) * Fix: Correctly calculate effective completion on blocks (fixes #63) * Changed variable names for clarity
Chore(release): 1.3.3 [skip ci]
0378a2f
## [1.3.3](v1.3.2...v1.3.3) (2024-09-02) ### Fix * Correctly calculate effective completion on blocks (fixes #63) (#64) ([220aadd](220aadd)), closes [#63](#63) [#64](#64) [#63](#63)
🎉 This issue has been resolved in version 1.3.3 🎉
The release is available on GitHub release
Your semantic-release bot 📦🚀
Sorry, something went wrong.
oliverfoster
Successfully merging a pull request may close this issue.
Subject of the issue
https://github.com/adaptlearning/adapt-contrib-branching/blob/fb3ebe73e1130943b0a3754b894f427c6842b29b/js/adapt-contrib-branching.js#L152C3-L162C4
This function works well for components but is also called on blocks. It should calculate correctly on blocks.
The text was updated successfully, but these errors were encountered: