Diferencia entre revisiones de «Trucos y pistas»

De MoodleDocs
Sin resumen de edición
Sin resumen de edición
Línea 1: Línea 1:
{{Pendiente de traducir}}
{{Pendiente de traducir}}
Aquí encontrarás algunas preguntas que los profesores se hacen copn frecuencia junto con algunos trucos y pistas. No olvides que hay otras páginas en MoodleDocs que tratan sobre los detalles de un curso. La categoría "profesor" al final de esta página tiene un buen índice, y en el foro también encontrarás buenos trucos y consejos.   
Aquí encontrarás algunas preguntas que los profesores se hacen con frecuencia junto con algunos trucos y pistas. No olvides que hay otras páginas en MoodleDocs que tratan sobre los detalles de un curso. La categoría "profesor" al final de esta página tiene un buen índice, y en el foro también encontrarás buenos trucos y consejos.   





Revisión del 08:18 24 jul 2006

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

Aquí encontrarás algunas preguntas que los profesores se hacen con frecuencia junto con algunos trucos y pistas. No olvides que hay otras páginas en MoodleDocs que tratan sobre los detalles de un curso. La categoría "profesor" al final de esta página tiene un buen índice, y en el foro también encontrarás buenos trucos y consejos.


¿Cómo puedo forzar la inscripción obligatoria en el curso?

You can link to a course in an HTML block, using the resources drop down or indeed any other method and then use the following URL (where 999 is your course ID):

http://yourmoodlesite.com/moodle/course/enrol.php?id=999&confirm=1

How can I embed a webpage in my course?

Using an iframe in a label allows external or internal web pages to be displayed in the middle of the moodle screen (instead of just putting a link to them)

How:

  • Create a label
  • Display raw HTML code (use the editor button <>
  • Insert code like: <iframe width="100%" height="200" align="middle" src="http://www.google.com" border="0"></iframe>

How can I copy my course or part of it?

There are several ways.

  • Importar datos de un curso is probably the most straight forward. It brings in an other courses material by activity group. For example, you can import all of the lessons from one course you have rights to into another, but not just a single lesson.
  • Backing up a course. Each version of Moodle has different options for backing up. The basic process in copying a course, is to create a backup and then select "new course" when restoring that backup.
    • Understand what options you DO AND DO NOT need to backup, so your copy has just what it needs. For example, you may not want to see any student information or files in your new course, so don't back that up.
    • Version 1.6 backup process has lots of boxes to check or uncheck next to every activity and resource that is in the course. Version 1.5.3 has a list of activity types to select for inclusion in a backup.
    • One of the old tricks in 1.5.3 and earlier version, is to restore the old course to a new course. Then edit down the new course to just the activities you want.
    • Want the same activity in 5 courses you already created? Create a backup of a course that only contains the activity you want. Now restore that course by selecting the option "add to existing course, keep data", repeat it for every one of your 5 courses.

Here is the MoodleDoc page Copia de Seguridad del Curso that will give you more details.

Creating a course on our website takes too long

Depending upon your connection speed, screen refresh rates can really slow the creation process. As a teacher, you might consider adding a localhost version of Moodle on your desktop. Be sure that you have a method of restoring you localhost backup to your web based Moodle. And of course, your localhost version should be the same version as your web based Moodle.

Enlaces