Moodle Plugins directory: Nolej | Moodle.org

Nolej
Discover our NOLEJ AI plugin for Moodle
Nolej AI offers several advantages, including AI-driven courseware that can quickly convert documents, videos, and audio into dynamic active learning content. It facilitates skill development and personalized learning paths, saving educators significant time and enhancing engagement through interactive content creation tools, gamification, and social learning.
See the plugin in action:
Teacher-Centric process
Nolej AI acts as an assistant, putting teachers/trainers at the centre of content creation. The AI focuses solely on the source document chosen by the educator, avoiding inaccuracies and ensuring quality interactive content production.
Generative AI capabilities
Nolej AI’s generative engine detects and filters concepts for contextual relevance, generates various types of questions, and summarises content by identifying key points for concise delivery.
Interactive H5P activities
Nolej AI uses the Open Source H5P format for its interactive learning activities, a format backed by cognitive and neuroscience research.
Customisable content review
Educators have full control over the content generated by Nolej AI, allowing them to review, edit, and approve before integrating it into various interactive activities.
Cognitive science-driven activities
All activities in Nolej AI are designed with cognitive science principles, focusing on memory and recall models.
Installation
To use the plugin, start by registering on Nolej AI website. Upon registration, get in touch with us to receive an API key. Simply insert this key into the plugin to enable its features. It's a quick step to enhance your experience. Let's get started! 🚀
Please note that while the plugin itself is free, registration on Nolej website for an API key is a separate process. Your support is appreciated!
Installing via uploaded ZIP file
- Log in to your Moodle site as an admin and go to Site administration > Plugins > Install plugins.
- Upload the ZIP file with the plugin code. You should only be prompted to add extra details if your plugin type is not automatically detected.
- Check the plugin validation report and finish the installation.
Installing manually
The plugin can be also installed by putting the contents of this directory to
```
{your/moodle/dirroot}/local/nolej
```
Afterwards, log in to your Moodle site as an admin and go to Site administration > Notifications to complete the installation.
Alternatively, you can run
```sh
$ php admin/cli/upgrade.php
```
to complete the installation from the command line.
After the installation, Moodle will redirect you to the plugin setting page, where you have to put the API Key and select where Nolej should store the generated H5P activities.
- Save in the course where the Nolej module was created:
This option links the generated H5P activities to the course where the Nolej module was originally created, even if the user switches to another course before starting the generation. It's ideal when you want to keep the content centralized in the source course for consistency. - Save in the course where the activity generation is started:
With this option, the plugin uses the currently active course at the moment of generation as the reference for storage. This is useful when Nolej modules are created in one course but the activities need to be generated in a different course, such as in customized or shared teaching contexts. - Save in the central "Nolej" container:
The activities are saved in a subfolder of a centralized shared context called Nolej, separate from individual courses. This helps avoid overloading course content banks and provides an organized structure for generated resources. However, careful permission management is required: users may not be able to access the generated activities if they lack the necessary permissions for the central context.
Comments