GeoGebra icon

GeoGebra

This module allows the incorporation of GeoGebra activities in Moodle and save its state.
Price option: Free

Supports Moodle 1.9-5.2 See all versions
Latest release: 1 month ago
Installations: 2986
Downloads (last 90 days): 653

Frankenstyle name: mod_geogebra
Activities

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

Dear, I write first to tell you that pluggin is very good. And second to tell you that in the edition of it when activating showdescription (Display description on course page) generates an error. This happens to me in the version of moodle 3.1. If you have solved it in later versions, I apologize and thank you very much.
Best regards.
Verónica.
Hi Pet, Jean-Roch and Roberto!
Sorry for the delay answering.
I've been testing current version with Moodle 3.3 and 3.4 and all the main features are working as expected smile I only have found some navigation issue for the teachers when using boost theme. We'll try to fix as soon as possible but, at the moment, we can confirm you can use this version in Moodle 3.3 and 3.4.
Kind regards from Barcelona,
Sara
Excelente extension! Esperando con ansias la versión para 3.4!
Pete, what problems are you experiencing? A few teachers asked me to install geogebra plugin, but we are moving to moodle 3.4 within a few weeks and I'd like to be sure the plugin won't break anything.
Thanks
We are having problems with this plugin on our Moodle 3.3 server. Is the plugin still being developed? Will there be a version for 3.3+?
Thanks.
Does it work with Moodle version 3.3?
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.
Can you make "GeoGebra-filter"?
in 2.x was one, but it do not work in 3.1 sad
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?
Good afternoon
How can I do to embeb a 3d view ?
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?
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,
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,
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
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