|
|
Línea 288: |
Línea 288: |
| </div> | | </div> |
| | | |
| + | <div class="slide"> |
| + | === ESTRUCTURA: COMPOSICIÓN Y NAVEGACIÓN === |
| + | * Componemos recursos sumando otros recursos ("transclusion") |
| + | * Coposición a partir de micro recursos para facilitar reutilización |
| + | * Plantillas de navegación facilitan el seguimiento de recursos |
| + | <nowiki>{{</nowiki>ProjectNav |
| + | |image = |title = |
| + | |tagline = |pages = }} |
| + | </div> |
| | | |
| <div class="slide"> | | <div class="slide"> |
Línea 347: |
Línea 356: |
| * Exportando a IMS CP o IMS CC: http://edu.onnz.net/wikieducator/package/ | | * Exportando a IMS CP o IMS CC: http://edu.onnz.net/wikieducator/package/ |
| ** Primero se crea una colección / Libro | | ** Primero se crea una colección / Libro |
| + | </div> |
| + | |
| + | <div class="slide"> |
| + | === WikiEducator Package Export === |
| + | [[Archivo:We package export.png]] |
| + | |
| </div> | | </div> |
| | | |
Línea 352: |
Línea 367: |
| === INTEGRACIÓN CON MOODLE: UN EJEMPLO=== | | === INTEGRACIÓN CON MOODLE: UN EJEMPLO=== |
| * Curso en wikieducator: | | * Curso en wikieducator: |
− | : http://es.wikieducator.org/Curso_Python_DGA_2011
| + | http://es.wikieducator.org/Curso_Python_DGA_2011 |
| * Curso en moodle | | * Curso en moodle |
− | : http://moodle.cpilosenlaces.com/course/view.php?id=133
| + | http://moodle.cpilosenlaces.com/course/view.php?id=133 |
| | | |
| </div> | | </div> |
| | | |
| <div class="slide"> | | <div class="slide"> |
− | === ESTRUCTURA: COMPOSICIÓN Y NAVEGACIÓN === | + | == más ... == |
− | * Componemos recursos sumando otros recursos ("transclusion")
| + | |
− | ** Repetimos el contenido (o parte) de una página en otras sin reescribir
| + | |
− | * Plantillas de navegación facilitan el seguimiento de recursos
| + | |
− | <nowiki>{{</nowiki>ProjectNav
| + | |
− | |image = |title =
| + | |
− | |tagline = |pages = }}
| + | |
| </div> | | </div> |
| | | |
Creación de materiales educativos libres con Wikieducator
Luis Miguel Morillas @lmorillas
CPIFP Los Enlaces (zgz)
Presentación
¿QUÉ ES WIKIEDUCATOR? (2)
- Comunidad online de estudiantes y profesores
- Que desarrolla de forma colaborativa
- Recursos Educativos Abiertos (OERs)
- Que se pueden reutilizar en distintos entornos
- Open Education Resource Foundation
http://wikieducator.org/OERF:Home
UN ENTORNO PARA CREAR/USAR RECURSOS
¿POR QUÉ UN WIKI?
- wiki (rápido): un sitio web que podemos editar con un navegador
- Sintaxis muy sencilla
- Centrado en el contenido
- Enlaces a otras páginas (y a internet): grafo
- Colaborativo
- Guarda la historia
- Extremadamente versátil (transformaciones rápidas)
INCONVENIENTES DE UN WIKI
- Spam y vandalismo (todos pueden editar)
- No válido para información confidencial
- Necesaria conexión a internet
- La flexibilidad puede llevar a la confusión
EDICIÓN BÁSICA
- Usamos un marcado especial de wiki
- Escrito a mano o desde el menú Archivo:Gui toolbar.png
- Previsualizar --> Corregir --> Previsualizar --> Guardar
- Chuleta: Wikipedia
NEGRITAS, CURSIVAS ...
Description
|
You type
|
You get
|
Bold text
|
This is '''bold''' text
|
This is bold text
|
|
Italics
|
This is ''italics''
|
This is italics
|
Bold and Italics
|
This is '''''bold and italics'''''
|
This is bold and italics
|
Indents
|
:This is indented
|
- This is indented
|
ENCABEZADOS
Descripción
|
Escribimos
|
Obtenemos
|
Headings of different levels
|
=level 1=
==level 2==
===level 3===
====level 4====
=====level 5=====
======level 6======
|
Level 1
Level 2
Level 3
Level 4
Level 5
Level 6
|
LISTAS
Descripción
|
Escribimos
|
Obtenemos
|
Bulleted list
|
* one * two ** two point one * three
|
|
Numbered list
|
# one # two ## two.1
|
- one
- two
- two.1
|
ENLACES Y NUEVAS PÁGINAS
- Enlaces dentro del wiki (si no existe la página, la crea)
[[enlace]]
[[/subpagina]]
[[enlace | nombre que veo en el texto]
http://wikieducator.org
[http://www.libresoftwareworldconference.com/ Enlace a lswc]
MULTIMEDIA
- Imágenes (subidas previamente)
[[Archivo:IMG_0057.jpg]]
<gallery>
Image:Image_file_name.png|Caption
Image:Image-file_name.jpg|Caption
</gallery>
[[media:name_of_file.pdf|Texto del enlace]]
Estructurar contenidos pedagógicos
PLANTILLAS PEDAGÓGICAS
Objetivos
- Mejorar las habilidades para crear materiales
- Compartir contenidos
- ...
|
PLANTILLAS PEDAGÓGICAS (II)
PLANTILLAS PEDAGÓGICAS (III)
PLANTILLAS PEDAGÓGICAS: NUEVAS
- Podemos modificar / crear nuevas
- Nuevas acciones
- Modificar estilo (iconos,...)
<div style="margin-left: 0px; margin-top: 10px; margin-bottom: 40px; border-style: solid;
border-width:1px; border-color: #AAAAAA; padding: 1ex; background-color: #F6F9ED;"
class="eXe-iDevice objectivo">
{|style="background-color: #F6F9ED;"
[[image:icon_objectives.jpg|left]]
<h1 style="font-size: 130%; font-weight: bolder; border: none;">
{{{Title|Objetivo}}}</h1>
|{{{1}}}
|}
</div>
Avanzado
ESTRUCTURA: COMPOSICIÓN Y NAVEGACIÓN
- Componemos recursos sumando otros recursos ("transclusion")
- Coposición a partir de micro recursos para facilitar reutilización
- Plantillas de navegación facilitan el seguimiento de recursos
{{ProjectNav
|image = |title =
|tagline = |pages = }}
UNA FUENTE, DISTINTOS FORMATOS
- Versión en PDF
- Creación de libros
- Salidas en pdf, odt, epub
- También puede importar de OpenOffice
CREACIÓN DE PORTALES (I)
CREACIÓN DE PORTALES (II)
CREACIÓN DE PORTALES (III)
{{:Open_content_licensing_for_educators/Nav}}{{MyTitle|Open content licensing for educators}}
<center>'''[[Open_content_licensing_for_educators/About|CLICK HERE TO REGISTER YOUR SEAT TODAY]]'''</center>
{{Node_page
|Box-theme=default
|Left column width=55%
|Left box 2 title=Lead facilitators
|Left box 3 title=Objectives
|Left box 1 title=Partners
|Right box 1 title=Registrations
|Right box 2 title=Course materials
|Right box 4 title=Microblog feed
}}
Integración con LMSs
WikiEducator Package Export
más ...
EXTENSIBLE Y CONFIGURABLE