Importar y exportar FAQ
Nota: Pendiente de Traducir. ¡Anímese a traducir esta página!. ( y otras páginas pendientes)
¿Cómo importo usuarios?
- Vea Subir usuarios.
¡Cómo exporto una lista de usuarios?
- Vaya a Configuraciones > Administración del sitio > Usuarios > Cuentas > Acciones de usuario masivas y seleccione los usuarios que quiere exportar. Del menú desplegable "Con usuarios seleccionados", elija "descargar" y seleccione el tipo de archivo al que desea sescargar, entre texto, Open Document (OSD) o Excel.
- Otra manera es exportar una lista desde el libro de calificaciones de un curso. Los campos que se pueden obtener son:
First name, Surname, ID number, Institution, Department, Email address, Course total ( Nombre, Apellido(s), número ID, Institución, Departamento, Dirección Email, total del curso )
¿Cómo importo datos de curso?
¿Cómo importo y exporto calificaciones?
¿Cómo importo entradas del glosario?
Para los detalles, vea Importar entradas del glosario.
Una herramienta útil es:
- Yasu Imao's Moodle glossaryXMLconverter_html 4 Un convertidor basado en JavaScript, que funciona directamente en su navegador.
¿Cómo importo y exporto entradas de la BasedeDatos?
¿Cómo puedo habilitar exportación a Excel para estudiantes?
Con la actividad BasedeDatos, Usted tiene la habilidad para permitirles a los estudiantes el exportar datos en formato de archivos CSV o en ODS (hoja de cálculo de OpenOffice), ambos de ellos se pueden abrir con MS Excel.
With this functionality students can choose to export the data of all fields or only of selected fields. (Picture fields cannot be exported.)
However, this feature is not enabled by default for students. You need to override the student permissions for the Database activity and choose 'Allow' for the permission to 'View presets from all users' from Settings>Database administration>Permissions.
This will result in the 'Export' tab being visible to students in the Database activity.
Also see this thread for a discussion on this.
¿Cómo importo y exporto preguntas?
- Moodle XML converter Free online service to create quizzes and glossaries from existing files.
- OpenOffice template for creating questions in GIFT format: http://moodle.org/mod/forum/discuss.php?d=20705&parent=168385
- Excel to GIFT format export tool: http://moodle.org/mod/forum/discuss.php?d=66660
- The complete list: Word processors and Spreadsheets tools that create GIFTs
- See also his website for converting Moodle Questions into tables in a Microsoft Word file, and vice versa.
¿Cuales formatos se utilizan para importar preguntas?
Si Usted quiere crear preguntas afuera de Moodle, estos dos formatos basados en texto podrían ser los más importantes:
- GIFT - Moodle 'proprietary' text format for import and export. Reasonably comprehensive.
- Vea Formato GIFT.
- Here is a 2-column GIFT format reference sheet: GIFT Reference Sheet
- Moodle XML - Moodle 'proprietary' xml format for import and export. Very comprehensive.
There are also commercial softwares creating question files that can be imported into Moodle:
- TestGen can export question using the "Blackboard 6.x-9.x" format and these zip files can be imported in Moodle using the "Blackboard" import format.
- Examview recent versions can also create Blackboard zip files that Moodle "Blackboard" import format is able to import.
Usted puede encontrar la lista completa de formatos soportados en Importar preguntas.
¿Qué codificación debería de usar?
La codificación estándar recomendada para todos los archivos de Moodle es UTF-8.
- See Importing Entries Using a Text File for an example where a UTF-8 file with BOM caused Database Activity entries not being imported. See also MDL-9075 ("User Upload Failure when file contains UTF-8 BOM").
- Some of this information is collected at UTF-8 y BOM.
Vea también:
Vea también
- Code to do database query: http://moodlever.blogspot.com/2011/01/how-to-get-student-list-of-course.html
- Search Moodle Forums subject:import.
- Search Moodle Forums subject:export.
- There's an interesting project on integrating Drupal and Moodle quizzes in the Drupal in Education User Group.
- Contributed modules and plugins