The LMS tag is for questions about Learning Management Systems. LMS questions must be programming-related and must include a tag for the specific LMS software you are asking about.
Questions tagged [lms]
100 questions
8
votes
0 answers
Not a valid editable requirement. It should either be a path to a local project or a VCS URL
I have been using open-EDX (LMS) - (Juniper Version) Devstack Installation for Ubuntu 18.04 (which uses Docker Containers). I recently git cloned edx-proctoring into the place where I am using Devstack such that my folder structure would be…

TheRiddler
- 81
- 1
- 2
3
votes
1 answer
SAKAI Cannot Deploy to TOMCAT
I am trying to setup sakai on my local machine, these steps when I reached the steps on Compile Sakai Source Code I was able to run mvn clean install with 'BUILD SUCCESS' output, but when I ran
mvn clean install sakai:deploy…

Adeolu Temitope Olofintuyi
- 131
- 10
2
votes
0 answers
SCORM Player in Javascript or React
I have faced problem to play a scorm package in React. I don't found any working package in react to view the scorm file. If anyone provide any link link or doc it would be great help

SaimumIslam27
- 971
- 1
- 8
- 14
1
vote
0 answers
Canvas LMS LTI 1.3 sections from an external tool
I’m looking for a way to update my Canvas LMS integrated external tool (LTI 1.3) with the currently active course sections.
Currently, I'm receiving each user's active sections (name and id) as a custom field defined in the developer…

Gal Katz
- 11
- 1
1
vote
0 answers
SCORM : Developing SCORM player using ASP.NET MVC c#
I am at the initial stage of developing a SCORM player using MVC ASP.Net. How to use SCORM in ASP.Net MVC.
Please provide some assistance in developing the player on MVC Website. I also need help on the Integrating part.
The following sample was…

Hasithaw
- 11
- 1
- 3
1
vote
1 answer
Adding least squares and LMS lines to a plot
I have loaded the data set Animals2 from the package library (robustbase), and I am interested on working with the logarithm of these data.
library(robustbase)
x<-log(Animals2)
plot(x, main="Plot Animals2", col="darkgreen")
Now I need to add the…

nils
- 25
- 5
1
vote
1 answer
Dynamic images in LMS reports
I work on LMS reports in Plateau Report Designer, and for a recent report I have to include one of three embedded images dynamically - in accordance to a value that I get in a certain column. Is this doable at all? I can influence images in the…

NMujkanovic
- 11
- 1
1
vote
2 answers
SQL ad-hoc report of ALL users not completed a course
Hya Gang!
I am very close to figuring out a report I can run ad hoc to find all our users who have not enrolled in a course. I do have a report for enrolled people that have not completed the course, but this search is not finding a given student…

DKeeler
- 33
- 3
1
vote
2 answers
Wordpress how to change a page URL?
Image of the website for which I want to change the URL:
I have a plugin called tutor LMS in WordPress and I customized a lot of things but the only thing which I am unable to customize is the URL, It is calling a template called…

Arpan Hanuman
- 11
- 2
1
vote
0 answers
In SCORM 2004 (4th ed.) why do the rollup processes use all children of an activity instead of only Available Children?
Since the Select Children Process [SR.1] only defines behavior for selection happening exactly once, all unavailable children can never have any attempt data. Yet the pseudocode for all the rollup processes (Measure Rollup Process [RB.1.1 a],…

Alan Plum
- 10,814
- 4
- 40
- 57
1
vote
2 answers
Get WooCommerce products from specific category
I am trying to insert a WooCommerce element to display "products" (courses) from a specific category into a page.
I had also to hide these products for this specific category and it worked as expected. I just added a a filter inside functions.php…

Maramal
- 3,145
- 9
- 46
- 90
1
vote
0 answers
webView not loading scorm content
I have to load scorm content in my WebView.but failed load content and webview throws an error alert saying.. "unable to acquire LMs api content may not play properly and results may not be recorded"
below is my code
webview.setWebViewClient(new…

Basit Ali
- 81
- 10
1
vote
1 answer
How can I start and view a zoom meeting with python Django and zoom api?
I'm trying to create a LMS system with Django and I need to be able start and view zoom meetings from the website using zoom api. I found a python library called zoomus for python to connect to the api but they don't give any documentation. does…

Sumeth Sathnindu
- 323
- 4
- 15
1
vote
1 answer
How do I design my Learning Management System so that it is compliant with SCORM?
I am developing an LMS from scratch and have been making research about it but still stuck with these unanswered questions that I hope you help me with.
What features of the LMS make it SCORM compliant?
I have chosen to use mongoDB but I'm still…

Enoch Kaxada
- 13
- 4
1
vote
1 answer
Can I auto enroll users into LearnDash course after passing another course with certain result?
I am looking for a way to unlock a LearnDash course based on the user's results from all quizzes in a prerequisite course.
I have bought the LearnDash Adaptive Learning Pro plugin supposed to do the job, but it is not working with the latest version…

Mariyan Hristov
- 21
- 3