Módulo 2 de HTML5MOOC

Type Excursion (Interactive Presentation)
{:title=>"Beschreibung"} Herramienta para probar el código javascript y los ejemplos de la módulo 2 del curso @HTML5MOOC de FirefoxOS
Tags
Author carlos
License Creative Commons Attribution-NonCommercial
Attribute to carlos (http://vishub.org/users/carlos-24)
With content from Enrique
Sprache Spanish
Erstellt am Sonntag, 19. Oktober 2014, 14:51 Uhr
Aktualisiert am Freitag, 21. Oktober 2022, 14:48 Uhr

Ein SCORM Paket ist eine Sammlung von Dateien, die nach einem beliebten Standard für Lernobjekte zusammengefasst sind. SCORM Pakete sind zip Dateien, die in alle LMS (Learning Management System), die diesen Standard unterstützen, integriert werden können, wie z.B. Moodle oder Blackboard. Sie können zur Präsentation von multimedialen Inhalten sowie für Beurteilungen in LMSs verwendet werden. Das heißt, man kann eine virtuelle Exkursion aus dem ViSH einfach in Moodle oder ein anderes LMS integrieren indem man es als SCORM herunterladet.

Eduardo
Eduardo
vor mehr als 9 Jahre

hola tengo problemas para subir el ejercicio p2p opcional del tema 2 css, siempre que le doy entregar tarea me dice que el fichero a subir tiene un error pero lo he revisado muchas veces y no le veo nada extraño ayudenme este es el codigo:
<!doctype html>

Herencia

h1 { color: purple; }
h1 { color: grey; }
#caja .cabecera h1 {
color: red;
}
#caja header h1 {
color: blue;
}
header h1 {
color: lime;
}



Cabecera: header



La puntuacion es 0,1,1,1 es decir 111


<!-- La puntuacion es 0,1,1,1 es decir 111-->