Skip to content

zalimitless/myLMSBlocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Moodle Block Components Repository

Welcome to our Moodle Block Components Repository! This is a hub for various block components specifically designed to enhance the Moodle user experience.

Our goal is to foster an open-source community where everyone can contribute and benefit. This repository hosts a growing collection of Moodle block components, each aiming to add unique features and utilities to Moodle, such as presenting courses in a Moodle Block.

How to Implement Moodle Block Components

Follow these steps to implement a Moodle Block Component:

  1. Navigate to your Moodle Dashboard.
  2. In the top right corner of your dashboard, click to enable 'Edit Mode'.
  3. Click 'Add a block'. This option should appear on the side of your dashboard. You can select any type of block at this stage.
  4. After creating the block, find the 'Settings' option for this block. It's usually represented by a gear icon.
  5. In the settings, you will see pre-populated HTML, CSS, and JS code. Clear out all this code to make room for your new Moodle Block Component.
  6. Look for an arrow or a drop-down option in the HTML block section, click on it.
  7. Find and click on the brackets </>. This option allows you to input HTML code directly.
  8. Paste the HTML code from your chosen Moodle Block Component. The required HTML code can be found in the corresponding Block file in this repository.
  9. Save your changes and close the settings panel.
  10. Observe your Moodle Dashboard. The new block component should now be visible and functional.

Remember, the implementation might slightly vary based on the version of Moodle you're using or custom themes that are in place. If you encounter any problems or need further clarification, don't hesitate to raise an issue. Enjoy your new Moodle experience!

Please carefully follow the above instructions to properly implement these components into your Moodle front-end. If you encounter any problems or need further clarification, feel free to raise an issue.

Contribution

We openly encourage and welcome contributions. This repository is designed to be a collaborative space, and we appreciate any efforts to improve, expand, or enhance these resources.

However, to ensure the quality and consistency of our code, all commits need to pass a review process before they are integrated. When submitting your contribution, please make sure you've tested your code and followed our coding standards and guidelines.

We are looking forward to seeing your innovative ideas and contributions!

License

The software in this repository is released under the MIT License, which allows for usage, modification, and distribution with proper attribution. Please refer to the LICENSE file for more details.

Thank you for your interest in our Moodle Block Components Repository! Let's work together to make Moodle better for everyone.

MIT License

Copyright (c) 2023 - Johan de Lange

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Moodle Blocks that can be added onto a Dashboard

Topics

Resources

License

Stars

Watchers

Forks

Languages