Skip to content

Integrate interactive Geogebra materials into ILIAS, enhancing engagement and understanding in mathematics and science education.

License

Notifications You must be signed in to change notification settings

surlabs/GeoGebraForILIAS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STACK

GeoGebra Page Component Plugin for ILIAS 8

Welcome to the official repository for GeoGebra Page Component Plugin for ILIAS This Open Source ILIAS Plugin based on the previous srGeoGebra plugin, has been reworked and is currently maintained by SURLABS

What is GeoGebra for ILIAS?

GeogebraForILIAS is a plugin that integrates interactive Geogebra materials into ILIAS, enabling users to explore mathematical and scientific concepts through dynamic visualizations and tools, enhancing both teaching and learning experiences.

Installation & Update

Software Requirements

This GeoGebra version 8.0 requires PHP version 7.4 or 8.0.x to work properly on your ILIAS 8 platform

Installation steps

If the srGeoGebra plugin is installed on your platform, remove the code found under Customizing/.../srGeoGebra but do not uninstall the plugin itself.

  1. Create subdirectories, if necessary for Customizing/global/plugins/Services/COPage/PageComponent/ or run the following script fron the ILIAS root
mkdir -p Customizing/global/plugins/Services/COPage/PageComponent
cd Customizing/global/plugins/Services/COPage/PageComponent
  1. In Customizing/global/plugins/Services/COPage/PageComponent/
  2. Then, execute:
git clone https://github.com/surlabs/GeoGebraForILIAS.git ./GeoGebra
cd GeoGebra
git checkout ilias8

Ensure you run composer install at platform root before you install/update the plugin

composer install --no-dev

Run ILIAS update script at platform root

php setup/setup.php update

Ensure you don't ignore plugins at the ilias .gitignore files and don't use --no-plugins option at ILIAS setup

Authors

  • Initially created by studer + raimann ag, switzerland
  • Further maintained by fluxlabs ag, switzerland
  • Reworked and currently maintained by SURLABS, spain SURLABS

Bug Reports & Discussion

  • Bug Reports: Mantis (Choose project "ILIAS plugins" and filter by category "GeoGebra")

Version History

  • The version 9.x.x for ILIAS 9 developed and maintained by SURLABS can be found in the Github branch ilias9
  • The version 8.x.x for ILIAS 8 developed and maintained by SURLABS can be found in the Github branch ilias8
  • The previous plugin versions for ILIAS <8 is archived. It can be found in https://github.com/fluxapps/srGeoGebra

About

Integrate interactive Geogebra materials into ILIAS, enhancing engagement and understanding in mathematics and science education.

Resources

License

Stars

Watchers

Forks

Releases

No releases published