Rise slide does not report anything useful to LMS using xAPI

Aug 09, 2022

I have a Rise course embedded in my LMS (Learnupon) using xAPI.  I have a slide in this course that has a button stack with 10 buttons (labelled 1 to 10) that allows the user to rate the course by selecting one of these buttons, and I place this slide as the very last slide after the final exam.  Since this slide is the final slide, the destination of each of the buttons is to exit the course.

I run the course in the LMS and it behaves properly, but I can see only one statement being logged in my LMS (see below), but it doesn't contain anything useful like which button was clicked.  Is there any way to get the system to send more information about what the user did to the LMS?

Thank you.

{
"id": "5ff94af7-b785-4580-adbc-90bc3ff77290",
"timestamp": "2022-08-09T08:40:05.015Z",
"actor": {
"objectType": "Agent",
"mbox": "mailto:test@vizrt.com",
"name": "Test User"
},
"verb": {
"id": "http://adlnet.gov/expapi/verbs/experienced",
"display": {
"en-US": "experienced"
}
},
"context": {
"registration": "8f0d0f9e-2e00-4b44-b42c-8ea03b9e80e3"
},
"object": {
"id": "http://LHkv-0aEsV7lOeRgNFuHVkaIvarTNFsI_rise/KCOXRmiPnmvnB7S3l1BeX-43Gfqlr_6p",
"objectType": "Activity",
"definition": {
"type": "http://adlnet.gov/expapi/activities/module"
}
},
"stored": "2022-08-09T08:41:48.639Z",
"authority": {
"objectType": "Agent",
"account": {
"homePage": "https://sample-lrs-ovohamm.lrs.io/keys/Learnupon test",
"name": "Learnupon test"
}
}
}

 

1 Reply