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
1 answer

How to integrate offline Unity simulation with Canvas LMS

Im thinking xAPI would be the way to go here (though need to research more). Seems like LTI not the way, as this is more like an exercise than a separate app? Seems SCORM would require the simulation to be HTML and embedded in the LMS? We are using…
0
votes
1 answer

User comments on course page on frontend in Tutor LMS

In wordpress, on the frontend, in Tutor LMS on a course page, how can we have a section(at the bottom) where users can comment; like in Learpress? Please help!
0
votes
2 answers

Trying to add a Motoko snippet to an edX page and only the HTML is being parsed

This is the current snippet that is not running any of the Motoko scripts in edX when inserted onto a page. All that is being parsed currently is the Html part. Are the scripts pointing to the correct file locations or have I done something wrong…
0
votes
1 answer

Tutor LMS How to get Linked Product from course id or post id

Is there a way to get a linked Woocommerce product given the course id? I understand that the course id is the same as the post id. I want to display linked products on the course detail page add_filter( 'the_content',…
Karue Benson Karue
  • 957
  • 12
  • 26
0
votes
1 answer

Retrieving values from Brightspace LMS using SCORM API

I'm trying to use the SCORM API provided by SCORM.com / Rustici here (https://scorm.com/scorm-explained/technical-scorm/run-time/), to retrieve some values from the Brightspace LMS. The values I'm interested in are the student's name, student's…
jasonC
  • 347
  • 1
  • 3
  • 13
0
votes
1 answer

problem installing canvas on ubuntu,Bundler could not find compatible versions for gem "bundler"

I'm trying to install canvas lms , but I have faced with the following issue. Any help. enter image description hereplease Bundler could not find compatible versions for gem "bundler": In Gemfile: bundler (>= 2.2.17, <= 2.2.24) Current Bundler…
0
votes
1 answer

In SCORM 2004 (4th ed.) when are Available Children meant to be selected and randomized?

The pseudocode for the Select Children Process [SR.1] and Randomize Children Process [SR.2] heavily suggests these processes are meant to be run multiple times although for SR.1 no behavior is defined when selection is meant to occur…
Alan Plum
  • 10,814
  • 4
  • 40
  • 57
0
votes
1 answer

ImagickException: Zero size image string passed

Following Error occurred. How to resolve this? You must set the policy of ImageMagick to allow PDF read. See override default ImageMagick policy.xml ImagickException: Zero size image string passed in…
0
votes
1 answer

In SCORM 2004 (4th ed), why does a choice navigation to a cluster activity change the Current Activity?

The SCORM 2004 4th Edition pseudocode handles the case for a choice request (SB.2.9, steps 12 onward) like so: If the target activity is a leaf activity Then Exit Choice Sequencing Request Process (Delivery Request: the target activity;…
Alan Plum
  • 10,814
  • 4
  • 40
  • 57
0
votes
1 answer

How can I mark a course as completed for a specific user in LearnDash? I want a function that will mark all lessons, topics, quizzes as complete

I found the "learndash_mark_complete" but it shows a button to complete. I want to complete it programatically for a few users in a few courses
Yash Ranka
  • 13
  • 3
0
votes
1 answer

Get all products from one category by name in angular

We are new to angular and building a LMS app and need to get all products from one category by name. We have sample code in backend and angular frontend as below Backend product.js file connecting to mysql router.get('/category/:catName', (req, res)…
0
votes
1 answer

Need to send scores back to LMS from teacher end using ims-lti gem

Hi I am using this gem for my ruby based application , And I want to send the scores back to the LMS , but the problem is in my platform a teacher can grade the assignments now I want to send the scores back to the LMS when the teacher view the…
0
votes
1 answer

Hide select in Drupal

I added a Language custom field ( a taxonomy term ) to my user entity and another entity (Activity). This field can have 2 values, English and French. (User can have both, activity can only have one) On the Activities view, i added an exposed filter…
0
votes
0 answers

Lifter LMS Sections: Create a page for sections

As far as I understand, Lifter LMS structures the content in: Courses > Sections > Lessons I can't find a way to add data (ie: Show a page) to a section, my goal is to be able to create a Section page so user can track their progress in that…
0
votes
0 answers

Scorm 1.2 is not supported in Chamilo with Unity

I am a student trainee and my company wants to use chamilo to publish language courses using Scorm. Indeed, it uses Unity software to develop a course application. I used the GitHub project Unity-SCORM-Integration-Kit to generate a zip file of a…
islem
  • 1
  • 1