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

Learning Locker: php artisan migrate trouble

I've been following the below link for quite some days now and I'm having trouble executing each steps but successfully found a solution for each and every one of them but unfortunately I couldn't find a solution when I executed the command "php…
0
votes
3 answers

Import Error: cannot import name MultiPartParser

I'm trying to deploy the ADL_LRS 0.90. I did the following: sudo apt-get install python sudo apt-get install python-django sudo apt-get install git sudo apt-get install fabric sudo apt-get install python-setuptools libmysqlclient-dev python-dev…
0
votes
1 answer

Authorizing xAPI interactions through Javascript triggers against my LRS

I've constructed a course in Storyline2, and defined several triggers via javascript as xAPI (tincan) activities. I have an LRS endpoint link and authorization token, but I'm yet to understand where these credentials should be embedded in order for…
-3
votes
2 answers

Longest repeating sequence using linq only

As the title says i have a task to find the longest repeating sequence in a string and it has to be done with linq only - no ifs, no loop, no try, assignment is only allowed on initialization of variables, recursion is allowed. I've found the…
Daniel
  • 1
  • 1
1 2
3