Skip to content

oc-group/ilias-robj_nolej

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icon Nolej AI for ILIAS LMS

ILIAS integration plugin for Nolej AI. A demo is available on YouTube.

Table of Contents

Introduction

Nolej AI, developed by Neuronys, 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.

To use the plugin, start by registering on Nolej AI website. Upon registration, you'll 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!

🌐 Supported languages

Help us expand language support! If your favorite language isn't here, contribute and make this project truly global. Your input is not just welcome - it's essential! 🚀

This plugin currently supports the following languages:

  • 🇬🇧 English
  • 🇫🇷 French
  • 🇮🇹 Italian
  • 🇩🇪 German

Requirements

Note: this branch is for ILIAS 8. If you have ILIAS 6 or 7, see branch release_7.

Installation

Download the plugin

From the ILIAS directory, run:

mkdir -p Customizing/global/plugins/Services/Repository/RepositoryObject
cd Customizing/global/plugins/Services/Repository/RepositoryObject
git clone -b release_8 https://github.com/Neuronys/ilias-robj_nolej Nolej

Return to the ILIAS directory and run:

composer du

Install the plugin

  1. Go into Administration -> Extending ILIAS -> Plugins
  2. Look for the plugin "Nolej"
  3. Click on Actions -> Install

After installation

  1. Configure the API Key

    1. Log in to ILIAS and navigate to Administration -> Extending ILIAS -> Plugins.
    2. Find the "Nolej" plugin in the list and click on Actions -> Configure.
    3. In the configuration section, locate the "API Key" field.
    4. Enter your Nolej API key obtained during registration.
    5. Click "Save" to apply the changes.
  2. Enable the Anonymous Access

    1. Go into Administration -> System Settings and Maintenance -> General Settings
    2. Enable Anonymous Access
    3. Save
  3. Enable TinyMCE Editor (optional, but recommended)

    1. Go into Administration -> Layout and Navigation -> Editing
    2. Select tab TinyMCE Editor -> General Settings
    3. Activate the checkbox
    4. Save
  4. (Only for ILIAS 8) Open client.ini.php file inside the data directory and put this below [server]:

[server]
prevent_super_global_replacement = 1

Page component companion plugin

Explore a personalized touch to your pages with the companion page component plugin! Seamlessly insert activities directly within the ILIAS page editor to tailor your experience. This addition takes customization to the next level, providing a more dynamic and engaging user interface. Get ready to elevate your content creation with this powerful extension! 💡 ✨

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.9%
  • Other 1.1%