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
1
vote
2 answers

Unable to connect to the LRS using the .NET Tin Can Library

I am trying to use the .NET TinCan Library for use within my own Learning Management System. I have included the TinCan 0.0.2 Nuget package in my application and uploaded the GolfExample_TCAPI test course. The GolfExample course loads at the…
Jay
  • 3,012
  • 14
  • 48
  • 99
1
vote
1 answer

how can we retrieve the publicly stored statements from Tin Can API?

what Tin Can API can do other than storing the state of the agent and how can we retrieve the publicly stored statements from Tin Can API Thanks in advance
1
vote
1 answer

Anyone get Articulate Storyline to have TinCan designate a custom URL for its endpoint?

Their documentation says you can augment the tincan.xml file in the root like so : http://my.lms.com/TCActivityProvider/story.html ?endpoint=http%3A%2F%2Fmy.lms.com%2Flrs%2Fendpoint%2F …
Trip
  • 26,756
  • 46
  • 158
  • 277
1
vote
1 answer

Change DB in ADL LRS settings

I have set up the ADL LRS on a ubuntu server. By default it uses the Postgresql database. I have a simple question, How can I change the database? In place of Postgresql, I may want to use MySql, SQLite or MongoDB. As per this article we can do that…
1
vote
1 answer

Python django LRS could not set up. File not found error

I am using ADL LRS to setup a LRS(Learning Record Store) system for my own use. It uses TIN CAN API. I am using ubuntu server As the documentation states, For the setup of LRS, I need to install django adn set it up for LRS. The adl_lrs folder…
ashutosh
  • 1,192
  • 5
  • 22
  • 46
1
vote
1 answer

Implement LRS With Tin Can API for iPhone

I have to create a project in iPhone which uses the Tin Can API. The Tin Can API is an advanced distributed learning process. I have no idea about where to start in Objective-C. I have read the site http://tincanapi.com. For implementation, I have…
pallavi_ios
  • 107
  • 1
  • 3
  • 13
0
votes
2 answers

How to instantly inform completion status of iFramed xApi content to parent LMS?

I am trying to show xApi AU (assignable unit) content using HTML iFrame in our portal (custom LMS - Learning Management System). HTML Iframe would pass LRS (Learning Record Store) parameters like below to launch AU which is working.
SamJackSon
  • 1,071
  • 14
  • 19
0
votes
1 answer

How to utilize xapi or scorm content packages

I am coding an LMS. Backend and UI is almost ready. Our first intention was to code our own content studio but using existing studios are way quicker. We want to use rise and rise gives the following exports: This is a github repo of xapi and scorm…
isa türk
  • 707
  • 1
  • 10
  • 20
0
votes
1 answer

Iframed content communicate with LMS via SCORM / xAPI?

Having worked with e-learning authoring tools in the past, I'm a bit familiar with SCORM but not in great detail, and recently have heard of Tin Can / xAPI. In how those often relate to LMS's, I'm familiar with the concept of uploading a zipped…
jmq
  • 2,359
  • 18
  • 32
0
votes
1 answer

Open xAPI content at last bookmarked slide

I am currently opening xAPI content in our own LMS. We do not use a LRS but store statements in our own database. This will change soon as we want to build our own LRS. When opening content, I build a string comprising the content, endpoint auth…
DarkW1nter
  • 2,933
  • 11
  • 67
  • 120
0
votes
1 answer

Tin-can LRS query Statements can not grab my data

I use Tin Can query to grab my scorm. I want to grab which name = "Ming" but I would show all student.... I use API step by step,I don't know what's wrong? this is my data: this is my code:
samurai
  • 101
  • 1
  • 13
0
votes
0 answers

Open an xAPI package and show previously completed percentage and complete slides ticked

Following on from this post where I asked how to start an xAPI package at the point where a user left off (and kindly answered by @brian-j-miller) it has become apparent that I need something slightly different. The client has asked that, on…
DarkW1nter
  • 2,933
  • 11
  • 67
  • 120
0
votes
1 answer

Open xAPI package at the point where the user left off

After successfully launching our xAPI based LMS I now have a requirement to launch any package at the point where the user last viewed it. So for example if the package contains 20 slides, we have already recorded the id of each slide opened and…
DarkW1nter
  • 2,933
  • 11
  • 67
  • 120
0
votes
0 answers

ADL xapi launch

I currently try to understand how the adl launch algorithm works. I've found the great tutorial by ht2labs (https://github.com/LearningLocker/xapi-demos) and the corresponding videos (https://vimeo.com/272792141 and https://vimeo.com/272792152). The…
bembix
  • 13
  • 4
0
votes
1 answer

Launch xApi (TinCan) package at LMS with oAuth on LRS

What url parameters needs to launch xApi (TinCan api) package with oAuth authorization on LRS? I found only examples with basic auth: ?endpoint=https://lrs.example.com/xAPI/ &auth=Basic%20efnkn4kn3jk3nfkwefoew &actor={"name": "username", "mbox":…
zen
  • 980
  • 6
  • 18
1 2 3
8 9