Questions tagged [lms]

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.

100 questions
0
votes
0 answers

How does course creation work in php and mysql

I am working on an E-learning application and by far I have completed many things from a simple admin to teacher chat system to a virtual live classroom in PHP and MySQL. Now came the most difficult part course creation and management operations…
user13594322
-1
votes
0 answers

Problem with LMS and Scorm 1.2 (angular and iSpring suite)

I'm having some issues with LMS and SCORM 1.2. I'm using a software (called iSpring) which generate a folder with a slideshow, starting from slides of powerpoint. I can include LMS 1.2 to that slideshow. All files needed are hosted on an s3 bucket.…
Raso
  • 1
  • 1
-1
votes
0 answers

SuccessFactors LMS - Disable Pending Trainings of Exited Employees

how to not show exited employees pending trainings in managers page? do not know what to do. raised a ticket with SAP but no positive results.
-1
votes
1 answer

How do I integrate xAPI or cmi5 in my Django application?

I have all the user's activity data like course completion data, course topic completion data, time spent on each topic and course, assessment data in MySQL database. But, I couldn't find the documentation/tutorial on integrating cmi5 (with/without…
-1
votes
1 answer

Hide Next Button until HTML video is not done playing

I recently launched an online tutor. I need a function when someone done with watching video lesson next button should populate until that it should remain hidden. Any help much appriciated Here's the code I am trying: const video =…
-1
votes
1 answer

Modelling a Gradebook

I am in the database design phase of my MERN app (I use Next.js instead of just React.js). My app is basically an LMS (learning management system where professors can put assignments, tests, resources, etc etc. Students can access those, do it and…
SSubedi
  • 79
  • 1
  • 11
-1
votes
1 answer

JavaScript for "Do you want to leave this site? Leave or Stay"

Currently, I'm using this code:- window.addEventListener('beforeunload', (event) => { event.preventDefault(); event.returnValue = ''; }); But it does not appear what I want. What else JavaScript code available?
-1
votes
1 answer

can video/audio or other multimedia streaming work without an SSL certificate

I have an app which I have uploaded on the web now It is an E-learning application which requires video/audio or other multimedia streaming features e.g. It will have video chat and virtual classroom feature. Now the thing is that I have heard from,…
user13594322
-2
votes
0 answers

Issue in "Tutor LMS" plugin in wordpress

Hello, I was creating a course using the Tutor LMS plugin in WordPress. The course was successfully created, and the page containing its information was accessible. However, when clicking on the "Start Learning" button, the screen where I could take…
-2
votes
1 answer

How can one edit the size of the course image?

I have currently uploaded a course image to go along with the description and the title of the course however the image while it is 720x380p is displaying as a very small image. I Don't understand why. Image for reference
1 2 3 4 5 6
7