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

Uses of simple past and time expressions
Uses of simple past and time expressionsUses of simple past and time expressions
Uses of simple past and time expressionsConsueloSantana3
 
Técnicas de grabado y estampación : procesos y materiales
Técnicas de grabado y estampación : procesos y materialesTécnicas de grabado y estampación : procesos y materiales
Técnicas de grabado y estampación : procesos y materialesRaquel Martín Contreras
 
LINEAMIENTOS INICIO DEL AÑO LECTIVO 2024-2025.pptx
LINEAMIENTOS INICIO DEL AÑO LECTIVO 2024-2025.pptxLINEAMIENTOS INICIO DEL AÑO LECTIVO 2024-2025.pptx
LINEAMIENTOS INICIO DEL AÑO LECTIVO 2024-2025.pptxdanalikcruz2000
 
La Función tecnológica del tutor.pptx
La  Función  tecnológica  del tutor.pptxLa  Función  tecnológica  del tutor.pptx
La Función tecnológica del tutor.pptxJunkotantik
 
Contextualización y aproximación al objeto de estudio de investigación cualit...
Contextualización y aproximación al objeto de estudio de investigación cualit...Contextualización y aproximación al objeto de estudio de investigación cualit...
Contextualización y aproximación al objeto de estudio de investigación cualit...Angélica Soledad Vega Ramírez
 
DETALLES EN EL DISEÑO DE INTERIOR
DETALLES EN EL DISEÑO DE INTERIORDETALLES EN EL DISEÑO DE INTERIOR
DETALLES EN EL DISEÑO DE INTERIORGonella
 
PPT_Formación integral y educación CRESE (1).pdf
PPT_Formación integral y educación CRESE (1).pdfPPT_Formación integral y educación CRESE (1).pdf
PPT_Formación integral y educación CRESE (1).pdfEDILIAGAMBOA
 
Fundamentos y Principios de Psicopedagogía..pdf
Fundamentos y Principios de Psicopedagogía..pdfFundamentos y Principios de Psicopedagogía..pdf
Fundamentos y Principios de Psicopedagogía..pdfsamyarrocha1
 
Los Nueve Principios del Desempeño de la Sostenibilidad
Los Nueve Principios del Desempeño de la SostenibilidadLos Nueve Principios del Desempeño de la Sostenibilidad
Los Nueve Principios del Desempeño de la SostenibilidadJonathanCovena1
 
LA OVEJITA QUE VINO A CENAR CUENTO INFANTIL.pdf
LA OVEJITA QUE VINO A CENAR CUENTO INFANTIL.pdfLA OVEJITA QUE VINO A CENAR CUENTO INFANTIL.pdf
LA OVEJITA QUE VINO A CENAR CUENTO INFANTIL.pdfNataliaMalky1
 
Presentación de Estrategias de Enseñanza-Aprendizaje Virtual.pptx
Presentación de Estrategias de Enseñanza-Aprendizaje Virtual.pptxPresentación de Estrategias de Enseñanza-Aprendizaje Virtual.pptx
Presentación de Estrategias de Enseñanza-Aprendizaje Virtual.pptxYeseniaRivera50
 
VOLUMEN 1 COLECCION PRODUCCION BOVINA . SERIE SANIDAD ANIMAL
VOLUMEN 1 COLECCION PRODUCCION BOVINA . SERIE SANIDAD ANIMALVOLUMEN 1 COLECCION PRODUCCION BOVINA . SERIE SANIDAD ANIMAL
VOLUMEN 1 COLECCION PRODUCCION BOVINA . SERIE SANIDAD ANIMALEDUCCUniversidadCatl
 
CIENCIAS NATURALES 4 TO ambientes .docx
CIENCIAS NATURALES 4 TO  ambientes .docxCIENCIAS NATURALES 4 TO  ambientes .docx
CIENCIAS NATURALES 4 TO ambientes .docxAgustinaNuez21
 
FICHA DE MONITOREO Y ACOMPAÑAMIENTO 2024 MINEDU
FICHA DE MONITOREO Y ACOMPAÑAMIENTO  2024 MINEDUFICHA DE MONITOREO Y ACOMPAÑAMIENTO  2024 MINEDU
FICHA DE MONITOREO Y ACOMPAÑAMIENTO 2024 MINEDUgustavorojas179704
 
Instrucciones para la aplicacion de la PAA-2024b - (Mayo 2024)
Instrucciones para la aplicacion de la PAA-2024b - (Mayo 2024)Instrucciones para la aplicacion de la PAA-2024b - (Mayo 2024)
Instrucciones para la aplicacion de la PAA-2024b - (Mayo 2024)veganet
 
PPT GESTIÓN ESCOLAR 2024 Comités y Compromisos.pptx
PPT GESTIÓN ESCOLAR 2024 Comités y Compromisos.pptxPPT GESTIÓN ESCOLAR 2024 Comités y Compromisos.pptx
PPT GESTIÓN ESCOLAR 2024 Comités y Compromisos.pptxOscarEduardoSanchezC
 
c3.hu3.p1.p3.El ser humano como ser histórico.pptx
c3.hu3.p1.p3.El ser humano como ser histórico.pptxc3.hu3.p1.p3.El ser humano como ser histórico.pptx
c3.hu3.p1.p3.El ser humano como ser histórico.pptxMartín Ramírez
 

Último (20)

Uses of simple past and time expressions
Uses of simple past and time expressionsUses of simple past and time expressions
Uses of simple past and time expressions
 
Técnicas de grabado y estampación : procesos y materiales
Técnicas de grabado y estampación : procesos y materialesTécnicas de grabado y estampación : procesos y materiales
Técnicas de grabado y estampación : procesos y materiales
 
LINEAMIENTOS INICIO DEL AÑO LECTIVO 2024-2025.pptx
LINEAMIENTOS INICIO DEL AÑO LECTIVO 2024-2025.pptxLINEAMIENTOS INICIO DEL AÑO LECTIVO 2024-2025.pptx
LINEAMIENTOS INICIO DEL AÑO LECTIVO 2024-2025.pptx
 
La Función tecnológica del tutor.pptx
La  Función  tecnológica  del tutor.pptxLa  Función  tecnológica  del tutor.pptx
La Función tecnológica del tutor.pptx
 
PPTX: La luz brilla en la oscuridad.pptx
PPTX: La luz brilla en la oscuridad.pptxPPTX: La luz brilla en la oscuridad.pptx
PPTX: La luz brilla en la oscuridad.pptx
 
Contextualización y aproximación al objeto de estudio de investigación cualit...
Contextualización y aproximación al objeto de estudio de investigación cualit...Contextualización y aproximación al objeto de estudio de investigación cualit...
Contextualización y aproximación al objeto de estudio de investigación cualit...
 
DETALLES EN EL DISEÑO DE INTERIOR
DETALLES EN EL DISEÑO DE INTERIORDETALLES EN EL DISEÑO DE INTERIOR
DETALLES EN EL DISEÑO DE INTERIOR
 
PPT_Formación integral y educación CRESE (1).pdf
PPT_Formación integral y educación CRESE (1).pdfPPT_Formación integral y educación CRESE (1).pdf
PPT_Formación integral y educación CRESE (1).pdf
 
Fundamentos y Principios de Psicopedagogía..pdf
Fundamentos y Principios de Psicopedagogía..pdfFundamentos y Principios de Psicopedagogía..pdf
Fundamentos y Principios de Psicopedagogía..pdf
 
DIA INTERNACIONAL DAS FLORESTAS .
DIA INTERNACIONAL DAS FLORESTAS         .DIA INTERNACIONAL DAS FLORESTAS         .
DIA INTERNACIONAL DAS FLORESTAS .
 
Los Nueve Principios del Desempeño de la Sostenibilidad
Los Nueve Principios del Desempeño de la SostenibilidadLos Nueve Principios del Desempeño de la Sostenibilidad
Los Nueve Principios del Desempeño de la Sostenibilidad
 
LA OVEJITA QUE VINO A CENAR CUENTO INFANTIL.pdf
LA OVEJITA QUE VINO A CENAR CUENTO INFANTIL.pdfLA OVEJITA QUE VINO A CENAR CUENTO INFANTIL.pdf
LA OVEJITA QUE VINO A CENAR CUENTO INFANTIL.pdf
 
Presentación de Estrategias de Enseñanza-Aprendizaje Virtual.pptx
Presentación de Estrategias de Enseñanza-Aprendizaje Virtual.pptxPresentación de Estrategias de Enseñanza-Aprendizaje Virtual.pptx
Presentación de Estrategias de Enseñanza-Aprendizaje Virtual.pptx
 
VOLUMEN 1 COLECCION PRODUCCION BOVINA . SERIE SANIDAD ANIMAL
VOLUMEN 1 COLECCION PRODUCCION BOVINA . SERIE SANIDAD ANIMALVOLUMEN 1 COLECCION PRODUCCION BOVINA . SERIE SANIDAD ANIMAL
VOLUMEN 1 COLECCION PRODUCCION BOVINA . SERIE SANIDAD ANIMAL
 
CIENCIAS NATURALES 4 TO ambientes .docx
CIENCIAS NATURALES 4 TO  ambientes .docxCIENCIAS NATURALES 4 TO  ambientes .docx
CIENCIAS NATURALES 4 TO ambientes .docx
 
FICHA DE MONITOREO Y ACOMPAÑAMIENTO 2024 MINEDU
FICHA DE MONITOREO Y ACOMPAÑAMIENTO  2024 MINEDUFICHA DE MONITOREO Y ACOMPAÑAMIENTO  2024 MINEDU
FICHA DE MONITOREO Y ACOMPAÑAMIENTO 2024 MINEDU
 
Instrucciones para la aplicacion de la PAA-2024b - (Mayo 2024)
Instrucciones para la aplicacion de la PAA-2024b - (Mayo 2024)Instrucciones para la aplicacion de la PAA-2024b - (Mayo 2024)
Instrucciones para la aplicacion de la PAA-2024b - (Mayo 2024)
 
Earth Day Everyday 2024 54th anniversary
Earth Day Everyday 2024 54th anniversaryEarth Day Everyday 2024 54th anniversary
Earth Day Everyday 2024 54th anniversary
 
PPT GESTIÓN ESCOLAR 2024 Comités y Compromisos.pptx
PPT GESTIÓN ESCOLAR 2024 Comités y Compromisos.pptxPPT GESTIÓN ESCOLAR 2024 Comités y Compromisos.pptx
PPT GESTIÓN ESCOLAR 2024 Comités y Compromisos.pptx
 
c3.hu3.p1.p3.El ser humano como ser histórico.pptx
c3.hu3.p1.p3.El ser humano como ser histórico.pptxc3.hu3.p1.p3.El ser humano como ser histórico.pptx
c3.hu3.p1.p3.El ser humano como ser histórico.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