Forum Discussion

mpereiraTFF's avatar
mpereiraTFF
New Member
4 years ago

How to filter xAPI data (JSON)

Hello,

I am wondering how I can filter xAPI data that is in JSON format. An xAPI statement contains an actor, verb and object. See here: https://xapi.com/statements-101/

 

There are optional fields like "Results" that can be used to store how a user/learner answered a question. Below is a link to a xlsx file with example data. I want to be able to add multiple filters to see how users/learners answered.

https://www.dropbox.com/scl/fi/wznnjeb56u8c8kwuqij1e/xapi-example.xlsx?dl=0&rlkey=kk5op69xth9vw4avr54gni0xi

 

Example:

How many learners answered "A" for question #2 that answered "B" for question #3. The issue when filtering is that learner response for all questions, in this case, questions #2 and #3 are all in the same column. I have worked around this by summarizing tables to get the actor and response then filter the summarized table to only see the results for question #3. This allows me to use slicers, but is very inefficient. We want to be able to filter on all of the data. Is there a better way to achieve this? How have others solved this challenge when working with JSON data?

 

Thanks in advance for all of the help!

-Matt

3 Replies