Questions tagged [xapi]

xAPI is an eLearning specification that makes it possible to collect data about the wide range of experiences a person has within online and offline training activities. xAPI’s use of a shared format for both the receiving and sending of data makes xAPI an ideal tool for sharing learning between multiple systems.

The Experience API (xAPI) is a technical specification that aims to facilitate the documentation and communication of learning experiences. It specifies a structure to describe learning experiences and defines how these descriptions can be exchanged electronically.

Useful Links


Related tags :

47 questions
7
votes
1 answer

Uncaught DOMException: Failed to construct 'Worker': Script at papaparse.mi.js

I tried to play with importing CSV data as xAPI Statement in LRS. I tired to followed the step stated. But i cannot fletch the data. It throws a error." Uncaught DOMException: Failed to construct 'Worker': Script atUncaught DOMException: Failed to…
text
  • 93
  • 1
  • 1
  • 5
7
votes
4 answers

xAPI / Tin Can to LRS to LMS

I am trying to better understand how xAPI / Tin Can works (I'm going to call it xAPI henceforth) Previously I was developing for a SCORM 1.2 LMS where there were 'records' such as: Raw Attempts, Status and Raw Score for each content package. The LMS…
Zze
  • 18,229
  • 13
  • 85
  • 118
3
votes
1 answer

What is Assignable Unit in cmi5 spec?

A bit introduction, I'm trying to create a LMS that will launch cmi5 course. But, I've trouble in understanding about cmi5 package and some other terms. Here I would like to ask/clarify several points to make it clear. I've seen TinCan/xAPI sample…
prowse
  • 158
  • 8
1
vote
0 answers

TinCan course not recording completion in cornerstone LMS

Trying to upload a articulate 360 xapi published course into cornerstone LMS. As first step Published the course with basic settings reporting to LMS and tracking on passing the quiz at 80%. At Content level there are 2 checkboxes in Cornerstone LMS…
chaitra
  • 11
  • 1
1
vote
1 answer

How to create POST Request in Ruby

I have functionality where I need send delivery payload with static basic token and additional header. scope = "xapi:read" # some require xapi:read, some require xapi:all client_auth_header = "Basic " client_version_header =…
Mag
  • 49
  • 2
1
vote
1 answer

Sending xAPI statements to an LRS

I'm trying to send xAPI statements from an "Activity Provider" to the ADL LRS live demo. The goal is to implement this from my C# .NET application, but I was having trouble implementing it so I tried running a simple POST request from JMeter. I do…
KitKatKit
  • 115
  • 3
1
vote
0 answers

Xapi does not work in Android device but works on Unity editor

I have an app that uses XAPI to send determined information to a database and display it, When I run the app in the Unity editor on the computer the XAPI communication works perfectly, but when I put the APK in my mobile it does not send the…
Msanzn
  • 11
  • 2
1
vote
1 answer

How to fetch seamarks with Overpass API?

I have currently managed to fetch seamarks:type=harbours with XAPI but I found out that XAPI is outdated now and it is better to use Overpass API. My problem is I have no idea how to convert my search from XAPI to Overpass API. This is my XAPI…
Fiphe
  • 320
  • 3
  • 18
1
vote
0 answers

Issue with caching and unsafe Etag? Storyline / xAPIWrapper / LMS related

I'm having an issue with an xAPI package (published from Articulate Storyline). I added a custom JavaScript file that contains the minified xAPI wrapper as well as some custom JavaScript functions to send xAPI statements. This functionality works as…
1
vote
1 answer

How to connect Adobe Captivate XApi course with YetAnalytics or LRS (Learning record system)?

I am trying to connect my Adobe Captivate XApi course to the LRS (YetAnalytics). I have very less information as to what should i add in this code of tc-onfig.js in the course files: // Pre-configured LRSes that should receive data, added to what is…
1
vote
1 answer

Resume from TinCan (without LMS)

I am trying to use the storyline resume option on my system. I have my own system to process the storyline parameters, and it works properly. To launch the storyline presentation I send this URL -…
Abi C
  • 11
  • 1
1
vote
0 answers

Implement xApi technologie in an Angular project

Currently working with the xApi technology and I’m facing some issues. In fact, I want to use xApi in an Angular project, in order to follow every the actions of a user on a website (Account creation, delete …). My problem, is that i couldn’t find…
1
vote
2 answers

Converting Scorm's lesson_location into its xAPI equivalent

I have a SCORM package which stores the current location the learner is on the content as follows API.LMSSetValue("cmi.core.lesson_location", currentPage); I would want set the current location of the user in its tin Can Xapi version as well. But I…
Rohit Kumar
  • 1,777
  • 2
  • 13
  • 26
1
vote
1 answer

Why does my JSON Schema appear to not validate a child object correctly?

Given the JSON and Schema below, actor.mbox, actor.member[0].objectType and actor.member[0].mbox should all fail. They do not. There must be something wrong in my schema. I think I have narrowed it to something dealing with the IdGroup definition…
dmcquay
  • 167
  • 2
  • 11
0
votes
0 answers

How to integrate the course package (xAPI) exported from Articulate in a customized LMS and track the course completion status, etc?

I'm very new to xAPI and would like to have some advice on integrating a course package exported from Articulate(https://articulate.com/) using xAPI. The following steps are carried out or tested and it's okay to view the course Create a course in…
khet
  • 95
  • 11
1
2 3 4