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
2
votes
1 answer
Fetching statements from Learning Locker LRS using TinCan API
I am trying to execute queries on statements stored in Learning Locker via PHP and TinCanPHP API. Going by this answer, I was able to fetch a response from Learning Locker. Here is a part of the response:
TinCan\LRSResponse Object
(
[success]…

Poonam Anthony
- 1,848
- 3
- 17
- 27
2
votes
2 answers
Integrating SCORM courses or Tin Can API content into C# Custom LMS
I am part of a company that has created a Learning Management System in C# using ASP.Net, and I am researching how to integrate SCORM packages/content into this. Is there a library (preferably free) that allows me to plug existing SCORM packages…

Rhythm17
- 39
- 1
- 4
2
votes
1 answer
Learning Locker and SCORM-to-xAPI-Wrapper
I have two versions of Learning Locker installed. In one version the statements are received however I can't view any of my previous statements as LL seems to be stuck
When I use my new version of LL, no statements are received however I do get a…

Stephen
- 47
- 9
2
votes
1 answer
How tin-can-api works offline?
I am creating the ebook with some activities like quiz, puzzles using HTML5, CSS, JavaScript and Jquery. How to add Tin-Can into it. It should tract the action of reader and work offline.
As mention in Tin-Can API document API Doc, it works online…

R D
- 1,330
- 13
- 30
2
votes
3 answers
Resume in articulate with tin-can api
I am trying to implement this endpoint activities/state/?method=GET in my LRS - but I can not seem to get the resume functionality working. I have all the data, but not sure what does Articulate expect the LRS to return in order to resume where the…

bazz
- 613
- 4
- 10
2
votes
1 answer
does using tincan api and our own LRS make us SCORM compliant?
I'm really confused about SCORM and Tin Can API. A client wants to be SCORM compliant, and everything I've read up on seems to suggest that I should be using Tin Can API as a service. One reference from eFront stated that it took them nearly 18…

Brandon Runyon
- 231
- 1
- 4
- 14
2
votes
2 answers
How to execute a query on tin-can statements?
I am using Learning Locker (Learning Record Store).
I succeed inserting statements to it via the REST API.
But I did not succeed fetching statements from it.
How do I preform a query on statements? REST API?

Dikla Behor
- 65
- 7
2
votes
2 answers
Retrieving a list of Tin Can API statements from SCORM Cloud LRS
I have added a Tin Can course to my LMS and I am successfully able to upload and playback the course so that my statements are being written to the Initial Application Realm LRS. So far so good.
Now I want to be able to retrieve from the LRS a list…

Jay
- 3,012
- 14
- 48
- 99
2
votes
1 answer
Tin Can API and courses
I'm new to Tin Can API, I decided to begin with the tin can driver and i followed these steps http://tincanapi.com/driver-quickstart/ but what I can't find or understand is how can I add a pdf or a powerpoint to the content of the driver, I mean…

Youmna Habchy
- 107
- 2
- 4
- 17
2
votes
2 answers
How can I track user progress of an articulate presentation (SCORM/TinCan) using php
I have some SCORM or TinCan compliant presentations made using Articulate Studio or Articulate Storyline.
I want to integrate those presentations into a simple php LMS I made. I need to be able to track user progress. Right now I can tell when…

F. A
- 111
- 1
- 10
1
vote
0 answers
SCORM : Developing SCORM player using ASP.NET MVC c#
I am at the initial stage of developing a SCORM player using MVC ASP.Net. How to use SCORM in ASP.Net MVC.
Please provide some assistance in developing the player on MVC Website. I also need help on the Integrating part.
The following sample was…

Hasithaw
- 11
- 1
- 3
1
vote
1 answer
Unable to add "mbox" in actor of learning locker
I am working on a .NET core application and using learning locker. I am using TinCan API to communicate with learning locker. The code which i was using for creating the actor for learning locker statement was:
public Agent MakeActor(bool…

Waleed Naveed
- 2,293
- 2
- 29
- 57
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
1 answer
Angular 6 - Module not found: Error: Can't resolve 'http' in
I am trying to work with TinCanJS library in angular 6
github project
I installed the package using npm install tincanjs --save
I imported the files in angular.json as follow:
"scripts": [
…

Silagy
- 3,053
- 2
- 27
- 39
1
vote
1 answer
Can we update the data that have been sent already in the xApi
Initially I have done a post request for xApi containing some values(Score) under the verb.After successful api call it returns a token.
My question is can we update the same value(Score)?
If we can, please let me know.....!!!

Nandha
- 375
- 3
- 23