Ggb
From Just Solve the File Format Problem
(Difference between revisions)
Sam.alloing (Talk | contribs) |
Sam.alloing (Talk | contribs) |
||
Line 16: | Line 16: | ||
<references/> | <references/> | ||
+ | |||
== References == | == References == |
Revision as of 09:12, 11 November 2013
GeoGebra Worksheet file format is the default file format for the GeoGebra educational software. It is an open source application for teaching and learning mathematics and science. It is used to visualize mathematics in the class room.
Format
The GGB file format is a ZIP container with an XML file (called geogebra.xml) and a PNG for preview (geogebra_thumbnail.png). The container can also include a script file and other images used in the worksheet. The script file can be JavaScript (geogebra.js) or GGBScript[2]. When the ZIP container is opened in an text/Hex editor you will see the geogebra.xml and geogebra_thumbnail.png in plain text.
- ↑ application/vnd.geogebra.file is the official mime type http://www.geogebra.org/en/wiki/index.php/Mime_info_file
- ↑ http://wiki.geogebra.org/en/Scripting