Questions tagged [lrs]

Learning Record Store

LRS is a data store system for Tin Can api.It can be use to continuously record the actions of a learner .

34 questions
0
votes
1 answer

VeracityLearning LRS (LRS.io) local installation

I'm trying to install the Veracity Learning LRS locally (on Windows). I followed this guide exactly, and MongoDB is installed and running with no apparent problems. However, I get a strange TypeError when I try to save the configuration: Console: …
KitKatKit
  • 115
  • 3
0
votes
2 answers

I always get 401 unauthorized response with xAPI for Learning Locker using community EC2 AMI machine

I've configured Learning Locker on AWS EC2 and using the already build community AMI with Ubuntu 16.04. I can access the URL and can login into the system and play with it. I went in and created the client and using the default organization. I'm…
Imran Zahoor
  • 2,521
  • 1
  • 28
  • 38
0
votes
1 answer

How to query LRS by agent via javascript

I feel like I've tried everything, but I keep coming up short. I am working on a course in Storyline 360, and I am able to return statements just fine when using verbs and object IDs, but no matter what I do to try and return statements for a…
dogtuna
  • 3
  • 1
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
0
votes
0 answers

Fetching statements from LRS by timestamp

Fetching statements with the use of pipeline and curl, usually all good unless it is timestamp field. I've seen examples of how to query by timestamp on Learning Locker but it does not work for me. $pipeline = '[ {"$project": {"statement":…
0
votes
0 answers

create dynamic schema in mongo database

How to assign the dynamic data in mongo db json object { "actor" : {"mbox" : "mailto:tom@example.com"}, "verb" : {"id" : "http://adlnet.gov/expapi/verbs/answered", "display" : {"en-US" : "answered"}}, "object" : {"id" :…
Karthi
  • 102
  • 1
  • 12
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
1 answer

Playing a SCORM or xAPI content package

I want to create a xAPI compatible LMS which would share data from a LRS. I wanted my UI to be completely separate from LMS ie I want LMS as REST services but I am unable to find a way to play/view SCORM or xAPI content files yet. Can please someone…
rohitpal
  • 455
  • 1
  • 6
  • 21
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
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

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

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…
0
votes
1 answer

Generate statements for LRS in Android

I have to send information to a LRS retrieved from some xAPI content using an Android application. Is there some libraries or "best practices" that helps to create these statements?
Mark
  • 399
  • 4
  • 12
0
votes
1 answer

Tacking offline data with xAPI

I would like to download a course and work offline on that course. How can I track my results? I would like to record all my progress(slides that I viewed, quiz results, time for each content....), for example saving them on a file or a database,…
Mark
  • 399
  • 4
  • 12