<?xml version="1.0" encoding="UTF-8"?>
<lom xmlns="http://ltsc.ieee.org/xsd/LOM" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ltsc.ieee.org/xsd/LOM lom.xsd">
  <general>
    <identifier>
      <catalog>URI</catalog>
      <entry>http://vishub.org/excursions/1158</entry>
    </identifier>
    <title>
      <string language="es">Módulo 2 de HTML5MOOC</string>
    </title>
    <language>es</language>
    <description>
      <string language="es">Herramienta para probar el código javascript y los ejemplos de la módulo 2 del curso @HTML5MOOC de FirefoxOS</string>
    </description>
    <keyword>
      <string language="es">javascript</string>
    </keyword>
    <structure>
      <source>LOMv1.0</source>
      <value>hierarchical</value>
    </structure>
    <aggregationLevel>
      <source>LOMv1.0</source>
      <value>2</value>
    </aggregationLevel>
  </general>
  <lifeCycle>
    <version>
      <string language="en">v2022.10.21</string>
    </version>
    <status>
      <source>LOMv1.0</source>
      <value>final</value>
    </status>
    <contribute>
      <role>
        <source>LOMv1.0</source>
        <value>author</value>
      </role>
      <entity>BEGIN:VCARD&amp;#xD;VERSION:3.0&amp;#xD;N:carlos&amp;#xD;FN:carlos&amp;#xD;END:VCARD</entity>
      <date>
        <dateTime>2022-10-21</dateTime>
        <description>
          <string language="en">This date represents the date the author finished the indicated version of the Learning Object.</string>
        </description>
      </date>
    </contribute>
    <contribute>
      <role>
        <source>LOMv1.0</source>
        <value>technical implementer</value>
      </role>
      <entity>BEGIN:VCARD&amp;#xD;VERSION:3.0&amp;#xD;N:Authoring Tool ViSH Editor v.0.8.9 (http://github.com/ging/vish_editor)&amp;#xD;FN:Authoring Tool ViSH Editor v.0.8.9 (http://github.com/ging/vish_editor)&amp;#xD;END:VCARD</entity>
    </contribute>
  </lifeCycle>
  <metaMetadata>
    <identifier>
      <catalog>URI</catalog>
      <entry>http://vishub.org/excursions/1158/metadata.xml</entry>
    </identifier>
    <contribute>
      <role>
        <source>LOMv1.0</source>
        <value>creator</value>
      </role>
      <entity>BEGIN:VCARD&amp;#xD;VERSION:3.0&amp;#xD;N:carlos&amp;#xD;FN:carlos&amp;#xD;END:VCARD</entity>
      <date>
        <dateTime>2022-10-21</dateTime>
        <description>
          <string language="en">This date represents the date the author finished authoring the metadata of the indicated version of the Learning Object.</string>
        </description>
      </date>
    </contribute>
    <metadataSchema>LOMv1.0</metadataSchema>
    <language>en</language>
  </metaMetadata>
  <technical>
    <format>text/html</format>
    <location>http://vishub.org/excursions/1158</location>
    <requirement>
      <orComposite>
        <type>
          <source>LOMv1.0</source>
          <value>browser</value>
        </type>
        <name>
          <source>LOMv1.0</source>
          <value>any</value>
        </name>
      </orComposite>
    </requirement>
    <installationRemarks>
      <string language="en">Unzip the zip file and launch excursion.html in your browser.</string>
    </installationRemarks>
    <otherPlatformRequirements>
      <string language="en">HTML5-compliant web browser and ViSH Viewer v.0.8.9 (http://github.com/ging/vish_editor).</string>
    </otherPlatformRequirements>
  </technical>
  <educational>
    <interactivityType>
      <source>LOMv1.0</source>
      <value>mixed</value>
    </interactivityType>
    <learningResourceType>
      <source>LOMv1.0</source>
      <value>lecture</value>
    </learningResourceType>
    <learningResourceType>
      <source>LOMv1.0</source>
      <value>slide</value>
    </learningResourceType>
    <interactivityLevel>
      <source>LOMv1.0</source>
      <value>very high</value>
    </interactivityLevel>
    <intendedEndUserRole>
      <source>LOMv1.0</source>
      <value>learner</value>
    </intendedEndUserRole>
    <context>
      <source>LOMv1.0</source>
      <value>other</value>
    </context>
    <language>es</language>
  </educational>
  <rights>
    <cost>
      <source>LOMv1.0</source>
      <value>no</value>
    </cost>
    <copyrightAndOtherRestrictions>
      <source>LOMv1.0</source>
      <value>yes</value>
    </copyrightAndOtherRestrictions>
    <description>
      <string language="en">License: 'Creative Commons Attribution-NonCommercial'.</string>
    </description>
  </rights>
  <annotation>
    <entity>BEGIN:VCARD&amp;#xD;VERSION:3.0&amp;#xD;N:Eduardo&amp;#xD;FN:Eduardo&amp;#xD;END:VCARD</entity>
    <date>
      <dateTime>2014-10-22</dateTime>
    </date>
    <description>
      <string>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:
&lt;!doctype html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;meta charset="utf-8"&gt;
&lt;title&gt;Herencia&lt;/title&gt;
&lt;style type="text/css"&gt;
h1 { color: purple; }
h1 { color: grey; }
#caja .cabecera h1 {
	color: red;
}
#caja header h1 {
	color: blue;
}
header  h1 {
	color: lime;
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div id="caja"&gt;
  &lt;header class="cabecera"&gt;
    &lt;h1&gt;Cabecera: header&lt;/h1&gt;
  &lt;/header&gt;
  &lt;p&gt;La puntuacion es 0,1,1,1 es decir 111&lt;/p&gt;
  &lt;!-- La puntuacion es 0,1,1,1 es decir 111--&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt; </string>
    </description>
  </annotation>
</lom>
