Geogebra offline script in boost theme

Geogebra offline script in boost theme

by Thulani Moyana -
Number of replies: 0

To use Geogebra offline, one has to download Geogebra-Math-Apps-Bundle. Inside this bundle there is deployggb.js and it is using other scripts inside the HTML5 folder. According to Geogebra you have to include the following lines below to access ggb files in your website:

I use the not recommended way to point to deployggb.js, that is put inside theme in javascript folder and include a line in the theme config. This seem to be fine, however the setHTML5Codebase is a challenge, it works but point to a wrong path.

Any help will be appreciated.

<script src="GeoGebra/deployggb.js"></script>
ggbApplet.setHTML5Codebase('GeoGebra/HTML5/5.0/web3d/');



Average of ratings: -