Forum Discussion
Publishing as xAPI - seeing xAPI comments by default
Agree, it would be great to toggle on/off (default off). This especially affects users where the LRS vendor charges based on number of statements or API requests per month (or has a max), or they're running their own LRS and pay for the storage and database directly.
With one client using Veracity, we were able to ignore all of the "experienced" statements for each slide navigation in a particular LRS by using a VQL script.
All Management Tools > Saved Scripts and Queries
{
filter:{
"verb.id":{$ne:"http://adlnet.gov/expapi/verbs/experienced"}
},
process:[]
}
Note that this applies to all statements coming into that LRS, but for this use case it saves on a lot of cruft.
I'm very glad to see customizable xAPI now, though! Hope that feature keeps seeing updates/improvements.