fulldecent / moodle-local_plugin_template

An opinionated starting point for awesome, easy-to-use Moodle plugins
0 stars 1 forks source link

Add confetti when clicking to high five from admin page #6

Open fulldecent opened 4 weeks ago

fulldecent commented 4 weeks ago

On the admin page when clicking high five (see issue #5 ), there will also be confetti that comes out.

This will require to compile JS into an AMD package that is included in the module.

how to compile JS https://moodledev.io/general/development/tools/nodejs how to compile AMD https://github.com/h5p/moodle-mod_hvp https://github.com/danmarsden/moodle-mod_attendance/tree/MOODLE_404_STABLE/amd

These notes must be recorded in the README to explain how contributors to the project will update the JavaScritp.