Forum Discussion
GregoryMoore
11 years agoCommunity Member
Storyline 2 xAPI Language Selection
When publishing out in a different language in storyline 2 it doesn't change the language type in the xAPI communications to that language. Outside of changing the xml files manually is there a way...
GregoryMoore
11 years agoCommunity Member
{"verb": {"id": "http://adlnet.gov/expapi/verbs/experienced"},"version": "1.0.0","timestamp": "2015-11-13T13:50:49.627171Z","object": {"definition": {"type": "http://adlnet.gov/expapi/activities/module","name": {"und": "Title","zh": "标题"},"description": {"und": "Title","zh": "标题"}},"id": "http://mybaseurl.com/ACDC_CTRL_L5/6K1eyh4C871","objectType": "Activity"},"actor": {"mbox": "mailto:me@me.com","name": "Me"},"stored": "2015-11-13T13:50:49.627171Z","authority": {"account": {"homePage": "-----------------","name": "------------------"},"objectType": "Agent"},"context": {"registration": "245432de-cc09-47e9-bb11-a28b24f4ea83","contextActivities": {"parent": [{"id": "http://mybaseurl.com/ACDC_CTRL_L5","objectType": "Activity"}],"grouping": [{"id": "http://mybaseurl.com/ACDC_CTRL_L5","objectType": "Activity"}]}},"id": "5623c900-7387-4b89-906f-d57081e47a3f"}
A quick solution or no clue if it is quick, but would work for my reporting would be using use the same verb you have now, but add the language type under the name and description of the activity object. I did a quick mockup here using chinese from an actual xAPI statement from Storyline. Because we are translating the page titles and such and we should be able to detect it fine. And if it is the same verb, it would help a ton for reporting and the scripts we are using to automate it all.