Welcome to the official repository for the STACK Statistics plugin for ILIAS.
STACK Statistics is a companion plugin for STACK for ILIAS that adds a dedicated statistics dashboard to ILIAS tests containing assStackQuestion questions.
It provides filtered analytics views for teachers and students, including attempt summaries, score distributions, hint usage, PRT outcome distributions and attempt tables.
Note This plugin depends on the
assStackQuestionplugin and uses its analytics data. Install and activateassStackQuestionfirst.
STACK Statistics requires an ILIAS 10 platform.
STACK Statistics requires the assStackQuestion plugin for ILIAS 10 to be installed and active.
- Create subdirectories, if necessary, for
public/Customizing/global/plugins/Services/UIComponent/UserInterfaceHook/ - In
public/Customizing/global/plugins/Services/UIComponent/UserInterfaceHook/ensure you delete any previousassStackStatisticsfolder - Then, execute:
git clone https://github.com/surlabs/assStackStatistics.git ./assStackStatistics
cd assStackStatistics
git checkout main- Go to
Administration > Plugins - Choose action
InstallorUpdatefor theassStackStatisticsplugin - Choose action
Activatefor theassStackStatisticsplugin - Choose action
Refresh Languagesfor theassStackStatisticsplugin
After activation, a new STACK Statistics tab will be available in tests that contain STACK questions.
The plugin adds a statistics tab to ILIAS tests containing STACK questions.
Teachers can inspect aggregated data across students, including filters by question, student, hint usage, score range, attempt scope and PRT.
Students can inspect their own results and compare their score distribution against the cohort.
- This plugin is developed and maintained by Jesús Copado, Saúl Díaz and Daniel Cazalla through SURLABS
- Bug Reports: Mantis (Choose project "ILIAS plugins" and filter by the corresponding STACK Statistics category if available)
- Repository: GitHub
- The stable version
10.0.xfor ILIAS 10 can be found in the Github branchmain