Aprendo: Log
De PatioWiki
(Diferencias entre revisiones)
(→Ejemplo de log) |
|||
Línea 40: | Línea 40: | ||
== Etiquetas del log == | == Etiquetas del log == | ||
- | = | + | {| border="1" |
+ | |- | ||
+ | ! Nombre | ||
+ | ! Value | ||
+ | ! Descripción | ||
+ | |- | ||
+ | | pupil || Integer || Id del alumno en la base de datos | ||
+ | |- | ||
+ | | mouselog || Define el log de acciones de ratón | ||
+ | |} | ||
+ | |||
+ | == <abstractlog> == | ||
+ | |||
+ | === Atributos === | ||
+ | |||
+ | exercise="0" name="vocabularioFruta" date="27-abr-2010 11:40:26" time="11:40:26" mode="LEARNING" | ||
+ | width="1102" height="571"> | ||
+ | |||
+ | {| border="1" | ||
+ | |- | ||
+ | ! Nombre | ||
+ | ! Value | ||
+ | ! Descripción | ||
+ | |- | ||
+ | | exercise || Integer || Define el log de acciones abstractas | ||
+ | |- | ||
+ | | name || String || El nombre que identifica al ejercicio | ||
+ | |- | ||
+ | | date || Date || Fecha de realización del ejercicio | ||
+ | |- | ||
+ | | mode || [Evaluation, Learning] || Modo de realizacíon del ejercicio | ||
+ | |- | ||
+ | | width || Integer || Ancho del panel del ejercicio | ||
+ | |- | ||
+ | | height || Integer || Altura del panel del ejercicio | ||
+ | |} |
Revisión de 08:44 23 jun 2010
El log de Aprendo contiene todas las acciones que realizó el usuario durante un ejercicio.
Contenido |
Ejemplo de log
<session pupil="316" exercise="0" name="vocabularioFruta" date="27-abr-2010 11:40:26" time="11:40:26" mode="LEARNING" width="1102" height="571">
<concepts/> <abstractlog> <action action="COMMON_CLICK_OUT" time="0" description=""/> <action action="2" time="36131" description=""> <image imageid="fruta/manzana.svg" relativeid="2" concept="fruta/manzana.svg"/> </action> <action action="2" time="36724" description=""> <image imageid="fruta/frambuesa.svg" relativeid="7" concept="fruta/frambuesa.svg"/> </action> <action action="1" time="37419" description=""> <image imageid="fruta/cereza.svg" relativeid="0" concept="fruta/cereza.svg"/> </action> <action action="COMMON_CLICK_OUT" time="45263" description=""/> </abstractlog> <mouselog> <action time="0" action="1" x="604" y="289"/> <action time="0" action="3" x="604" y="289"/> <action time="0" action="4" x="604" y="289"/> <action time="36132" action="1" x="140" y="354"/> <action time="36204" action="3" x="140" y="354"/> <action time="36204" action="4" x="140" y="354"/> <action time="36725" action="1" x="337" y="365"/> <action time="36787" action="3" x="337" y="365"/> <action time="36787" action="4" x="337" y="365"/> <action time="37419" action="1" x="158" y="168"/> <action time="37607" action="3" x="158" y="168"/> <action time="37607" action="4" x="158" y="168"/> <action time="45263" action="1" x="241" y="282"/> <action time="45279" action="2" x="240" y="282"/> <action time="45279" action="3" x="240" y="282"/> </mouselog>
</session>
Etiquetas del log
Nombre | Value | Descripción |
---|---|---|
pupil | Integer | Id del alumno en la base de datos |
mouselog | Define el log de acciones de ratón |
<abstractlog>
Atributos
exercise="0" name="vocabularioFruta" date="27-abr-2010 11:40:26" time="11:40:26" mode="LEARNING" width="1102" height="571">
Nombre | Value | Descripción |
---|---|---|
exercise | Integer | Define el log de acciones abstractas |
name | String | El nombre que identifica al ejercicio |
date | Date | Fecha de realización del ejercicio |
mode | [Evaluation, Learning] | Modo de realizacíon del ejercicio |
width | Integer | Ancho del panel del ejercicio |
height | Integer | Altura del panel del ejercicio |