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

Its Possible to retrieve data from xAPI on Grassblade Plugin?

I have a question, I have been trying to extract data from the grass-blade plugin for WordPress, and I'm trying to retrieve the user ID, and activity ID, and add them to the API, is there a way that I can make it work? I'm doing this because we need…
0
votes
0 answers

In my Drupal 9, Opigno distribution, website; Where can I find where the "Manage Display" of my files are being overwritten?

I have a Drupal 9 website with an Opigno distribution. Opigno LMS has the following structure to learning: Training > Courses > Modules > Activities (ex. Quiz, or a YouTube video). I have structured my website as follows: Each Training has many…
0
votes
0 answers

Transform RGB color space to LMS color space

So I have been trying to convert an RGB color space to LMS space, apply certain color filters and then back to RGB space. Works fine with OpenCV and on images. Now, I need to apply such color filters on a Qt application or the elements in the…
Esash
  • 155
  • 2
  • 13
0
votes
1 answer

comparing watch times of video with watch time coming from app to avoid duplicate entries in db

{ "start":"0", "end":"5", }, { "start":"5", "end":"25", }, { "start":"20" ,"end":"50", }, { "start":"60" ,"end":"150", }, { "start":"40" ,"end":"60", }, { "start":"0", "end":"10", }, { …
user17984731
0
votes
0 answers

Editing The Tutor Dashboard

I added a custum link to the Tutor Dashboard it’s called “Marketing”. 1- I tried many times with the ‘documentation’ to add the icon to this custum link but it dosent work with me. 2- I use the AffiliateWP plugin and i want to add the affiliate page…
Awane
  • 1
0
votes
0 answers

How to customise Tutor LMS Quiz Pagination Section? As I want to give colour codes to unanswered questions

I am using Tutor LMS and I want to know how to customize Tutor LMS Quiz Pagination Section. As I want to give colour codes to unanswered questions! I was able to find the same functions in LearnDash LMS go by the name of review questions and I am…
winay
  • 1
  • 1
0
votes
1 answer

Moodle course images

I'm trying to customise Moodle - 4.O according to my requirements. I have installed My programs plugin so that we can create a program and add some courses into it. The thing is I want to display all the courses in the program as cards. The Course…
0
votes
1 answer

iSpring content on client's website is timing out, what should I look into?

I have a client who uses iSpring to export zip files of domain restricted presentations for use on a relatively simple custom built PHP/Javascript LMS site, however he's recently encountered issues with longer presentations seemingly timing out or…
V1xIII
  • 169
  • 1
  • 4
  • 14
0
votes
0 answers

Read & Parse a SCORM package to return course content via API in NodeJS

I am currently working on creating an NodeJS API endpoint which helps in unzip a zipped SCORM package and parse it's content. Return the course content after parsing the unzipped SCORM package. I don't know what is the structure of a SCORM package…
0
votes
1 answer

The cart item number gets over shadowed after being logged in

I customized wplms nav menu, now the cart item number inside gets overshadowed after logging in here's what the cart looks like: https://prnt.sc/uRFyFlSm5_vx (when logged in) here's what it looks like: https://prnt.sc/fl5n6ZccipJL (when logged…
0
votes
0 answers

Change database connection - Moodle

I have a moodle instance successfully running using AWS RDS (MySQL) as the database. For some reason had to change the RDS (MariaDB). so I tried the following steps: Took a backup of the working database (MySQL) Restored in the new RDS…
kallada
  • 1,829
  • 4
  • 33
  • 64
0
votes
0 answers

Learnpress Lesson restriction

Can we have lesson selection in order items model box of learnpress plugin !!! In order box its showing courses items i need to have lessons selection too. Help ! Tried changing function of course getting from db (file name…
0
votes
1 answer

how to obtain data argument to provide to mustache template in moodle

In moodle (4.0) I have the need to call $this->output->render_from_template('core_courseformat/local/content/section/cmlist', $sectionData); From within a renderer. The goal is to render the normal, native, cmlist component in a particular place on…
WillD
  • 5,170
  • 6
  • 27
  • 56
0
votes
0 answers

How to run SCORM package on the website built on Kentico?

I have a SCORM zip folder that contains modules for e-learning. SCORM should be integrated on the website built on Kentico, so the users should be able to pass the corporate e-learning courses and see the results. What modules or features are needed…
0
votes
0 answers

Woocommerce Cart Page : Warning: Invalid argument supplied for foreach() | When there is product bundle Warning Notice

My site uses LMS plugin and WooCommerce. On the cart page, when there is a product bundle, it will appear Warning: Invalid argument supplied for foreach() This invalid argument appears, to display the related courses (upsell) at the bottom of the…
Angga Ata
  • 1
  • 1