SlideShare una empresa de Scribd logo
1 de 22
El eBook, evolución de la
plataforma web como
soporte tecnológico
para la educación:
Estándares,
personalización y
analítica
II Jornada de Innovación y Tecnologías Educativas
de la ETSI Informática
Miguel Rodríguez Artacho, Dpto. LSI, UNED
miguel@lsi.uned.es
21 Abril 2016
Educación pre-TEL
Profesor
Material
Educativo
Estudiante
2004 Web-based e-learning
Profesor
Material
Educativo
Estudiante
SCORM 2004
Profesor
Material
Educativo
Estudiante
La nube como plataforma de
e-learning
La nube como plataforma de
e-learning
• Registros de actividad y desempeño
distribuidos (LRS)
• Aprendizaje ubicuo y basado en dispositivos
móviles
• De los cursos reglados a los MOOC (modelo de
consumo en internet)
eBook
• Contenido HTML5
• Estilo  CSS3
• Comportamiento  JavaScript
• Empaquetado  ePub3
Características ePub3 vs. SCORM
• Partes (heterogéneas) unidas vs. un todo con formato
homogéneo (HTML5)
• Control en el dispositivo, no en un servidor
centralizado
• Player (renderizado) fuera de ámbito de SCORM vs.
lector eBook
• Posibilidad de incorporar traza de actividad
descentralizada (LRS)
• Conformidad intrínseca en cuanto a accesibilidad
 Ambos verificables (test de conformidad)
Estructura de un ePub
Book.epub/
├── mimetype
├── META-INF/
│ └── container.xml
└── OPS/
├── package.opf
├── toc.ncx
├── css/
│ └── theme.css
├── images/
│ ├── cover.jpg
│ ├── image_01.jpg
│ ├── image_02.jpg
│ ├── image_03.jpg
│ └── image_04.jpg
└── xhtml/
├── chapter01.xhtml
├── chapter02.xhtml
├── chapter03.xhtml
├── chapter04.xhtml
└── toc.xhtml
ePub3 (Javascript)
<script type="text/javascript">
alert("Name: " + navigator.epubReadingSystem.name +
" / version: " + navigator.epubReadingSystem.version +
" / layoutStyle " + navigator.epubReadingSystem.layoutStyle);
</script>
EDUPUB
• Perfil de ePub3 pero
con características
adicionales
<dc:type>edupub</dc:type>
• Estructura y navegación
obligatoria (toc toi tof
<nav>)
• Semántica estructural
 una taxonomía
educativa simple
EDUPUB
• Objetos distribuibles  especifica cómo identificar las
"entidades discretas " dentro de un EDUPUB como
contenido, hojas de estilo, fuentes, metadatos, recursos
multimedia, etc., que están destinados a formar un "objeto
distribuible" como un capítulo , una demostración de vídeo
, un ejercicio, o cualquier otro subconjunto de un EDUPUB
que puede ser enviado por.
• Scriptable component  especifica cómo crear "widgets"
interactivos que se pueden incorporar en las publicaciones
EDUPUB e intercambiar entre ellos objetos distribuibles
• Anotaciones abiertas en EPUB  especifica cómo manejar
las anotaciones y generar eventos relacionados con éstas.
IEEE LTSC: Actionable Data Book
Model
• Un enfoque hacia el aprendizaje
independiente de la plataforma
• eBook (ePub3) como contenedor tecnológico
• Generación de datos y trazas basadas en la
nube (xAPI cloud exchange)
• Comunicación con dispositivos de la IoT (o
locales)  Laboratorios educativos online
ePub3 + xAPI
Source: The IEEE Actionable Data Book and EPUB 3 Tyde Richards, John Costa, Avron Barr
xAPI statements (LRS)
I did THIS
Interacciones desde un ePub3
Source: http://www.slideshare.net/JohnBCosta/adb-brief-for-edupub-2014
Ejemplo de actividad
<john> <launched> <cool book>
<john> <read> <page 1> ( d: "PT45S" ) { p: ["chapter 1"], g: ["cool book", "cool class"] }
<john> <read> <page 2> ( d: "PT15S" ) { p: ["chapter 1"], g: ["cool book", "cool class"] }
<john> <read> <page 3> ( d: "PT55S" ) { p: ["chapter 1"], g: ["cool book", "cool class"] }
<john> <read> <page 4> ( d: "PT45S" ) { p: ["chapter 1"], g: ["cool book", "cool class"] }
<john> <watched> <video 1> ( d: "PT3M" ) { p: ["page 4"], g: ["chapter 1", "cool book", "cool class"] }
<john> <paused> <video 1> { p: ["page 4"], g: ["chapter 1", "cool book", "cool class"] }
<john> <resumed> <video 1> { p: ["page 4"], g: ["chapter 1", "cool book", "cool class"] }
<john> <watch> <video 1> ( d: "PT2M" ) { p: ["page 4"], g: ["chapter 1", "cool book", "cool class"] }
<john> <completed> <video 1> ( d: "PT5M" ) { p: ["page 4"], g: ["chapter 1", "cool book", "cool class"] }
<john> <read> <page 5> ( d: "PT45S" ) { p: ["chapter 1"], g: ["cool book", "cool class"] }
Ejemplo de actividad
<john> <answered> <question 1> ( r: "answer 2" ) { p: ["page 5"], g: ["chapter 1", "cool book", "cool class"] }
<john> <answered> <question 1> ( r: "answer 3" ) { p: ["page 5"], g: ["chapter 1", "cool book", "cool class"] }
<john> <answered> <question 1> ( r: "answer 2" ) { p: ["page 5"], g: ["chapter 1", "cool book", "cool class"] }
<john> <answered> <question 2> ( r: "answer 4" ) { p: ["page 5"], g: ["chapter 1", "cool book", "cool class"] }
<john> <answered> <question 3> ( r: "answer 1" ) { p: ["page 5"], g: ["chapter 1", "cool book", "cool class"] }
<john> <completed> <assessment 1> ( s: [2, 0, 3], d: "PT2M" ) { p: ["page 5"], g: ["chapter 1", "cool book", "cool
class"] }
<john> <passed> <assessment 1> ( s: [2, 0, 3], d: "PT2M" ) { p: ["page 5"], g: ["chapter 1", "cool book", "cool class"] }
<john> <suspended> <cool book> { g: ["page 5", "cool class"] }
<john> <resumed> <cool book> { g: ["page 5", "cool class"] }
<john> <read> <page 6> ( d: "PT45S" ) { p: ["chapter 2"], g: ["cool book", "cool class"] }
<john> <read> <page 7> ( d: "PT25S" ) { p: ["chapter 2"], g: ["cool book", "cool class"] }
Ejemplo de actividad
<john> <read> <page 8> ( d: "PT1M15S" ) { p: ["chapter 2"], g: ["cool book", "cool class"] }
<john> <exited> <cool book> { g: [“page 8”] }
<john> <launched> <cool book>
<john> <bookmarked> <page 9> { p: ["chapter 2"], g: ["cool book", "cool class"] }
<john> <highlighted> <paragraph 6> ( r: "need help" ) { p: [“page 9”], g: ["chapter 2", "cool book", "cool class"] }
<john> <asked> <page 9> ( r: “Can you please clarify how this applies to science?” ) { p: [“feedback 1”], g: ["chapter 2", "cool
book", "cool class"] }
<john> <read> <page 9> ( d: "PT3M25S" ) { p: ["chapter 2"], g: ["cool book", "cool class"] }
<john> <highlighted> <paragraph 7> ( r: "insightful" ) { p: [“page 9”], g: ["chapter 2", "cool book", "cool class"] }
<john> <read> <page 10> ( d: "PT1M04S" ) { p: ["chapter 2"], g: ["cool book", "cool class"] }
<teacher> <responded> <john> ( r: “Science is an art of understanding.” ) { p: [“feedback 1”], g: [“page 9”, “chapter 2”, "cool
book", "cool class"] }
<john> <commented> <teacher> ( r: “Okay thanks!” ) { p: [“feedback 1”], g: [“page 9”, “chapter 2”, "cool book", "cool class"] }
Referencias
• ePub3: http://epubzone.org/epub-3-overview/understanding-epub-3
• Ejemplos (xAPI+ePUB3) : http://z2.vc/epubs/
• CoP: https://plus.google.com/communities/114517811515662776461
• xAPI examples:
• http://www.adlnet.gov/tla/experience-api/xapi-cop-directory/
• EDUPUB: https://www.bisg.org/publications/getting-started-edupub
• IMS Caliper + EDUPUB
http://www.imsglobal.org/sites/default/files/edupub/EPUB3QTILTICaliper
_BestPracticesvd8.pdf
El eBook, evolución de la
plataforma web como
soporte tecnológico
para la educación:
Estándares,
personalización y
analítica
II Jornada de Innovación y Tecnologías Educativas
de la ETSI Informática
Miguel Rodríguez Artacho, Dpto. LSI, UNED
miguel@lsi.uned.es
21 Abril 2016
Gracias!

Más contenido relacionado

Más de Miguel R. Artacho

From Learning Standards to Smart Learning Environments: A view of the challen...
From Learning Standards to Smart Learning Environments: A view of the challen...From Learning Standards to Smart Learning Environments: A view of the challen...
From Learning Standards to Smart Learning Environments: A view of the challen...Miguel R. Artacho
 
Research groups and teaching experiences at Computer Science Faculty (UNED)
Research groups and teaching experiences at Computer Science Faculty (UNED)Research groups and teaching experiences at Computer Science Faculty (UNED)
Research groups and teaching experiences at Computer Science Faculty (UNED)Miguel R. Artacho
 
Deconstructing Technology Enhanced learning: from platforms to the cloud
Deconstructing Technology Enhanced learning: from platforms to the cloudDeconstructing Technology Enhanced learning: from platforms to the cloud
Deconstructing Technology Enhanced learning: from platforms to the cloudMiguel R. Artacho
 
Work in Progress on the Standardization of Online Laboratories for Education
Work in Progress on the Standardization of Online Laboratories for EducationWork in Progress on the Standardization of Online Laboratories for Education
Work in Progress on the Standardization of Online Laboratories for EducationMiguel R. Artacho
 
IEEE EDUCON 2015 reputation mooc
 IEEE EDUCON  2015 reputation mooc IEEE EDUCON  2015 reputation mooc
IEEE EDUCON 2015 reputation moocMiguel R. Artacho
 
An adaptive Multi-Agent based Architecture for Engineering Education
An adaptive Multi-Agent based Architecture for Engineering EducationAn adaptive Multi-Agent based Architecture for Engineering Education
An adaptive Multi-Agent based Architecture for Engineering EducationMiguel R. Artacho
 
A cluster-based analysis to diagnose students’ learning achievements
A cluster-based analysis to diagnose students’ learning achievementsA cluster-based analysis to diagnose students’ learning achievements
A cluster-based analysis to diagnose students’ learning achievementsMiguel R. Artacho
 
Web semántica y visiones de la web 3.0
Web semántica y visiones de la web 3.0 Web semántica y visiones de la web 3.0
Web semántica y visiones de la web 3.0 Miguel R. Artacho
 
Workshop Aspect Vigo Dic 2009
Workshop Aspect Vigo    Dic 2009Workshop Aspect Vigo    Dic 2009
Workshop Aspect Vigo Dic 2009Miguel R. Artacho
 
Innovación Institucional Educativa
Innovación Institucional EducativaInnovación Institucional Educativa
Innovación Institucional EducativaMiguel R. Artacho
 
LOs Modelization Miguel CBUC June 2004
LOs Modelization    Miguel CBUC June 2004LOs Modelization    Miguel CBUC June 2004
LOs Modelization Miguel CBUC June 2004Miguel R. Artacho
 
IEEE FIE 2008 Saratoga Paper 1197
IEEE FIE 2008 Saratoga  Paper 1197IEEE FIE 2008 Saratoga  Paper 1197
IEEE FIE 2008 Saratoga Paper 1197Miguel R. Artacho
 

Más de Miguel R. Artacho (13)

From Learning Standards to Smart Learning Environments: A view of the challen...
From Learning Standards to Smart Learning Environments: A view of the challen...From Learning Standards to Smart Learning Environments: A view of the challen...
From Learning Standards to Smart Learning Environments: A view of the challen...
 
Research groups and teaching experiences at Computer Science Faculty (UNED)
Research groups and teaching experiences at Computer Science Faculty (UNED)Research groups and teaching experiences at Computer Science Faculty (UNED)
Research groups and teaching experiences at Computer Science Faculty (UNED)
 
Deconstructing Technology Enhanced learning: from platforms to the cloud
Deconstructing Technology Enhanced learning: from platforms to the cloudDeconstructing Technology Enhanced learning: from platforms to the cloud
Deconstructing Technology Enhanced learning: from platforms to the cloud
 
Work in Progress on the Standardization of Online Laboratories for Education
Work in Progress on the Standardization of Online Laboratories for EducationWork in Progress on the Standardization of Online Laboratories for Education
Work in Progress on the Standardization of Online Laboratories for Education
 
IEEE EDUCON 2015 reputation mooc
 IEEE EDUCON  2015 reputation mooc IEEE EDUCON  2015 reputation mooc
IEEE EDUCON 2015 reputation mooc
 
Estándares en e-learning
Estándares en e-learningEstándares en e-learning
Estándares en e-learning
 
An adaptive Multi-Agent based Architecture for Engineering Education
An adaptive Multi-Agent based Architecture for Engineering EducationAn adaptive Multi-Agent based Architecture for Engineering Education
An adaptive Multi-Agent based Architecture for Engineering Education
 
A cluster-based analysis to diagnose students’ learning achievements
A cluster-based analysis to diagnose students’ learning achievementsA cluster-based analysis to diagnose students’ learning achievements
A cluster-based analysis to diagnose students’ learning achievements
 
Web semántica y visiones de la web 3.0
Web semántica y visiones de la web 3.0 Web semántica y visiones de la web 3.0
Web semántica y visiones de la web 3.0
 
Workshop Aspect Vigo Dic 2009
Workshop Aspect Vigo    Dic 2009Workshop Aspect Vigo    Dic 2009
Workshop Aspect Vigo Dic 2009
 
Innovación Institucional Educativa
Innovación Institucional EducativaInnovación Institucional Educativa
Innovación Institucional Educativa
 
LOs Modelization Miguel CBUC June 2004
LOs Modelization    Miguel CBUC June 2004LOs Modelization    Miguel CBUC June 2004
LOs Modelization Miguel CBUC June 2004
 
IEEE FIE 2008 Saratoga Paper 1197
IEEE FIE 2008 Saratoga  Paper 1197IEEE FIE 2008 Saratoga  Paper 1197
IEEE FIE 2008 Saratoga Paper 1197
 

Último

cortes de luz abril 2024 en la provincia de tungurahua
cortes de luz abril 2024 en la provincia de tungurahuacortes de luz abril 2024 en la provincia de tungurahua
cortes de luz abril 2024 en la provincia de tungurahuaDANNYISAACCARVAJALGA
 
OLIMPIADA DEL CONOCIMIENTO INFANTIL 2024.pptx
OLIMPIADA DEL CONOCIMIENTO INFANTIL 2024.pptxOLIMPIADA DEL CONOCIMIENTO INFANTIL 2024.pptx
OLIMPIADA DEL CONOCIMIENTO INFANTIL 2024.pptxjosetrinidadchavez
 
SELECCIÓN DE LA MUESTRA Y MUESTREO EN INVESTIGACIÓN CUALITATIVA.pdf
SELECCIÓN DE LA MUESTRA Y MUESTREO EN INVESTIGACIÓN CUALITATIVA.pdfSELECCIÓN DE LA MUESTRA Y MUESTREO EN INVESTIGACIÓN CUALITATIVA.pdf
SELECCIÓN DE LA MUESTRA Y MUESTREO EN INVESTIGACIÓN CUALITATIVA.pdfAngélica Soledad Vega Ramírez
 
TECNOLOGÍA FARMACEUTICA OPERACIONES UNITARIAS.pptx
TECNOLOGÍA FARMACEUTICA OPERACIONES UNITARIAS.pptxTECNOLOGÍA FARMACEUTICA OPERACIONES UNITARIAS.pptx
TECNOLOGÍA FARMACEUTICA OPERACIONES UNITARIAS.pptxKarlaMassielMartinez
 
2024 - Expo Visibles - Visibilidad Lesbica.pdf
2024 - Expo Visibles - Visibilidad Lesbica.pdf2024 - Expo Visibles - Visibilidad Lesbica.pdf
2024 - Expo Visibles - Visibilidad Lesbica.pdfBaker Publishing Company
 
Planificacion Anual 2do Grado Educacion Primaria 2024 Ccesa007.pdf
Planificacion Anual 2do Grado Educacion Primaria   2024   Ccesa007.pdfPlanificacion Anual 2do Grado Educacion Primaria   2024   Ccesa007.pdf
Planificacion Anual 2do Grado Educacion Primaria 2024 Ccesa007.pdfDemetrio Ccesa Rayme
 
TEMA 13 ESPAÑA EN DEMOCRACIA:DISTINTOS GOBIERNOS
TEMA 13 ESPAÑA EN DEMOCRACIA:DISTINTOS GOBIERNOSTEMA 13 ESPAÑA EN DEMOCRACIA:DISTINTOS GOBIERNOS
TEMA 13 ESPAÑA EN DEMOCRACIA:DISTINTOS GOBIERNOSjlorentemartos
 
Informatica Generalidades - Conceptos Básicos
Informatica Generalidades - Conceptos BásicosInformatica Generalidades - Conceptos Básicos
Informatica Generalidades - Conceptos BásicosCesarFernandez937857
 
Plan Refuerzo Escolar 2024 para estudiantes con necesidades de Aprendizaje en...
Plan Refuerzo Escolar 2024 para estudiantes con necesidades de Aprendizaje en...Plan Refuerzo Escolar 2024 para estudiantes con necesidades de Aprendizaje en...
Plan Refuerzo Escolar 2024 para estudiantes con necesidades de Aprendizaje en...Carlos Muñoz
 
SEXTO SEGUNDO PERIODO EMPRENDIMIENTO.pptx
SEXTO SEGUNDO PERIODO EMPRENDIMIENTO.pptxSEXTO SEGUNDO PERIODO EMPRENDIMIENTO.pptx
SEXTO SEGUNDO PERIODO EMPRENDIMIENTO.pptxYadi Campos
 
Planificacion Anual 4to Grado Educacion Primaria 2024 Ccesa007.pdf
Planificacion Anual 4to Grado Educacion Primaria   2024   Ccesa007.pdfPlanificacion Anual 4to Grado Educacion Primaria   2024   Ccesa007.pdf
Planificacion Anual 4to Grado Educacion Primaria 2024 Ccesa007.pdfDemetrio Ccesa Rayme
 
proyecto de mayo inicial 5 añitos aprender es bueno para tu niño
proyecto de mayo inicial 5 añitos aprender es bueno para tu niñoproyecto de mayo inicial 5 añitos aprender es bueno para tu niño
proyecto de mayo inicial 5 añitos aprender es bueno para tu niñotapirjackluis
 
MAYO 1 PROYECTO día de la madre el amor más grande
MAYO 1 PROYECTO día de la madre el amor más grandeMAYO 1 PROYECTO día de la madre el amor más grande
MAYO 1 PROYECTO día de la madre el amor más grandeMarjorie Burga
 
FORTI-MAYO 2024.pdf.CIENCIA,EDUCACION,CULTURA
FORTI-MAYO 2024.pdf.CIENCIA,EDUCACION,CULTURAFORTI-MAYO 2024.pdf.CIENCIA,EDUCACION,CULTURA
FORTI-MAYO 2024.pdf.CIENCIA,EDUCACION,CULTURAEl Fortí
 
la unidad de s sesion edussssssssssssssscacio fisca
la unidad de s sesion edussssssssssssssscacio fiscala unidad de s sesion edussssssssssssssscacio fisca
la unidad de s sesion edussssssssssssssscacio fiscaeliseo91
 
La empresa sostenible: Principales Características, Barreras para su Avance y...
La empresa sostenible: Principales Características, Barreras para su Avance y...La empresa sostenible: Principales Características, Barreras para su Avance y...
La empresa sostenible: Principales Características, Barreras para su Avance y...JonathanCovena1
 
EXPANSIÓN ECONÓMICA DE OCCIDENTE LEÓN.pptx
EXPANSIÓN ECONÓMICA DE OCCIDENTE LEÓN.pptxEXPANSIÓN ECONÓMICA DE OCCIDENTE LEÓN.pptx
EXPANSIÓN ECONÓMICA DE OCCIDENTE LEÓN.pptxPryhaSalam
 

Último (20)

cortes de luz abril 2024 en la provincia de tungurahua
cortes de luz abril 2024 en la provincia de tungurahuacortes de luz abril 2024 en la provincia de tungurahua
cortes de luz abril 2024 en la provincia de tungurahua
 
OLIMPIADA DEL CONOCIMIENTO INFANTIL 2024.pptx
OLIMPIADA DEL CONOCIMIENTO INFANTIL 2024.pptxOLIMPIADA DEL CONOCIMIENTO INFANTIL 2024.pptx
OLIMPIADA DEL CONOCIMIENTO INFANTIL 2024.pptx
 
SELECCIÓN DE LA MUESTRA Y MUESTREO EN INVESTIGACIÓN CUALITATIVA.pdf
SELECCIÓN DE LA MUESTRA Y MUESTREO EN INVESTIGACIÓN CUALITATIVA.pdfSELECCIÓN DE LA MUESTRA Y MUESTREO EN INVESTIGACIÓN CUALITATIVA.pdf
SELECCIÓN DE LA MUESTRA Y MUESTREO EN INVESTIGACIÓN CUALITATIVA.pdf
 
TECNOLOGÍA FARMACEUTICA OPERACIONES UNITARIAS.pptx
TECNOLOGÍA FARMACEUTICA OPERACIONES UNITARIAS.pptxTECNOLOGÍA FARMACEUTICA OPERACIONES UNITARIAS.pptx
TECNOLOGÍA FARMACEUTICA OPERACIONES UNITARIAS.pptx
 
2024 - Expo Visibles - Visibilidad Lesbica.pdf
2024 - Expo Visibles - Visibilidad Lesbica.pdf2024 - Expo Visibles - Visibilidad Lesbica.pdf
2024 - Expo Visibles - Visibilidad Lesbica.pdf
 
Planificacion Anual 2do Grado Educacion Primaria 2024 Ccesa007.pdf
Planificacion Anual 2do Grado Educacion Primaria   2024   Ccesa007.pdfPlanificacion Anual 2do Grado Educacion Primaria   2024   Ccesa007.pdf
Planificacion Anual 2do Grado Educacion Primaria 2024 Ccesa007.pdf
 
TEMA 13 ESPAÑA EN DEMOCRACIA:DISTINTOS GOBIERNOS
TEMA 13 ESPAÑA EN DEMOCRACIA:DISTINTOS GOBIERNOSTEMA 13 ESPAÑA EN DEMOCRACIA:DISTINTOS GOBIERNOS
TEMA 13 ESPAÑA EN DEMOCRACIA:DISTINTOS GOBIERNOS
 
Informatica Generalidades - Conceptos Básicos
Informatica Generalidades - Conceptos BásicosInformatica Generalidades - Conceptos Básicos
Informatica Generalidades - Conceptos Básicos
 
Plan Refuerzo Escolar 2024 para estudiantes con necesidades de Aprendizaje en...
Plan Refuerzo Escolar 2024 para estudiantes con necesidades de Aprendizaje en...Plan Refuerzo Escolar 2024 para estudiantes con necesidades de Aprendizaje en...
Plan Refuerzo Escolar 2024 para estudiantes con necesidades de Aprendizaje en...
 
SEXTO SEGUNDO PERIODO EMPRENDIMIENTO.pptx
SEXTO SEGUNDO PERIODO EMPRENDIMIENTO.pptxSEXTO SEGUNDO PERIODO EMPRENDIMIENTO.pptx
SEXTO SEGUNDO PERIODO EMPRENDIMIENTO.pptx
 
Planificacion Anual 4to Grado Educacion Primaria 2024 Ccesa007.pdf
Planificacion Anual 4to Grado Educacion Primaria   2024   Ccesa007.pdfPlanificacion Anual 4to Grado Educacion Primaria   2024   Ccesa007.pdf
Planificacion Anual 4to Grado Educacion Primaria 2024 Ccesa007.pdf
 
proyecto de mayo inicial 5 añitos aprender es bueno para tu niño
proyecto de mayo inicial 5 añitos aprender es bueno para tu niñoproyecto de mayo inicial 5 añitos aprender es bueno para tu niño
proyecto de mayo inicial 5 añitos aprender es bueno para tu niño
 
MAYO 1 PROYECTO día de la madre el amor más grande
MAYO 1 PROYECTO día de la madre el amor más grandeMAYO 1 PROYECTO día de la madre el amor más grande
MAYO 1 PROYECTO día de la madre el amor más grande
 
Fe contra todo pronóstico. La fe es confianza.
Fe contra todo pronóstico. La fe es confianza.Fe contra todo pronóstico. La fe es confianza.
Fe contra todo pronóstico. La fe es confianza.
 
FORTI-MAYO 2024.pdf.CIENCIA,EDUCACION,CULTURA
FORTI-MAYO 2024.pdf.CIENCIA,EDUCACION,CULTURAFORTI-MAYO 2024.pdf.CIENCIA,EDUCACION,CULTURA
FORTI-MAYO 2024.pdf.CIENCIA,EDUCACION,CULTURA
 
Medición del Movimiento Online 2024.pptx
Medición del Movimiento Online 2024.pptxMedición del Movimiento Online 2024.pptx
Medición del Movimiento Online 2024.pptx
 
la unidad de s sesion edussssssssssssssscacio fisca
la unidad de s sesion edussssssssssssssscacio fiscala unidad de s sesion edussssssssssssssscacio fisca
la unidad de s sesion edussssssssssssssscacio fisca
 
La empresa sostenible: Principales Características, Barreras para su Avance y...
La empresa sostenible: Principales Características, Barreras para su Avance y...La empresa sostenible: Principales Características, Barreras para su Avance y...
La empresa sostenible: Principales Características, Barreras para su Avance y...
 
Tema 8.- PROTECCION DE LOS SISTEMAS DE INFORMACIÓN.pdf
Tema 8.- PROTECCION DE LOS SISTEMAS DE INFORMACIÓN.pdfTema 8.- PROTECCION DE LOS SISTEMAS DE INFORMACIÓN.pdf
Tema 8.- PROTECCION DE LOS SISTEMAS DE INFORMACIÓN.pdf
 
EXPANSIÓN ECONÓMICA DE OCCIDENTE LEÓN.pptx
EXPANSIÓN ECONÓMICA DE OCCIDENTE LEÓN.pptxEXPANSIÓN ECONÓMICA DE OCCIDENTE LEÓN.pptx
EXPANSIÓN ECONÓMICA DE OCCIDENTE LEÓN.pptx
 

El eBook, evolución de la plataforma web como soporte tecnológico para la educación: Estándares, personalización y analítica

  • 1. El eBook, evolución de la plataforma web como soporte tecnológico para la educación: Estándares, personalización y analítica II Jornada de Innovación y Tecnologías Educativas de la ETSI Informática Miguel Rodríguez Artacho, Dpto. LSI, UNED miguel@lsi.uned.es 21 Abril 2016
  • 6. La nube como plataforma de e-learning • Registros de actividad y desempeño distribuidos (LRS) • Aprendizaje ubicuo y basado en dispositivos móviles • De los cursos reglados a los MOOC (modelo de consumo en internet)
  • 7. eBook • Contenido HTML5 • Estilo  CSS3 • Comportamiento  JavaScript • Empaquetado  ePub3
  • 8. Características ePub3 vs. SCORM • Partes (heterogéneas) unidas vs. un todo con formato homogéneo (HTML5) • Control en el dispositivo, no en un servidor centralizado • Player (renderizado) fuera de ámbito de SCORM vs. lector eBook • Posibilidad de incorporar traza de actividad descentralizada (LRS) • Conformidad intrínseca en cuanto a accesibilidad  Ambos verificables (test de conformidad)
  • 9. Estructura de un ePub Book.epub/ ├── mimetype ├── META-INF/ │ └── container.xml └── OPS/ ├── package.opf ├── toc.ncx ├── css/ │ └── theme.css ├── images/ │ ├── cover.jpg │ ├── image_01.jpg │ ├── image_02.jpg │ ├── image_03.jpg │ └── image_04.jpg └── xhtml/ ├── chapter01.xhtml ├── chapter02.xhtml ├── chapter03.xhtml ├── chapter04.xhtml └── toc.xhtml
  • 10. ePub3 (Javascript) <script type="text/javascript"> alert("Name: " + navigator.epubReadingSystem.name + " / version: " + navigator.epubReadingSystem.version + " / layoutStyle " + navigator.epubReadingSystem.layoutStyle); </script>
  • 11. EDUPUB • Perfil de ePub3 pero con características adicionales <dc:type>edupub</dc:type> • Estructura y navegación obligatoria (toc toi tof <nav>) • Semántica estructural  una taxonomía educativa simple
  • 12. EDUPUB • Objetos distribuibles  especifica cómo identificar las "entidades discretas " dentro de un EDUPUB como contenido, hojas de estilo, fuentes, metadatos, recursos multimedia, etc., que están destinados a formar un "objeto distribuible" como un capítulo , una demostración de vídeo , un ejercicio, o cualquier otro subconjunto de un EDUPUB que puede ser enviado por. • Scriptable component  especifica cómo crear "widgets" interactivos que se pueden incorporar en las publicaciones EDUPUB e intercambiar entre ellos objetos distribuibles • Anotaciones abiertas en EPUB  especifica cómo manejar las anotaciones y generar eventos relacionados con éstas.
  • 13. IEEE LTSC: Actionable Data Book Model • Un enfoque hacia el aprendizaje independiente de la plataforma • eBook (ePub3) como contenedor tecnológico • Generación de datos y trazas basadas en la nube (xAPI cloud exchange) • Comunicación con dispositivos de la IoT (o locales)  Laboratorios educativos online
  • 14. ePub3 + xAPI Source: The IEEE Actionable Data Book and EPUB 3 Tyde Richards, John Costa, Avron Barr
  • 16. Interacciones desde un ePub3 Source: http://www.slideshare.net/JohnBCosta/adb-brief-for-edupub-2014
  • 17.
  • 18. Ejemplo de actividad <john> <launched> <cool book> <john> <read> <page 1> ( d: "PT45S" ) { p: ["chapter 1"], g: ["cool book", "cool class"] } <john> <read> <page 2> ( d: "PT15S" ) { p: ["chapter 1"], g: ["cool book", "cool class"] } <john> <read> <page 3> ( d: "PT55S" ) { p: ["chapter 1"], g: ["cool book", "cool class"] } <john> <read> <page 4> ( d: "PT45S" ) { p: ["chapter 1"], g: ["cool book", "cool class"] } <john> <watched> <video 1> ( d: "PT3M" ) { p: ["page 4"], g: ["chapter 1", "cool book", "cool class"] } <john> <paused> <video 1> { p: ["page 4"], g: ["chapter 1", "cool book", "cool class"] } <john> <resumed> <video 1> { p: ["page 4"], g: ["chapter 1", "cool book", "cool class"] } <john> <watch> <video 1> ( d: "PT2M" ) { p: ["page 4"], g: ["chapter 1", "cool book", "cool class"] } <john> <completed> <video 1> ( d: "PT5M" ) { p: ["page 4"], g: ["chapter 1", "cool book", "cool class"] } <john> <read> <page 5> ( d: "PT45S" ) { p: ["chapter 1"], g: ["cool book", "cool class"] }
  • 19. Ejemplo de actividad <john> <answered> <question 1> ( r: "answer 2" ) { p: ["page 5"], g: ["chapter 1", "cool book", "cool class"] } <john> <answered> <question 1> ( r: "answer 3" ) { p: ["page 5"], g: ["chapter 1", "cool book", "cool class"] } <john> <answered> <question 1> ( r: "answer 2" ) { p: ["page 5"], g: ["chapter 1", "cool book", "cool class"] } <john> <answered> <question 2> ( r: "answer 4" ) { p: ["page 5"], g: ["chapter 1", "cool book", "cool class"] } <john> <answered> <question 3> ( r: "answer 1" ) { p: ["page 5"], g: ["chapter 1", "cool book", "cool class"] } <john> <completed> <assessment 1> ( s: [2, 0, 3], d: "PT2M" ) { p: ["page 5"], g: ["chapter 1", "cool book", "cool class"] } <john> <passed> <assessment 1> ( s: [2, 0, 3], d: "PT2M" ) { p: ["page 5"], g: ["chapter 1", "cool book", "cool class"] } <john> <suspended> <cool book> { g: ["page 5", "cool class"] } <john> <resumed> <cool book> { g: ["page 5", "cool class"] } <john> <read> <page 6> ( d: "PT45S" ) { p: ["chapter 2"], g: ["cool book", "cool class"] } <john> <read> <page 7> ( d: "PT25S" ) { p: ["chapter 2"], g: ["cool book", "cool class"] }
  • 20. Ejemplo de actividad <john> <read> <page 8> ( d: "PT1M15S" ) { p: ["chapter 2"], g: ["cool book", "cool class"] } <john> <exited> <cool book> { g: [“page 8”] } <john> <launched> <cool book> <john> <bookmarked> <page 9> { p: ["chapter 2"], g: ["cool book", "cool class"] } <john> <highlighted> <paragraph 6> ( r: "need help" ) { p: [“page 9”], g: ["chapter 2", "cool book", "cool class"] } <john> <asked> <page 9> ( r: “Can you please clarify how this applies to science?” ) { p: [“feedback 1”], g: ["chapter 2", "cool book", "cool class"] } <john> <read> <page 9> ( d: "PT3M25S" ) { p: ["chapter 2"], g: ["cool book", "cool class"] } <john> <highlighted> <paragraph 7> ( r: "insightful" ) { p: [“page 9”], g: ["chapter 2", "cool book", "cool class"] } <john> <read> <page 10> ( d: "PT1M04S" ) { p: ["chapter 2"], g: ["cool book", "cool class"] } <teacher> <responded> <john> ( r: “Science is an art of understanding.” ) { p: [“feedback 1”], g: [“page 9”, “chapter 2”, "cool book", "cool class"] } <john> <commented> <teacher> ( r: “Okay thanks!” ) { p: [“feedback 1”], g: [“page 9”, “chapter 2”, "cool book", "cool class"] }
  • 21. Referencias • ePub3: http://epubzone.org/epub-3-overview/understanding-epub-3 • Ejemplos (xAPI+ePUB3) : http://z2.vc/epubs/ • CoP: https://plus.google.com/communities/114517811515662776461 • xAPI examples: • http://www.adlnet.gov/tla/experience-api/xapi-cop-directory/ • EDUPUB: https://www.bisg.org/publications/getting-started-edupub • IMS Caliper + EDUPUB http://www.imsglobal.org/sites/default/files/edupub/EPUB3QTILTICaliper _BestPracticesvd8.pdf
  • 22. El eBook, evolución de la plataforma web como soporte tecnológico para la educación: Estándares, personalización y analítica II Jornada de Innovación y Tecnologías Educativas de la ETSI Informática Miguel Rodríguez Artacho, Dpto. LSI, UNED miguel@lsi.uned.es 21 Abril 2016 Gracias!

Notas del editor

  1. Evolución de las interacciones entre los actores POCOS INGREDIENTES INTERACCIONES SIMPLES
  2. Se trata de replicar el escenario anterior pero mediante TEL. No se conocen todavía interacciones NUEVAS, aparte de la del profesor que transmite y el estudiante que recibe la información SE TRANSITA DE LA REPLICACION USANDO TEL DEL MODELO CLASICO HACIA LA APARICION DE NUEVAS INTERACCIONES
  3. Social-learning, mobile-learning, big-data, adaptive-learning, peer-to-peer, MOOC, tablet, networked, google TODAS LAS INTERACCIONES SON NUEVAS O ESTÁN EN EXPERIMENTACIÓN Elementos SOCIALES Estímulos GOOGLE is the teacher