Questions tagged [tin-can-api]

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.

131 questions
0
votes
1 answer

Verb not displaying from xAPI statement

when I send this sample statement the verb is not displaying when I view the information in the LRS. The actor and other information is displaying correctly. Can someone tell me what I might be doing wrong? Thank you.
John M.
  • 347
  • 1
  • 11
0
votes
1 answer

Trying to install Learning Locker - php artisan migrate

I am trying to install Learning Locker on Mac with OSX, I am using php55 installed with brew. I have done the following: $brew install php55 $brew install mcrypt $brew install php55-mcrypt I am at the step to run the migration, when I do I get the…
0
votes
1 answer

How does an LMS store users answers to SCORM package questions?

I am creating SCORM/Tincan packages from html/js and and testing using SCORM Cloud. I am unsure of how an LMS will store user data resulting from the usage of such a package. Do I need to provide extra coding with the package.. e.g. use certain api…
mikelus
  • 927
  • 11
  • 25
0
votes
0 answers

XHR, Windows Phone 8.1 & lost Authorization header

I am having a curious behaviour when it comes to XHR on a Windows phone (8.1, a Lumia 925). I'm using a javascript library to perform some XHR requests (the Tin Can JS library), and it performs a PUT to an external URL setting some headers. If I run…
0
votes
1 answer

Tin Can API based Android App using Appcelerator

can anyone share some links to learn how to develop android app using Titanium Appcelerator and Tin Can API from basics. I am basically a Flash actionscript developer and have knowledge about SCORM 2004/1.2 standards. I want to know how can I…
0
votes
1 answer

How to retrieve Tincan Statements sent to Scorm using php, to the WordPress Dashboard?

I have send the Tincan Statements to Scorm Cloud now how can i retrieve the statements from Scorm to my WordPress Dashboard? through this code $answer=$lrs->queryStatements(['agent' => $actor]); i can retrieve all the content but how to retrieve…
0
votes
1 answer

Tin Can Statements

I am a newbie of Tincan so can anyone guide me on this query? I am creating a tincan statement Plugin for my wordpress website. I took help from http://rusticisoftware.github.io/TinCanPHP/ to understand how to send the statements to the LRS and the…
0
votes
1 answer

University e-learning platform using Tin Can API and an LRS

I have a project where I aim to create a cross platform e-learning experience for my university. I plan to create it using HTML 5 and implement Tin Can/ Experience API but as it is relatively new I am unsure how to go about doing this. My end…
0
votes
1 answer

C# HttpWebRequest to Scorm Cloud always returning error 400 bad request

I am trying to post Tin Can Statements to a Scorm Cloud LRS via c# HttpWebRequest in JSON format. However I always get error 400. The authentication is correct so what is wrong with the JSON? I have tried encoding as UTF8 also and still no dice Here…
0
votes
2 answers

Is it possible to filter statements by Team in Tin Can?

I'm recording statements to the LRS and in each of those statements I always set the "Team" property. I know I'm able to filter those statements by verb, activity and many other parameters as described here. However, I can't find a way to filter…
vitorsdcs
  • 682
  • 7
  • 32
0
votes
0 answers

ActivityProfile rest call when using TinCanAPI to update a leaderboard in tetris example

I am trying to update my LMS to be TinCanAPI compliant and while I have been able to capture the statements for the beginning and the end of the Tetris Example game I have been unable to update the ActivityProfile calls to highscores as I am unsure…
Jay
  • 3,012
  • 14
  • 48
  • 99
0
votes
0 answers

Tracking completion status from a list of TinCan courses

I in the process of trying to integrate the TinCan .NET wrapper into my LMS where a user can already upload courses in our own custom format, SCORM and coming now TinCan. I have managed to get the upload and playback of the TinCan working and I am…
Jay
  • 3,012
  • 14
  • 48
  • 99
0
votes
3 answers

what's SCORM and how to use it in Tin Can API?

I am new to the SCORM and Tin Can API. Can anyone explain me what's SCORM. how to generate statement with the SCORM cloud credentials. Thanks in advance...
0
votes
0 answers

Adding a script tag and script to window.open

In my LMS I have the code below used to display a SCORM player window: window.open("@Model.SCORMStartPage", "SCORM", "width=1140,height=760,toolbar=0,menubar=0,location=0,status=1,scrollbars=1,resizable=1,left=0,top=0"); I now need to adapt this…
Jay
  • 3,012
  • 14
  • 48
  • 99
0
votes
0 answers

Javascript error alert message fired before call to NewStatement is complete

I have the following Javascript code contained on the click event of an upload button where I want to record an xAPI statement. I have put a breakpoint on my Admin/NewStatement method and although it is hitting it the page is always displaying the…
Jay
  • 3,012
  • 14
  • 48
  • 99
1 2 3
8
9