Log

From PatioWiki

(Difference between revisions)
Jump to: navigation, search
(Created page with 'A Log file from one Exercise consists in a [http://en.wikipedia.org/wiki/XML XML] file which is divided at the most in four sections: ; Cabecera : En…')
Line 1: Line 1:
-
A [[Log]] file from one [[:Category:Exercises|Exercise]] consists in a [http://en.wikipedia.org/wiki/XML XML] file which is divided at the most in four sections:
+
A [[Log]] file from one [[:Category:Exercises|Exercise]] consists in a [http://en.wikipedia.org/wiki/XML XML] file which is divided in four sections at the most:
-
; Cabecera
+
; Header
-
: En donde se define el tipo de ejercicio, el código del alumno, la fecha y hora de ejecución, el modo de ejecución y el tamaño de la ventana en dónde se ejecutó.
+
: Here are defined the type of exercise, the pupil code, the date and mode of the execution and window's size in which the exercise has been executed.
-
; Sección ''exercise''  
+
; ''Exercise'' section
-
: Proporciona información respecto a la configuración del juego. Esta sección es opcional.
+
: Contains information about the exercise. This section is optional.
-
; Sección ''abstractLog''
+
; ''AbstractLog'' section
-
: Contiene los eventos de alto nivel del juego.
+
: Contains the high-level events of the exercise.
-
; Sección ''mouseLog''
+
; ''MouseLog'' section
-
: Contiene los eventos de bajo nivel correspondientes al puntero.
+
: Contains the low-level events of the pointer device.
-
; Sección ''paintedPointsLog''
+
; ''PaintedPointsLog'' section
-
: Contiene los eventos de bajo nivel correspondientes al panel de dibujo.
+
: Contains the low-level events of the drawing panel.
-
Nótese que mientras la información situada dentro de las secciones ''exercise'' y ''abstracLog'' dependerá principalmente del tipo de ejercicio.
+
Notice that the data contained in the ''exercise'' and ''abstracLog'' sections depends on the exercise type.
-
Por último, dentro de la sección ''mouseLog'' sólo se admitirán eventos del tipo:
+
Finally, in the ''mouseLog'' section only can be events of these kind:
-
* Pulsación del puntero.
+
* Pointer press.
-
* Arrastre del puntero.
+
* Pointer drag.
-
* Liberación del puntero.  
+
* Pointer release.  
-
* Activación del puntero.
+
* Pointer activation.
-
Mientras que dentro de la sección ''paintedPointsLog'' podrán encontrarse también los siguientes tipos de eventos de dibujo:
+
While the ''paintedPointsLog'' section can also contains events of these kind:
-
* Cambio de color.
+
* Colour change.
-
* Cambio de tamaño.
+
* Size change.
-
* Cambio de herramienta.
+
* Tool change.
[[es: Log]]
[[es: Log]]

Revision as of 09:40, 18 October 2011

A Log file from one Exercise consists in a XML file which is divided in four sections at the most:

Header
Here are defined the type of exercise, the pupil code, the date and mode of the execution and window's size in which the exercise has been executed.
Exercise section
Contains information about the exercise. This section is optional.
AbstractLog section
Contains the high-level events of the exercise.
MouseLog section
Contains the low-level events of the pointer device.
PaintedPointsLog section
Contains the low-level events of the drawing panel.

Notice that the data contained in the exercise and abstracLog sections depends on the exercise type.

Finally, in the mouseLog section only can be events of these kind:

  • Pointer press.
  • Pointer drag.
  • Pointer release.
  • Pointer activation.

While the paintedPointsLog section can also contains events of these kind:

  • Colour change.
  • Size change.
  • Tool change.
Personal tools
In other languages