I made an interactive video involving questions/answers and embedded the same in my web application. Now, I would like to know how I can get the user's result ? I found that I can use TinCan API to do that but I am using Python 3.7 version which is not supported by TinCan. Please suggest how i can get and store the user's response data (xAPI statements) in the application backend(SQL).

1

There are 1 best solutions below

0
On

xAPI specifies that the statements are JSON, so your SQL backend could simply store that string.

But effectively, storing the user's data means you want to create an LRS - a learning record store. Some information: https://xapi.com/building-a-learning-record-store