This guide is assuming that you're using Learning Locker to examine the xAPI statements sent by Rapids.
First, use the query builder to locate the xAPI statement that you want to find. The easiest way to do this is to filter by actor and then by "answered" in the Did section. If you know the title of the question that you want to find the answer to, you can add that as a filter in the What section too.
Now locate the xAPI statement that you want to examine and click on it to expand it.
You will find the learner's inputted text under statement.result.response. It's highlighted in red in the statement below.
{
"stored": "2022-07-07T10:16:53.649Z",
"priority": "MEDIUM",
"active": true,
"completedForwardingQueue": [],
"failedForwardingLog": [],
"client": "5de63faa60c5ab38181dc998",
"lrs_id": "5de63faa60c5ab38181dc997",
"completedQueues": [
"STATEMENT_FORWARDING_QUEUE",
"STATEMENT_QUERYBUILDERCACHE_QUEUE",
"STATEMENT_PERSON_QUEUE",
"STATEMENT_JOURNEY_QUEUE",
"STATEMENT_FORWARDING_PERSONA_DEPENDENT_QUEUE"
],
"activities": [
"https://academy.thelpacademy.com/xapi/activity/resource/510828/widgets/1"
],
"hash": "cdee9627a4516f923a3eb2363027e2d5ee7f9f91",
"agents": [
"mailto:matt.watts@learningpool.com"
],
"statement": {
"authority": {
"objectType": "Agent",
"name": "New Client",
"mbox": "mailto:hello@learninglocker.net"
},
"stored": "2022-07-07T10:16:53.649Z",
"context": {
"registration": "ac4b0332-402f-43e7-bb49-66a06c6a4c5c"
},
"actor": {
"mbox": "mailto:matt.watts@learningpool.com",
"objectType": "Agent",
"name": "Matt Watts (Learning Pool)"
},
"timestamp": "2022-07-07T10:16:53.649Z",
"version": "1.0.0",
"id": "ee23295c-6e8a-4c32-88b2-7f7a53465347",
"result": {
"completion": true,
"response": "This is the response to the question."
},
"verb": {
"id": "http://adlnet.gov/expapi/verbs/answered",
"display": {
"en-US": "answered"
}
},
"object": {
"id": "https://academy.thelpacademy.com/xapi/activity/resource/510828/widgets/1",
"definition": {
"name": {
"en": "question"
},
"description": {
"en": ""
},
"type": "http://adlnet.gov/expapi/activities/question",
"interactionType": "long-fill-in"
},
"objectType": "Activity"
}
},
"hasGeneratedId": false,
"deadForwardingQueue": [],
"voided": false,
"verbs": [
"http://adlnet.gov/expapi/verbs/answered"
],
"personaIdentifier": "5e9eb86f93ce0e9fde204bdf",
"processingQueues": [],
"person": {
"_id": "5de6ca62e8c8990bc7eeff18",
"display": "Matt"
},
"__v": 1,
"timestamp": "2022-07-07T10:16:53.649Z",
"relatedActivities": [
"https://academy.thelpacademy.com/xapi/activity/resource/510828/widgets/1"
],
"relatedAgents": [
"mailto:matt.watts@learningpool.com",
"mailto:hello@learninglocker.net"
],
"organisation": "5ddfa9359718ae0b25399f10",
"_id": "62c6b2952bd9fd07075432b3",
"registrations": [
"ac4b0332-402f-43e7-bb49-66a06c6a4c5c"
],
"completedForwardingLog": [],
"pendingForwardingQueue": []
}