-
Updated
Sep 17, 2020 - C++
lms
Here are 331 public repositories matching this topic...
-
Updated
Mar 7, 2018 - JavaScript
-
Updated
Sep 10, 2020 - Python
-
Updated
Sep 16, 2020 - PHP
-
Updated
Sep 9, 2020 - PHP
-
Updated
Sep 1, 2020 - Python
-
Updated
Sep 9, 2019 - PHP
-
Updated
Sep 16, 2020 - PHP
-
Updated
Jun 28, 2020 - C#
-
Updated
Sep 17, 2020 - Shell
-
Updated
Sep 17, 2020 - Ruby
-
Updated
Apr 24, 2019 - Python
-
Updated
Sep 17, 2020 - Java
-
Updated
Sep 10, 2020 - PHP
-
Updated
Sep 8, 2020 - PHP
This is not a real issue as it doesn't really produce any actual issue, although the condition is not correct:
https://github.com/gocodebox/lifterlms/blob/cadf4217a1f648e0b6020cf1ce1cad72a9db99fb/assets/js/app/llms-achievements.js#L21
It should be:
if ( $( '.llms-achievement' ).length ) { -
Updated
Sep 17, 2020 - Python
-
Updated
Sep 3, 2020 - C#
The most recent full CI build (at the time of this writing) failed due to connection refused, but it was just transient (manually browsed the site and confirmed it worked). We should add some retries to the full CI's smoke test code so that these transient failures wouldn't cause full CI failures. Relevant code is [here](https://github.com/Azu
-
Updated
Sep 2, 2020 - C
-
Updated
Mar 6, 2020 - C
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."
Currently , we can not tell when did the user log in to the system , except by telling through their level progress or submissions.
I request if its possible to Implement last seen on user profiles, this will make it easy for coaches to track their students and see how active they are .