Closed nachocinalli closed 5 months ago
The xAPI is sending a statement with the verb "resumed" on the initial launch, whereas it should be "attempted."
Should send "attempted"
It is sending 'resumed' because this.get('state').length is undefined
Related to this, we had an already resolved issue
:tada: This issue has been resolved in version 1.1.7 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
The xAPI is sending a statement with the verb "resumed" on the initial launch, whereas it should be "attempted."
Steps to reproduce
Expected behaviour
Should send "attempted"
Actual behaviour
It is sending 'resumed' because this.get('state').length is undefined
Related to this, we had an already resolved issue