an e-learning software specification that allows learning content and learning systems to speak to each other in a manner that records and tracks all types of learning experiences.
Questions tagged [tin-can-api]
131 questions
0
votes
1 answer
Getting progress returned in xApi statements
I'm looking for some information on launched xApi packages.
If I launch a package from my own app and follow the course through to the end, in my LRS I can see statement detailing that I started, attempted, experienced and passed an activity, but…

DarkW1nter
- 2,933
- 11
- 67
- 120
0
votes
1 answer
Getting xAPI statements from an xAPI package
I'm trying to get my head around the workings of an xAPI package authored in Rise which has been supplied to me so I can build a test PoC app.
I can see the functions built into the index.html page, and that things like progress and quiz scores are…

DarkW1nter
- 2,933
- 11
- 67
- 120
0
votes
3 answers
SCORM authoring tool
Im starting a new project. The aim of the project is to create a e-authoring tool for building courses in SCORM Complaint. Im new to this domain and I have little idea on this. I have taken a view on authoring tool in Articulate, which my customer…

Akhil Gopan
- 121
- 1
- 1
- 16
0
votes
0 answers
Install Learning Locker on AWS EC2 and got error 404
I installed Learning Locker using Community AMI on AWS and the system said that it successfully build and running and I can connect to my server using ssh, but when I access public DNS of my instance I always get error 404 not found, and my server…

Hendri Triwanto
- 23
- 7
0
votes
1 answer
Insert and execute code on existing PDF files
I have learned about Tin Can API and it said it can track almost all learning activities including reading a PDF file, so does anybody know how to do that?
Is there a way to insert some code (maybe JavaScript or C#) which then send xAPI Statement to…

Hendri Triwanto
- 23
- 7
0
votes
1 answer
Unity C# webRequest with JSON& xAPI
I'm implementing an xAPI test article within Unity using c# with UnityWebRequest and have run into an issue that i can't seem to resolve.
When i Post to http://httpbin.org/post my calls function as expected and the JSON data recieved by the server…

Reahreic
- 596
- 2
- 7
- 26
0
votes
0 answers
XAPI: how to query for a Team (aka tin can api, experience api)
I am trying to retrieve statements based off the context.team (which is an Actor of objectType "Group"). I know that although the query says "agent=..." groups can fit in,…

olliaroa
- 71
- 7
0
votes
1 answer
How to get details such as score, correct answer from package running with tincan?
I have a tincan package by which I play the activities, from the package I need to get the score is it possible?

Mahalakshmi Saravanan
- 295
- 1
- 3
- 16
0
votes
1 answer
get h5p interactive quiz result
I had make a interactive quiz with module h5p on Drupal 7. Now, I would like to know how I can get the user's result ? I found that I can use TinCan API to do that but I cannot find any guide on internet.
Thank you.

NGUYEN VO Bao Trung
- 3
- 1
- 5
0
votes
1 answer
Search TinCan Verbs
Is it possible to filter/search for verbs containing some text in the ID using TinCan?
I.e. below I want to find all verbs that start with a particular ID in the URL?
Or do I have to download all of them and filter?
lrs.queryStatements(
…

beek
- 3,522
- 8
- 33
- 86
0
votes
1 answer
Tracking xAPI (TINCAN) remote content
I was going through the tincan api. We have multiple 3rd party vendors which might support tincan api based content.
Can tincan content being hosted on some LMS (other) be tracked on my own LMS?

rohitpal
- 455
- 1
- 6
- 21
0
votes
1 answer
Need Help to implement Tincan Javascript API
I'm working on tincan JavaScript API. The issue my data format is total change and TinCan have specified a why to pass data along with call. Help me to adjust my data in TinCan Api format. Here is sample data one of my call.
var data = {
"groupId":…

Noman Rauf
- 41
- 6
0
votes
1 answer
Tincanjs how to delete the statement statement in lrs
I would like to ask a question, tincanapi lrs how to delete the statement, I now use the tincanjs I see the document seems to only access and access, and did not delete and modify, would like to ask how to delete
0
votes
1 answer
How to perform Cross Origin request with TinCan.js
I have an LRS set up on scorm cloud, and I'm setting up an LRS object as follows using tincan-min.js:
lrs = new TinCan.LRS(
{
endpoint: "https://cloud.scorm.com/tc/xxxxxxxxxx/",
username: "me@example.com",
password:…

User99345
- 21
- 4
0
votes
1 answer
How can I make extensions part of statement dynamic?
There is one part of sending statements that has me stumped. In the first group of code I'm setting some variables that I then successfully use to send the statement. Everything works except when I try and do this for 'extension.'
I set variables…

John M.
- 347
- 1
- 11