lms
Here are 293 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
We need a clear design guide how to properly generate an own theme.
Also only ONE place to save would be nice.
As stated in:
https://support.chamilo.org/projects/chamilo-18/wiki/Design_conventions
CSS files¶
CSS files MUST be placed in their own folder in app/Resources/public/css/themes/{theme}/ and MUST be named by l
-
Updated
Mar 7, 2018 - JavaScript
Is your feature request related to a problem? Please describe.
Not a problem at all ;) It would be good to have an option to silent the output of tutor related with docker-compose.
Describe the solution you'd like
I'd like to have an option (maybe --quiet, --silent, -s) to silent status of containers.
Additional context
In our specific case we are running command in a cronjob
Is your feature request related to a problem? Please describe.
Adding "completion date" on the Learner Management Page would enhance the teacher's ability to see when courses were completed easily and quickly.
Describe the solution you'd like
Add "Completed Date" to Learner Management Page
-
Updated
Apr 30, 2020 - PHP
-
Updated
Apr 30, 2020 - PHP
"could add the human-friendly labels you just added this week (e.g. SU201819)"
Same method of adding that we do for the two parts of the UI recently but make sure it's on the section list page. With how annoying the drupal view template would be to modify it might be better to just make it a OPA
-
Updated
Sep 9, 2019 - PHP
I'm trying to develop an addon for LearnPress, but the documentation isn't updated and it's very weak, doesn't explain basics nor give any link for code examples.
For instance, How to create an addon shows code that doesn't even work anymore (the function learn_press_addon_register doesn't exist).
Maybe
-
Updated
May 15, 2020 - C#
When Show extra code is checked, the guide's extra code is shown first and then the exercise's extra code is appended to it.
A guide's extra code might be used in many exercises but not all of them, and showing all of it when it's not needed adds confusion to the exercise.
This guide could benefit from this feature; I'
We should write some documentation along the lines of what StackOverflow has written on the topic, and then present it in some form on the same page.
-
Updated
Apr 24, 2019 - Python
In README.md the process of registering o365 with a Moodle application is described.
However it is not working for me in Moodle 3.8+. I got an Authentication_Unauthorized error because the tenant ID was missing.
The process to fix it was described here:
http://get-cmd.com/?p=4949
All I had to do was to add the Tenant ID in the powershell script in L17:
Connect-AzureAD -TenantId XXXX-XXXX-
Dear Developers,
I tried to deploy OpenOlat within a tomcat 8 environment. Unfortunately all docs provided refer to OpenOlat version 10.x which seems to be far away from the current 14.1 version.
Can you please provide a more recent documentation with an additional focus on deployment, rather then running OpenOlat within eclipse.
I also really like to contribute to docs, if I'm able to o
Reproduction Steps
Open a lesson in lesson editor(Not course builder)
Enable prerequisites and try to select a lesson. You'll notice all lessons from different courses show up as well
Expected Behavior
Meant to show the lessons in the current course as a prerequisite
Actual Behavior
Shows all lessons in all courses
HS-119847
-
Updated
Apr 30, 2020 - PHP
Feature Request
Is your feature request related to a problem or unsupported use case? Please describe.
The API url is hardcoded at call sites in Richie (like fetch('/api/v1.0/whatever')). We're probably not going to change this or increment versions any time soon but it's generally cleaner if this is a constant.
Describe the solution you'd like
Use a constant, probably set in
Feature Request
Is your feature request related to a problem or unsupported use case? Please describe.
The make bootstrap command fails when launched via a root user or with sudo. We need to fail early, nicely and explain what is the problem of running Docker with a root user instead of failing with a difficult error after screwing up the user's file system.
See this discussion for
-
Updated
May 21, 2020 - C
It looks like the current SSL configuration allows TLS 1.0, 1.1 and 1.2. In 2020, this does not meet security requirements anymore.
https://github.com/Azure/Moodle/blob/898446de4154d330ce7bb4615923b747c14658e2/scripts/install_moodle.sh#L299
Would specifying the following parameters
-
Updated
Mar 6, 2020 - C
-
Updated
Dec 5, 2019 - C#
Migrated from Trello
English version: students should have "nickname" (kutsumanimi) (or similarly, the preferred name to call them that may be different from the official first name) in addition to the usual firstname ("etunimi") and lastname ("sukunimi").
-
Updated
May 21, 2019 - JavaScript
Improve this page
Add a description, image, and links to the lms topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lms topic, visit your repo's landing page and select "manage topics."

When straight up using the Makefile, the man file gets installed. However, this is not the case with CMake, and I can not find an option for it. Please also allow installing any documentation, like man files, when using CMake.