I am running an external tin can course (articulate) in our own LMS , linking to Learning Locker, and I set the actor and credentials on launch, after which the statements come from the course .... but I want to link each statement to the course details in our LMS.
I get statements like below, where the LMS set the actor and the course set the object and verb. I'd like to pass context and authority in from the LMS on course launch, can I do that?
{
"version": "1.0.0",
"verb": {
"id": "http://adlnet.gov/expapi/verbs/experienced"
},
"context": {
"contextActivities": {
"grouping": [
{
"objectType": "Activity",
"id": "http://6PCAD2rmvIQ_course_id"
}
],
"parent": [
{
"objectType": "Activity",
"id": "http://6PCAD2rmvIQ_course_id"
}
]
}
},
"actor": {
"objectType": "Agent",
"name": "sid 10",
"account": {
"homePage": "http://joetest36.elearning247.com/",
"name": "sid 10"
}
},
"object": {
"objectType": "Activity",
"definition": {
"name": {
"und": "During the Sale"
},
"type": "http://adlnet.gov/expapi/activities/module",
"description": {
"und": "During the Sale"
}
},
"id": "http://6PCAD2rmvIQ_course_id/5yrWoliCjIl"
},
"id": "e0a75987-7556-4208-ab2c-b8307333736a",
"authority": {
"objectType": "Agent",
"name": "New Client",
"mbox": "mailto:he...@learninglocker.net"
},
"stored": "2016-04-21T16:28:58.811600+00:00",
"timestamp": "2016-04-21T16:28:58.811600+00:00"
}