https://github.com/klebann/moodle-plugin-helloworld
Hello world plugin created for education purposes following tutorial on https://learn.moodle.org/.
https://github.com/klebann/moodle-plugin-helloworld
education moodle moodle-plugin plugin tutorial
Last synced: 6 months ago
JSON representation
Hello world plugin created for education purposes following tutorial on https://learn.moodle.org/.
- Host: GitHub
- URL: https://github.com/klebann/moodle-plugin-helloworld
- Owner: klebann
- Created: 2020-11-23T21:12:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-09T21:49:16.000Z (over 5 years ago)
- Last Synced: 2025-04-07T12:48:42.491Z (about 1 year ago)
- Topics: education, moodle, moodle-plugin, plugin, tutorial
- Language: PHP
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Moodle plugin "Hello world"
Hello world plugin created for education purposes following tutorial
"*Moodle Plugin Development Basics*" on https://learn.moodle.org/.
# Description
Plugin let you to add a *social space for users* or *simplified notice board
where only a few staff members are allowed to post announcements*.
Granular features:
* Posting a message through textarea (authenticated users)
* Viewing posted messages (all)
* Deleting any message (selected users)
Plugin supports multiple languages, themes, administration settings and database.
# Visuals

# Installation
1. Download [zip file](https://github.com/klebann/Moodle-Plugin-Helloworld/archive/main.zip).
2. Moodle -> Site administration -> Plugins -> Install plugins.
More details in [documentation](https://docs.moodle.org/39/en/Installing_plugins#Installing_a_plugin).
# Usage
Open *your_moodle_site_url/local/helloworld*