adlnet / xAPIWrapper

Wrapper to simplify communication to an LRS
https://adlnet.gov/projects/xapi/
Apache License 2.0
214 stars 114 forks source link

Not possible to set contextActivities.grouping via addGroupingActivity() #153

Closed brian-learningpool closed 4 years ago

brian-learningpool commented 5 years ago

It is not possible to set contextActivities.grouping for a statement via addGroupingActivity() due to this line in prepareStatement() always setting it to the LRS grouping: https://github.com/adlnet/xAPIWrapper/blob/master/src/xapiwrapper.js#L290