Aprendo: Log
From PatioWiki
(Difference between revisions)
| Line 51: | Line 51: | ||
|} | |} | ||
| - | == < | + | == <session> == |
| - | == | + | |
| + | === Atributos === | ||
{| border="1" | {| border="1" | ||
| Line 60: | Line 61: | ||
! Descripción | ! 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 | ||
|} | |} | ||
| + | == <abstractlog> == | ||
| - | |||
| - | + | == <action> == | |
| - | + | ||
{| border="1" | {| border="1" | ||
| Line 79: | Line 85: | ||
! Descripción | ! Descripción | ||
|- | |- | ||
| - | | | + | | action || String || Acción de alto nivel realizada por el alumno |
|- | |- | ||
| - | | | + | | time || Integer || Milisegundos transcurridos desde el comienzo del ejercicio |
|- | |- | ||
| - | | | + | | description || String || Descripción de la acción |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
|} | |} | ||
Revision as of 10:32, 23 June 2010
El log de Aprendo contiene todas las acciones que realizó el usuario durante un ejercicio.
Contents |
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 |
<session>
Atributos
| 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 |
<abstractlog>
<action>
| Nombre | Value | Descripción |
|---|---|---|
| action | String | Acción de alto nivel realizada por el alumno |
| time | Integer | Milisegundos transcurridos desde el comienzo del ejercicio |
| description | String | Descripción de la acción |
<mouselog>
<action>
Atributos
| Nombre | Value | Descripción |
|---|---|---|
| time | Integer | Milisegundos transcurridos desde el comienzo del ejercicio |
| action | [1,2,3,4] | 1: Click, 2: Pressed, 3: Dragged, 4: Released |
| x | Integer | Coordenada x de la pantalla donde se realizó la acción |
| y | Integer | Coordenada y de la pantalla donde se realizó la acción |
