28/Finalización del curso FAQ

De MoodleDocs

Nota del traductor: Esta página corresponde a Moodle 2.8 y anteriores. Si desea ver la página para Moodle 2.9 y más recientes vea Finalización del curso FAQ.

¿Cómo habilito la finalización del curso?

Vea Configuraciones de finalización del curso

Los estudiantes han completado cosas, pero el reporte no las muestra

The default time for updating course completion is every 10 minutes. You have several options:

  • Tell your students the update schedule.
  • Ask your site administrator to tell you the when the 10 minute Cron will run, so you can tell your students "The competition report or Activity completion block will be upgraded every 10 minutes, starting 5 minutes after each hour."
  • Alter the language pack, or help files to include this information.
  • Ask your site administrator how often the Moodle cron php file is triggered If it is longer than 10 minutes, that will be the default interval.
  • Ask your site administrator if they would change the cache expiry time from 10 minutes to something different. They might tweak the code at /lib/completionlib.php around line 126.
  • Ask your site administrator to make sure the server cron triggers Moodle to run cron at the same interval as the cron setting for course completion.
  • See if you can trigger cron by going to your Moodle site and adding /admin/cron.php to your browser address. For example after logging into your Moodle site, in the browser address put mymoodlesite.edu/admin/cron.php .

Yo he configurado los pre-requisitos del curso, pero mis estudiantes todavía pueden acceder al segundo curso antes de que hayan terminado el primero

Lo sentimos - la característica de pre-requisitos NO IMPIDE que los estudiantes accedan a un curso, solamente impide que el curso sea marcado como "completado" hasta que ellos hayan completado el otro curso. Vea el siguiente párrafo:

¿Cómo puedo impedir que mis estudiantes accedan al curso 2 antes de que hayan completado el curso 1?

Actualmente esto no es posible usando las configuraciones de Finalización - vea MDL-22648 .El parche usual es añadirle una actividad final al final del curso 1 - por ejemplo, un Examen - dentro de la cual Usted les incluye la Clave de inscripción para el curso siguiente (por ejemplo, dentro de la retroalimentación del examen). De esta forma, solamente aquellos que hubieran completado el curso 1 podrán saber la clave para tener acceso al curso 2. Aunque esto no impide que hagan trampa y se comuniquen la clave, pero Usted podrá descubrir a los tramposos cuando revise las Bitácoras.

Yo cometí un error y tuve que borrar todos los datos de mis estudiantes. ¿Tendran que re-hacer las actividades mis estudiantes?

No. For example, if you set the course completion for All aggregation methods and wanted to reset it to "Any", Moodle will warn you that you are deleting compiled student data. It will delete the student data only for the course completion information. When cron.php runs it will recompile the course completion information.

A un estudiante le salió un mensaje de error al elegir 'más información' en el bloque de terminación del curso

Moodle is confused by your course completion settings. This may happen at the start of the course when the student has not completed an activity and/or you have selected an aggreation method of All and have not checked off that they have completed the activity.

¿En donde me dicen a mí los estudiantes si ya han terminado el curso?

Instaló Usted el Bloque de auto finalización? En cuanto hagan click sobre el enlace en este bloque, eso indicará que ya acabaron. Usted tendrá que esperar a que corra el Cron antes de que vea los resultados en su reporte de finalización del curso.

¿Cómo puedo configurar mi terminación del curso para que dure más de 30 días posteriores a la inscripción?

Currently the dropdown menu only allows you to choose from up to 30 days after enrolment. There is a tracker entry about this here MDL-34678. However, if you are happy editing the database then you can manually change the value. (Thanks to Aaron Barnes for the following instructions)

You'll need to look in the mdl_course_completion_criteria table. The Duration After Enrolment criteria will have the "criteriatype" value of 5 and the number of days is recorded in the column "enrolperiod" in seconds (so #days x 86400). You should be able to adjust the enrolperiod value and after the next cron run everything will use the new value.

Vea también

Using Moodle forum discussions: