Extension:GeoGebra/pt

From Linux Web Expert

Manual de extensões do MediaWiki
GeoGebra
Estado de lançamento: estável
Implementação Etiqueta
Descrição Allows to use GeoGebra applets on pages
Autor(es)
  • Zbynek
Última versão 3.0.9 (2018-04-08)
MediaWiki 1.25+
Alterações à base de dados Não
Licença Licença não especificada
Transferência
Exemplo See the page Extension:GeoGebra/Examples
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Traduza a extensão GeoGebra se ela estiver disponível em translatewiki.net

Ela adiciona um applet do GeoGebra à uma página produzida com o MediaWiki.

Os applets GeoGebra usam a tecnologia Java para combinar um ambiente de geometria dinâmica com a habilidade de introduzir equações e coordenadas diretamente. Deste modo eles se tornam muito uteis em educação matemática e explorações matemáticas.

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)

Uso

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. See Parameters

Exemplo:

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

Instalação

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/GeoGebra/pt</tvar>|Download]] and move the extracted <tvar name=name>GeoGebra/pt</tvar> folder to your <tvar name=ext>extensions/</tvar> directory.</translate>
    <translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/GeoGebra%2Fpt
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'GeoGebra/pt' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>

Support of mobile devices since version 3.0d-web

if a mobile browser is detected, version 3.0d-web 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.

See also

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