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

Trying to pull certain data pieces of an LRS record, need catch-try assistance

I have a script that is 90% complete and working. I'm using the older code for getting LRS statements. It is the one that uses tincan.js. I am trying to pull down and parse the following: Actor, verb, object, timestamp and the id under…
John M.
  • 347
  • 1
  • 11
0
votes
2 answers

ADL LRS saves statement but responds with HTTP 500

I've installed ADL LRS following README.txt on https://github.com/adlnet/ADL_LRS. I'm testing it with TincanJS (https://github.com/RusticiSoftware/TinCanJS) with following code, statement gets saved but response code is 500. lrs = new TinCan.LRS( …
kursat
  • 1,059
  • 5
  • 15
  • 32
0
votes
1 answer

Can i filter my tin-can-statements with score parameter?

I 'm implementing a course with javascript which sends tin-can-api statements to an LRS. When i use the getStatements function to get some back, it seems I cannot use the parameter score in order to retrieve only the statements with a specific…
0
votes
1 answer

xAPI specification: Activities of type cmi.interaction - 'numeric'

Regarding the possible response patterns for the numeric interaction type, my understanding is that there are four possible combinations: '2[:]4' // would mean a minimum of 2 and a maximum of 4 (response in the range of 2 to 4 would be correct) '4'…
Grant_Bailey
  • 308
  • 1
  • 2
  • 13
0
votes
1 answer

How to hide or protect auth credentials in interactions with an LRS

I'm using xapiwrapper.min.js and files like it to send statements to an LRS. My own file containing javascript is called init.js and is shown below. Init.js is referenced from my other main html5 files. As you look further down in my init.js file…
John M.
  • 347
  • 1
  • 11
0
votes
1 answer

custom property in LRS & Tincan API

is it possible to add custom property to "Actor" via Tincan API to save it in LRS. Detail: i am using Learning Locker as LRS system & Tincan API of Drupal & as its known there are 3 object inside the statement record that is saved in LRS which are…
0
votes
1 answer

Tin Can PHP library: Person object

My question relates to the Tin Can PHP API library's Person object and what use may be made of it. The library's Person object is (so far as I understand) an implementation of the Agents Resource in Part 3 Section 2.4 of the xAPI specification…
Grant_Bailey
  • 308
  • 1
  • 2
  • 13
0
votes
0 answers

Retrieving xAPI statement records not working

I am trying to retrieve records from an LRS and I'm using code that previously worked fine. Now when I try it and look at the console it says "Uncaught ReferenceError: TinCan is not defined" for lines 12, 20 and 71. I do have the tincan.js file in…
John M.
  • 347
  • 1
  • 11
0
votes
0 answers

tin can API or xAPI send statement to the LRS

I am using tin can api or xAPI and I tried this javascript code to send a JSON statement to the LRS and it's worked correctly but I have a problem I need to send specific record like the URL that opened in the window browser or any record but it…
manao
  • 5
  • 4
0
votes
0 answers

xAPI doesn't always send launch statements

I have a small application with two pages. After the login page, the first page is a table of contents with a list of videos from which the user can select a youtube video of their choice. When the user selects a video from the sidebar menu they are…
John M.
  • 347
  • 1
  • 11
0
votes
1 answer

Every system TinCan Conformant is necessarily SCORM conformant?

As TinCan is an upgrade of SCORM, can we consider the following as a fact: A system (LMS) that accepts TinCan objects should necessarily accept SCORM Objects? and If so, do we necessarily loose the tracking ability in this case, or we could…
Yazid Erman
  • 1,166
  • 1
  • 13
  • 24
0
votes
1 answer

What's the relation between Facebook Activity Streams and the Tin Can API?

A long time ago I did a project using the Facebook SDK in which you could pull data from Facebook about your users using a noun, verb, object format; for example, John Miller made a smoothie; or Jane Rosin likes the Beatles. I believe it used the…
leeand00
  • 25,510
  • 39
  • 140
  • 297
0
votes
1 answer

Questions within questions for tin can api?

Does Tin Can API support questions within questions? If so, what would be the specification for passing data to an LRS? I was thinking of adding ID's to each sub question.
timothyylim
  • 1,399
  • 2
  • 14
  • 32
0
votes
0 answers

Trying to make my xAPI statement dynamic

I have an application where someone logs in with their full name and email address. I capture that information with HTML5's local storage. I want to then use xAPI Youtube Video tracker to send messages to the LRS. I'm having trouble with the code…
John M.
  • 347
  • 1
  • 11
0
votes
1 answer

Get data from different LMS with tincan API

How can I get data from several LMS (Moodle, Blackboard etc) with Tincan API (LRS) ? To be specific I want to get at least these infomation Student info, Teachers info, Sessions info, Classes info, Courses info I also need to know the…
1 2 3
8 9