GeoGebra HTML/JavaScript version offline for developement

s_o shared this question 7 years ago
Answered

Hey,

as the GeoGebra Java application and the GeoGebra applet don't always produce exactly the same result (especially when it comes to scripting with JavaScript), creating a material becomes extremely annoying, because everytime you want to change something you have to reupload it.

Is there a simple GeoGebra-HTML/JavaScript environment that one can use offline, just unpack, copy the content of the ggb-zip-file to and open an HTML file? That way I could edit the script, press F5 and see how it works with the new script before uploading it. I can only find the exam version as HTML/JavaScript to download.


Best regards,

Stefan

Best Answer
photo

You can download any worksheet from geogebra.org as offline worksheet (.zip), unzip it and in the source of the HTML file replace

"ggbBase64":"UEsxxxxxxxxxxxxxx"

with

"filename":"xxx.ggb"

Cheers,

Zbynek

Comments (2)

photo
1

You can download any worksheet from geogebra.org as offline worksheet (.zip), unzip it and in the source of the HTML file replace

"ggbBase64":"UEsxxxxxxxxxxxxxx"

with

"filename":"xxx.ggb"

Cheers,

Zbynek

photo
1

Thanks, that helps a lot! Is there a way to use the unpacked ggb file? In Chrome Debugger it's difficult to even find the dynamically generated JavaScript unpacked from the zip file.

© 2023 International GeoGebra Institute