Erweiterung:GeoGebra

From mediawiki.org
This page is a translated version of the page Extension:GeoGebra and the translation is 35% complete.
MediaWiki-Erweiterungen
GeoGebra
Freigabestatus: stabil
Einbindung Tag
Beschreibung Allows to use GeoGebra applets on pages
Autor(en)
  • Zbynek
Letzte Version 3.0.9 (2018-04-08)
MediaWiki 1.25+
Datenbankänderungen Nein
Lizenz GNU General Public License 2.0 oder neuer
Herunterladen
Beispiel Siehe die Seite Extension:GeoGebra/Examples
Quarterly downloads 4 (Ranked 145th)
Übersetze die GeoGebra-Erweiterung, wenn sie auf translatewiki.net verfügbar ist

Die GeoGebra-Erweiterung erlaubt es, GeoGebra-Applets auf einer Seite zu benutzen.

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.

Die jüngeren Versionen von GeoGebra stellen Applets bereit, die HTML5, JavaScript und CSS anstelle von Java benutzen. Diese Applets können auf Mobilgeräten wie z.B. Android-Tablets oder iPads, ja sogar auf einigen Smartphones (bei ausreichender Schnelligkeit des Prozessors) benutzt werden.

GeoGebra applets and worksheets are shared at:

www.geogebratube.org (community)

Verwendung

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. Done! 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. Siehe Parameter

Beispiel:

<ggb_applet height="200" width="400" showMenuBar="true" showResetIcon="true" ggbBase64="AbCd67Fg...KhRs" />

Installation

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens GeoGebra im Ordner extensions/ ablegen.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/GeoGebra
  • Folgenden Code am Ende deiner LocalSettings.php -Datei einfügen:
    wfLoadExtension( 'GeoGebra' );
    
  • Yes Erledigt – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

Unterstützung von Mobilgeräten

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.

Siehe auch

  • 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.