Extension:GeoGebra/da
![]() Release status: stabil |
|
---|---|
Implementation | Tag |
Beskrivelse | Allows to use GeoGebra applets on pages |
Forfatter(e) |
|
Latest version | 3.0.9 (2018-04-08) |
MediaWiki | 1.25+ |
Database changes | Nej |
Licens | GNU General Public License 2.0 or later |
Download | |
Eksempel | Se siden Extension:GeoGebra/Examples |
Se siden Extension:GeoGebra/Parameters |
|
Quarterly downloads | 15 (Ranked 161st) |
Translate the GeoGebra extension if it is available at translatewiki.net | |
The GeoGebra extension allows to use GeoGebra applets on a page.
GeoGebra applets use Java technology to combine an interactive geometry environment with the ability to directly enter equations and coordinates making it very useful in math education and math explorations.
The latest versions of GeoGebra provide applets using HTML5/JavaScript/CSS instead of Java. These applets can be used on mobile devices like Android tablets and iPads, even on a few smartphones (depending on CPU speed).
GeoGebra applets and worksheets are shared at:
www.geogebratube.org (community)
Usage
You can export a GeoGebra file to a wiki very comfortably (since GeoGebra 3.2.33.0).
Use the export function of GeoGebra:
Choose File - Export - Dynamic Worksheet as Webpage... Then go to "Advanced" and choose "Clipboard:MediaWiki" (bottom right).
See the tutorial at wiki.geogebra.org: GeoGebra with MediaWiki
Paste the clipoard to your wiki in edit mode. Udført! This will create a tag like this:
<ggb_applet height="300" width="600" ggbBase64="AbCd67Fg...KhRs" />
Upload of ggb files to the wiki is obsolete and not longer supported!
You can also pass GeoGebra applet parameters. See Parameters
Eksempel:
<ggb_applet height="200" width="400" showMenuBar="true" showResetIcon="true" ggbBase64="AbCd67Fg...KhRs" />
Installation
- Download and place the file(s) in a directory called
GeoGebra
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:wfLoadExtension( 'GeoGebra' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
To users running MediaWiki 1.31 or earlier:
The instructions above describe the new way of installing this extension using wfLoadExtension()
.
If you need to install this extension on these earlier versions (MediaWiki 1.31 and earlier), instead of wfLoadExtension( 'GeoGebra' );
, you need to use:
require_once "$IP/extensions/GeoGebra/GeoGebra.php";
Support of mobile devices
If a mobile browser is detected, version 3.0 and later delivers HTML5/JavaScript instead of a Java applet. GeoGebra applets inside a wiki now can be used with Android tablets, iPads, and smartphones. (Maybe there is a speed problem with some smartphones).
GeoGebra applets using the syntax 'filename="xyz.ggb"' (obsolete) are delivered only as Java applets.
You can force the delivery of HTML5 by using the parameter ?mobile=true appended to the URL. Use &mobile=true if there is already a ? in the URL.
Se også
- Examples of wikis using the GeoGebra Extension.
- GeoGebra Help Page (German language) shows four different ways to embed a GeoGebra applet into a wiki page.
![]() | This extension is included in the following packages and/or wiki farms: This is not an authoritative list. Some wiki farms/hosts may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |