Diferencia entre revisiones de «Finalización del curso FAQ»

De MoodleDocs
(tidy up)
(updated as in English Doc page 2.9)
Línea 1: Línea 1:
{{Finalización del curso}}
{{Finalización del curso}}
{{Actualizar}}
{{Actualizar}}
'''Nota del traductor: Esta página corresponde a Moodle 2.98 y más recientes. Si desea ver la página para Moodle 2.8 y anteriores vea [[28/Finalización del curso FAQ]].
'''Nota del traductor: Esta página corresponde a Moodle 2.9 y más recientes. Si desea ver la página para Moodle 2.8 y anteriores vea [[28/Finalización del curso FAQ]].
{{Pendiente de traducir}}
==How do I enable course completion?==


==¿Cómo habilito la finalización del curso?==
See [[Course completion settings]].


Vea [[Configuraciones de finalización del curso]]
==Students have completed the criteria but the report does not show it==


{{Pendiente de traducir}}
Check in ''Administration > Site administration > Server > Scheduled tasks'' that the task 'Calculate completion data' is running frequently enough, such as every minute.
==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==
==I have set up course prerequisites but my students can still access the second course before they have finished the first==
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:
Sorry - the course prerequisites feature does NOT prevent students from accessing courses. It merely prevents the course from being marked as "complete" until they have completed another course.


==¿Cómo puedo impedir que mis estudiantes accedan al curso 2 antes de que hayan completado el curso  1?==
==How can I prevent my students accessing course 2 before they have completed course 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]].
This is currently not possible using completion settings- see MDL-22648 .The usual workaround is to add a final activity at the end of course 1 - such as a quiz - inside which you give the enrolment key to the next course (in the quiz feedback for example) Thus, only those who have completed course 1 can get access to course 2. That doesn't stop them sharing the key however, but you could see any cheaters in the logs.


==Yo cometí un error y tuve que borrar todos los datos de mis estudiantes. ¿Tendran que re-hacer las actividades mis estudiantes?==
==I made a mistake and had to erase my student data. Do my students have to redo the activities?==
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.
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==
==My student got an error message when they click on more information in the course completion block==
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.
 
This may happen at the start of the course when the student has not completed an activity and/or you have selected an aggregation method of All and have not checked off that they have completed the activity.
 
==Where do my students tell me they have finished the course?==
 
Did you install the [[Self completion block]]?  When they click on the link in that block, that will indicate they think they are done.
 
==How can I set my course completion to be longer than 30 days after enrolment?==


==¿En donde me dicen a mí los estudiantes si ya han terminado el curso?==
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 as follows:
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?==
# 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).  
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)
# Adjust the enrolperiod value and after the next cron run everything will use the new value.


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.
==See also==


==Vea también==
*[http://moodle.org/mod/forum/discuss.php?d=194747 How to set course completion requirements to include a minimum quiz grade?] forum discussion


Using Moodle forum discussions:
*[http://moodle.org/mod/forum/discuss.php?d=184602 Confused how Completion.... err.... completes]
*[http://moodle.org/mod/forum/discuss.php?d=194747 How to set course completion requirements to include a minimum quiz grade?]


[[Categoría:FAQ]]
[[Categoría:FAQ]]

Revisión del 17:06 26 jun 2015

Esta página necesita actualizarse con la información existente en la documentación vigente/moderna/actualizada en el idioma inglés original para Moodle. Se le sugiere al lector que consulte la página original en idioma inglés cuyo enlace está al fondo de esta página. y que, por favor, actualice esta información y quite la plantilla {{Actualizar}} cuando haya terminado.     (otras páginas pendientes de actualizar)


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

Nota: Pendiente de Traducir. ¡Anímese a traducir esta página!.     ( y otras páginas pendientes)

How do I enable course completion?

See Course completion settings.

Students have completed the criteria but the report does not show it

Check in Administration > Site administration > Server > Scheduled tasks that the task 'Calculate completion data' is running frequently enough, such as every minute.

I have set up course prerequisites but my students can still access the second course before they have finished the first

Sorry - the course prerequisites feature does NOT prevent students from accessing courses. It merely prevents the course from being marked as "complete" until they have completed another course.

How can I prevent my students accessing course 2 before they have completed course 1?

This is currently not possible using completion settings- see MDL-22648 .The usual workaround is to add a final activity at the end of course 1 - such as a quiz - inside which you give the enrolment key to the next course (in the quiz feedback for example) Thus, only those who have completed course 1 can get access to course 2. That doesn't stop them sharing the key however, but you could see any cheaters in the logs.

I made a mistake and had to erase my student data. Do my students have to redo the activities?

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.

My student got an error message when they click on more information in the course completion block

This may happen at the start of the course when the student has not completed an activity and/or you have selected an aggregation method of All and have not checked off that they have completed the activity.

Where do my students tell me they have finished the course?

Did you install the Self completion block? When they click on the link in that block, that will indicate they think they are done.

How can I set my course completion to be longer than 30 days after enrolment?

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 as follows:

  1. 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).
  2. Adjust the enrolperiod value and after the next cron run everything will use the new value.

See also