GeoGebra

Activities ::: mod_geogebra
Maintained by Projectes TAC Dep. Educació Catalunya, Sara Arjona Téllez, Pau Ferrer Ocaña
This module allows the incorporation of GeoGebra activities in Moodle and save its state.
Latest release:
3036 sites
681 downloads
82 fans
Current versions available: 4

GeoGebra [http://www.geogebra.org/] is a free and multi-platform dynamic mathematics software for all levels of education that joins geometry, algebra, tables, graphing, statistics and calculus in one easy-to-use package.

This module allows the incorporation of GeoGebra activities in Moodle. Its main features are:

  • Allows embedding easily GeoGebra activities in some Moodle course.
  • Facilitates students tracing because it stores the score, date, duration and construction of each of the attempts made by the users.
  • Students can save the state of the activities to continue them later.

It has been developed by the Departament of Education of Catalonia in collaboration with the Catalan Association of GeoGebra (ACG) and the GeoGeobra development team.

Screenshots

Screenshot #0
Screenshot #1
Screenshot #2

Contributors

Projectes TAC Dep. Educació Catalunya (Lead maintainer)
Sara Arjona Téllez: Developer
Pau Ferrer Ocaña: Developer
Jaume Fernàndez Valiente: Developer
Please login to view contributors details and/or to contact them

Comments RSS

Comments

  • Stephen McConnachie
    Mon, 8 Sept 2014, 4:18 PM
    Super keen to have this in 2.7. smile
  • Juan Cruz Martinez Luquez
    Wed, 24 Sept 2014, 12:58 AM
    Hi, When do you think it will be available a version this plugin for moodle 2.6? Many thanks! Regards.
  • Gorn ---
    Fri, 7 Nov 2014, 4:16 PM
    Hi Sara and Jaume,

    I've made an update of the plugin for our 2.7-installation that seems to work. At least I don't get any error messages and some tests with geogebra files were successful.

    I could either post the code here in the forums or upload the finished plugin to a filehost so you can review it. Maybe the second option would be better, since I'm not sure I did everything correctly as I'm fairly new to Moodle programming.
  • Sara Arjona Téllez
    Fri, 7 Nov 2014, 4:19 PM
    First of all, apologize for the delay. Last version is always updated in the GIT page (https://github.com/projectestac/moodle-mod_geogebra/releases) but until today we haven't uploaded the file to the moodle.org plugins page... Sorry! smile It has been tested (and is used on the catalan schools) on Moodle 2.6. Tell us if you have problems installing or we can help you. Best wishes from Barcelona!
  • Stephen McConnachie
    Wed, 18 Mar 2015, 5:27 AM
    Hiya, any idea when/if this is coming to Moodle 2.7? smile
  • Edu Labs Colombia
    Thu, 23 Apr 2015, 1:56 AM
    Apreciados Sara, Pau y Jaume: En moodle 2.6 los administradores y profesores no pueden ver los botones de guardar intento o enviarlo, lo cual genera confusión. Para solucionarlo cambié este trozo de código (que ustedes comentaron precisamente con este comportamiento):

    locallib.php

    if ($viewmode=='submit' && (empty($attempt) || !$attempt->finished) ){
    echo '';
    echo '';
    }

    Cambia por:

    if (empty($attempt) || !$attempt->finished ){
    echo '';
    echo '';
    }

    Gracias por este excelente plugin !

    ----------------

    Dear Sara, Pau y and Jaume: Moodle 2.6 admins can´t see the submit and save buttons and this would be a little confusing for them (all moodle activities have this options).

    To solve this I just change a little piece of code (that you already commented related with this topic) and it´s working now:

    locallib.php

    if ($viewmode=='submit' && (empty($attempt) || !$attempt->finished) ){
    echo '';
    echo '';
    }

    Changes for:

    if (empty($attempt) || !$attempt->finished ){
    echo '';
    echo '';
    }

    Best regards

    Edu Labs
  • Edu Labs Colombia
    Thu, 23 Apr 2015, 1:59 AM
    Apreciados Sara, Pau y Jaume: En moodle 2.6 los administradores y profesores no pueden ver los botones de guardar intento o enviarlo, lo cual genera confusión. Para solucionarlo cambié este trozo de código (que ustedes comentaron precisamente con este comportamiento):

    locallib.php

    if ($viewmode=='submit' && (empty($attempt) || !$attempt->finished) ){
    echo '';
    echo '';
    }

    Cambia por:

    if (empty($attempt) || !$attempt->finished ){
    echo '';
    echo '';
    }

    Gracias por este excelente plugin !

    ----------------

    Dear Sara, Pau y and Jaume: Moodle 2.6 admins can´t see the submit and save buttons and this would be a little confusing for them (all moodle activities have this options).

    To solve this I just change a little piece of code (that you already commented related with this topic) and it´s working now:

    locallib.php

    if ($viewmode=='submit' && (empty($attempt) || !$attempt->finished) ){
    echo '< i nput t ype="s ubmit" v alue="' . get_string('savewithoutsubmitting', 'geogebra') . '" / >';
    echo '< i nput t ype="s ubmit" o nclick = "this.form.f.value = 1;" value="' . get_string('submitandfinish', 'geogebra') . '" / > ';
    }

    Changes for:

    if (empty($attempt) || !$attempt->finished ){
    echo '< i nput t ype="s ubmit" v alue="' . get_string('savewithoutsubmitting', 'geogebra') . '" / >';
    echo '< i nput t ype="s ubmit" o nclick = "this.form.f.value = 1;" value="' . get_string('submitandfinish', 'geogebra') . '" / > ';
    }

    Best regards

    Edu Labs
  • Pau Ferrer Ocaña
    Mon, 27 Apr 2015, 3:23 PM
    Hi Stephen,

    Sorry for the delay. We're working on the next version that will support Moodle 2.7 and 2.8. You can find the latest code working on these version on github.
    Cheers,
  • Pau Ferrer Ocaña
    Mon, 27 Apr 2015, 3:24 PM
    Hola Juan Gabriel,
    Gracias por tu informe, thanks for your report! As you can see we're working on the next version and we will have a look at your provided patch. We have opened an issue on github with the information provided (https://github.com/projectestac/moodle-mod_geogebra/issues/25).

    Cheers,
  • Javier Majadas
    Tue, 28 July 2015, 5:06 PM
    Buenos días.
    Hemos instalado la versión v0.2.7 en Moodle 2.7. Todo parece funcionar bien excepto la calificación manual. Si se pasa una calificacion automática con la variable grade la actividad se califica, pero si se intenta una calificación manual, no se efectúa (la casilla de autocalificación está desmarcada) y la actividad aparece siempre como sin calificar. ¿Puede ser un error del plugin o es un problema de nuestra configuracion?
  • Fátima Delgado
    Tue, 23 Feb 2016, 3:48 AM
    Good afternoon

    How can I do to embeb a 3d view ?
  • Go20 Go20
    Wed, 16 Mar 2016, 9:13 PM
    Je n'arrive pas à utiliser des figures GeoGebra en 3D. La fenêtre 3D ne s'affiche pas
    est-ce normal ?
    Est-il prévu une mise à jour du module pour qu'il prenne en compte les figures en 3D ?
    Traduction Google:
    No puedo usar las cifras de GeoGebra en 3D. No se muestra la ventana 3D
    es normal ?
    ¿Está previsto un módulo de actualización para que tome en cuenta las cifras en 3D?
  • Владимир Галынский
    Thu, 25 Aug 2016, 9:01 PM
    Can you make "GeoGebra-filter"?

    in 2.x was one, but it do not work in 3.1 sad
  • Eduardo Hm
    Mon, 20 Feb 2017, 4:43 PM
    Buenos días,

    Me pongo en contacto con ustedes ya que en la plataforma Moodle que administro, el profesorado ha querido instalar para usar el módulo GeoGebra para integrarlo en los contenidos educativos de sus cursos para sus alumnos. El feedback es muy bueno y estan encantados con las posibilidades de este módulo, pero genera un error a la hora de calificar una actividad, dando el siguiente mensaje:

    Fatal error: Call to undefined method theme_bootstrapbase_core_renderer::notify() in /.../mod/geogebra/locallib.php on line 179

    La plataforma Moodle que administro se encuentra en versión 3.1.1, y estamos utilizando como tema corporativo el tema "More" que se adapta a la customización a nuestro antojo de la plataforma.

    Saludos cordiales y muchas gracias por adelantado.
  • Volodymyr Holodryha
    Thu, 25 May 2017, 4:12 PM
    Does it work with Moodle version 3.3?
Please login to post comments