projectestac / moodle-mod_geogebra

Official repository for GeoGebra (https://www.geogebra.org) module for Moodle
https://moodle.org/plugins/view/mod_geogebra
GNU General Public License v3.0
16 stars 17 forks source link

Problems with polygon random list entries #93

Open ueli72 opened 1 year ago

ueli72 commented 1 year ago

image

murkle commented 1 year ago

You are loading a file from a newer version of GeoGebra into an older version

ueli72 commented 1 year ago

Thanks for your answer. I assumed so. But doesn't the plugin determine what version of geogebra is used? Or can I choose that in my moodle installation?

So I guess as soon as the plugin uses the latest version the issue will be gone. By the way: The workaround was to use lists with the actual listened elements ( {C2,C3,C4....} ) instead of a range ( C2:C60).

toniginard commented 2 weeks ago

Hi, @ueli72,

By default, mod_geogebra loads GeoGebra from this link: https://www.geogebra.org/apps/deployggb.js You can change this by setting another link in the parameter deployggb, which is available in the module configuration.

Best wishes,

Toni