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
The framework uses 0-based tracking IDs: https://github.com/adaptlearning/adapt_framework/blob/master/grunt/helpers/data/Language.js#L239
This module will identify a block with _trackingId:0 as having no ID due to this line: https://github.com/adapt-security/adapt-authoring-spoortracking/blob/master/lib/SpoorTrackingModule.js#L33 and subsequently convert it to _trackingId:1. This will cause a runtime error if there is another block which already has _trackingId:1
_trackingId:0
_trackingId:1
No response
See above
master
The text was updated successfully, but these errors were encountered:
Fixed in 71dcf07
Sorry, something went wrong.
chris-steele
No branches or pull requests
What happened?
The framework uses 0-based tracking IDs: https://github.com/adaptlearning/adapt_framework/blob/master/grunt/helpers/data/Language.js#L239
This module will identify a block with
_trackingId:0
as having no ID due to this line: https://github.com/adapt-security/adapt-authoring-spoortracking/blob/master/lib/SpoorTrackingModule.js#L33 and subsequently convert it to_trackingId:1
. This will cause a runtime error if there is another block which already has_trackingId:1
Expected behaviour
No response
Steps to reproduce
See above
Authoring tool version
master
Framework version
master
What browsers are you seeing the problem on?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: