Skip to content
#

lms

Here are 525 public repositories matching this topic...

tutor
regisb
regisb commented Apr 19, 2022

Docker-compose v2 is now available, stable and should be compatible with docker-compose: https://docs.docker.com/compose/cli-command/
Thus, we should no longer call docker-compose but docker compose. I'm not entirely sure how we can allow older versions of Docker to keep running.

If we require a recent version of docker-compose, we should take this opportunity to get rid of the `version:

enhancement good first issue
pupilfirst
irajsuhail
irajsuhail commented May 5, 2022

Is your feature request related to a problem? Please describe.
tailwind.config.js contains duplicate values for spacing. eg,

...
        "1/2": "50%",                       // Value for 50% spacing
        "1/3": "33.333333%",
        "2/3": "66.666667%",
        "1/4": "25%",
        "2/4": "50%",                      // Value for 50% spacing
        "3/4": "75%",
       
good first issue design
florian-glombik
florian-glombik commented May 18, 2022

Describe the bug

  1. The on-hover information of the programming exercise lifecycle is only partially readable.
  2. The on-hover information of the Automatic Test and Assessment Type option is displayed at the top but the other popups are displayed to the bottom. This could be more consistent.

To Reproduce

  1. Create a new programming exercise
  2. Scroll to the timeline settings
bug good first issue client component:Programming

NO LONGER USER LEVEL SUPPORTED. CONTRIBUTING DEVELOPERS INTERESTED IN MAINTAINING ATUTOR, SHOULD REQUEST COLLABORATOR ACCESS. : ATutor is an Open Source Web-based Learning Management System (LMS) used to develop and deliver online courses. Administrators can install or update ATutor in minutes, develop custom themes to give ATutor a new look, and easily extend its functionality with feature modules. Educators can quickly assemble, package, and redistribute standardized Web-based instructional content, easily import prepackaged content, and conduct their courses online. Students learn in an accessible, adaptive, social learning environment.

  • Updated Sep 9, 2019
  • PHP
nrherron92
nrherron92 commented May 18, 2022

Reproduction Steps

  • HS-193247
  • Create a certificate
  • Open in Safari
  • Print the cetificate

Expected Behavior

  • The orientation and size of the certificate should made the settings in the certificate and be confined to a single page

Actual Behavior

  • the orientation defaults to portrait and splits into two pages:
    <img width="684" alt="image" src="https://user-ima
help wanted good first issue hacktoberfest Type: Conflict
hosungsmsft
hosungsmsft commented May 25, 2018

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

good first issue Priority 2 (maybe one day)

Improve this page

Add a description, image, and links to the lms topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lms topic, visit your repo's landing page and select "manage topics."

Learn more