Questions tagged [learning-locker]

Learning Locker is an open source Learning Record Store developed by HT2 Labs. It has a very specific set of requirements that make it a fairly complex application to set up.

The Learning Locker application requires a fairly advanced knowledge of running Linux GNU script in order to install it. You can find a link to their website here with instructions on how to install the application here. They have an active support group here for anyone who needs application specific support.

18 questions
6
votes
2 answers

sudo service mongod start : mongod: unrecognized service

I'm testing learning locker which is based on MongoDB it's all inside a ubuntu14.04 docker https://hub.docker.com/r/hadyrashwan/learninglocker-ubuntu14.04/ . I got it to work but I can't start Mongodb automatically tried the repair command and…
Hady Rashwan
  • 356
  • 1
  • 6
  • 21
4
votes
1 answer

systemd service is inactive(dead)

[Service] Type = forking PIDFile = /var/run/learninglocker.pid ExecStart = /usr/bin/npm start WorkingDirectory = /opt/learninglocker User = root Group = root EnvironmentFile = /opt/learninglocker/environment StandardOutput = syslog StandardError =…
Balasekhar Nelli
  • 1,177
  • 4
  • 18
  • 30
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
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
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

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

How to Connect the mongo db LearningLocker_v2 using express and xapi with vtc-lrs package

I am new to xapi and i don't know to integrate the mongo db with the usage of express and vtc-lrs package. Here i am use the following link for reference npm package link My code is: var express = require('express'); var app = express(); var http =…
Karthi
  • 102
  • 1
  • 12
1
vote
1 answer

learning locker queryStatement using timestamp as a filter

I'm trying to query on statements stored in Learning Locker using TinCanPHP but I want to retrieve only the statements generated in a specific interval of time. For example, I want all the statements generated today. How can I do it?
Peter Rubi
  • 119
  • 1
  • 12
1
vote
1 answer

Learning locker LRS communication authentication

I have created a LRS server and created a client in Learning Locker. When a new client is created username and password is auto generated. But for LRS communication (statements) we need auth code. In docs its not specified to generate auth token for…
Arun Killu
  • 13,581
  • 5
  • 34
  • 61
0
votes
0 answers

learning locker connecting to server issue

enter image description here Showing There was an error communicating with the login server while we try to login learning locker LRS.
0
votes
1 answer

How xapi can Store historical data about learner?

I am currently exploring Learning locker and XAPI for one of our project needs .I could not figure out a way to store historical data about learners .We have use case where we need to generate report about learners from past one year or so .I…
Rajesh Kumar Dash
  • 2,203
  • 6
  • 28
  • 57
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

Learning locker statement forwarding

I have learning locker running locally in my computer and I would like to show the statements in an external website, this is easy with the dashboards as there is the option to have a link that can be put into an iframe, but when I do the same with…
Narry
  • 39
  • 4
0
votes
1 answer

Learning Locker xAPI returns unauthorised message when sending statement for valid credentials

Having set up a Client in Learning Locker and tested then tested xAPI with an about call, it returned the basic information. However, when I sent the xAPI a statement, instead it returned "unauthorised." I'm sure that the credentials are correct. …
Eric Hofer
  • 65
  • 7
0
votes
1 answer

Query Statements by Activity For Multiple Agents

Is there a way to query the LRS for an Activity based on a collection of Agents? Looking at the Learning Locker documentation it seems that you cannot query against a collection of Agents unless you had previously associated them with a Group. My…
hunter
  • 62,308
  • 19
  • 113
  • 113
1
2