xAPI Wrapper Tutorial

Step 4 - Capturing additional learner interactions

Now that we've worked out how to capture the final assessment information, we are going to take what we learned from building statements and integrate that knowledge with capturing other learner interactions.

We've added a function "answered" to capture the "result" of a question when it is answered or changed.

The jQuery javascript library has also been added to assist in document traversal and event handling.



After you choose an answer or click submit, you can verify a statement has been sent to the LRS using the Statement Viewer.

« Step 3 || Step 5 »