Skip to content

mstuder/Reporting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ILIAS Reporting Plugin

The Reporting Plugin gives you the ability to provide detailed reports for your management.

Available reports:

  • Courses per Users
  • Users per Course
  • Users per Test

##IMPORTANT NOTES This plugin has dependencies on other plugins and services which must be installed before the Reporting plugin:

ILIAS < 5.x (NOT needed for ILIAS 5.x)

Optionally, to create PDF reports

Please read the install instructions in the documentation here: http://www.ilias.de/docu/goto_docu_wiki_1357_Reporting_Plugin.html

Update from ILIAS 4.x to 5.x

Version 1.2.0 of this plugin adds support for ILIAS 5.x. If you updated your ILIAS installation from version 4.x to 5.x and this plugin was installed before, the mainmenu entries for the reports probably don't work correct anymore. This is due to the Router Service which is now part of the ILIAS core. To fix it, navigate to Administration > Plugins > CtrlMainMenu and configure the entries. Click on "Edit Entries" on the dropdown entry "Reports". Edit each entry and make the following changes:

Replace each occurence of ilRouterGUI with ilUIPluginRouterGUI under the setting "GUI classes, comma separated". E.g. ilRouterGUI,ilReportingCoursesPerUserGUI becomes ilUIPluginRouterGUI,ilReportingCoursesPerUserGUI

Make sure that the links are working correctly after saving the entries.

Installation

Start at your ILIAS root directory

mkdir -p Customizing/global/plugins/Services/UIComponent/UserInterfaceHook/
cd Customizing/global/plugins/Services/UIComponent/UserInterfaceHook/
git clone https://github.com/studer-raimann/Reporting.git

As ILIAS administrator go to "Administration->Plugins" and install/activate the plugin.

###Hinweis Plugin-Patenschaft Grundsätzlich veröffentlichen wir unsere Plugins (Extensions, Add-Ons), weil wir sie für alle Community-Mitglieder zugänglich machen möchten. Auch diese Extension wird der ILIAS Community durch die studer + raimann ag als open source zur Verfügung gestellt. Diese Plugin hat noch keinen Plugin-Paten. Das bedeutet, dass die studer + raimann ag etwaige Fehlerbehebungen, Supportanfragen oder die Release-Pflege lediglich für Kunden mit entsprechendem Hosting-/Wartungsvertrag leistet. Falls Sie nicht zu unseren Hosting-Kunden gehören, bitten wir Sie um Verständnis, dass wir leider weder kostenlosen Support noch Release-Pflege für Sie garantieren können.

Sind Sie interessiert an einer Plugin-Patenschaft (https://studer-raimann.ch/produkte/ilias-plugins/plugin-patenschaften/ ) Rufen Sie uns an oder senden Sie uns eine E-Mail.

###Contact studer + raimann ag
Waldeggstrasse 72
3097 Liebefeld
Switzerland

info@studer-raimann.ch
www.studer-raimann.ch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.9%
  • Other 1.1%