Datenexport/en: Unterschied zwischen den Versionen
(Die Seite wurde neu angelegt: „ mini|Example representation of a typical emoTouch export“) |
(Die Seite wurde neu angelegt: „{| class="wikitable" |- ! The columns of the exported file !! Explanation |- | session_id || The ID of the current session (automatically created) |- | object_…“) |
||
Zeile 16: | Zeile 16: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | ! | + | ! The columns of the exported file !! Explanation |
|- | |- | ||
− | | session_id || | + | | session_id || The ID of the current session (automatically created) |
|- | |- | ||
− | | object_id || | + | | object_id || The ID of the object that was interacted with. This can be, for example, a scale (automatically created). |
|- | |- | ||
− | | created_at || | + | | created_at || A time/date string in Unix millisecond format that can be used to read the time from when the event in question started. |
|- | |- | ||
− | | created_at_relative || | + | | created_at_relative || The relative time in milliseconds to the synchronisation event of the respective part. |
|- | |- | ||
|x | |x | ||
− | | | + | |Here, different values can be generated depending on the event and object [see table]. Generally, the X-value is used for horizontal scales. |
|- | |- | ||
|y | |y | ||
− | | | + | |Here, different values can be generated depending on the event and object. [see table]. Generally, the Y value is used for vertical scales. |
|- | |- | ||
− | |object || | + | |object || Indicates the name or type of the associated object that was interacted with. |
|- | |- | ||
− | |Part || | + | |Part || The name of the active part, or "Part n". "n" indicates the position of the part in the sequence. |
|- | |- | ||
− | | type || | + | | type || The type of the current event. More detailed descriptions of the different event types are explained [[Special:MyLanguage/Datenexport#Ereignistypen|in the next chapter]] erklärt |
|} | |} | ||
Version vom 19. Februar 2023, 20:01 Uhr
The collected raw data can be exported as a CSV file and further processed with any spreadsheet or statistical software. To do so, click on the desired realisation in the "Realisations" tab and then on the "Export" button in the top right corner. In the following dialogue box, you can configurate the time stamp format or the resampling, among other settings. You can now download time series data and metadata in table format.
Note on the sync offset
The latency that occurs during communication between the device and the server is automatically measured and compensated. The offset that can occur as a result is displayed in the session info, but is already automatically corrected in the export. This means that the exported timestamps are directly comparable.
The columns of the exported file
The columns of the exported file | Explanation |
---|---|
session_id | The ID of the current session (automatically created) |
object_id | The ID of the object that was interacted with. This can be, for example, a scale (automatically created). |
created_at | A time/date string in Unix millisecond format that can be used to read the time from when the event in question started. |
created_at_relative | The relative time in milliseconds to the synchronisation event of the respective part. |
x | Here, different values can be generated depending on the event and object [see table]. Generally, the X-value is used for horizontal scales. |
y | Here, different values can be generated depending on the event and object. [see table]. Generally, the Y value is used for vertical scales. |
object | Indicates the name or type of the associated object that was interacted with. |
Part | The name of the active part, or "Part n". "n" indicates the position of the part in the sequence. |
type | The type of the current event. More detailed descriptions of the different event types are explained in the next chapter erklärt |
Ereignistypen
Daten (aktive Interaktionen mit dem Interface durch den Teilnehmer) | Erklärung |
---|---|
Pointerchange | Der Teilnehmer hat innerhalb einer 2D-Skala die linke Maustaste gedrückt und die Maus bewegt, oder den Touchscreen berührt und den Finger/ Stylus bewegt.
Hinweis: Seit Version 1.6.1 (02.09.2022) sind die Werte der Zeigerposition innerhalb der 2D-Skala auf Werte zwischen 0 und 1 normiert. Der Punkt 0/0 befindet sich dabei in der unteren linken Ecke der Skala. In früheren Versionen wurden als Werte die Position des Zeigers innerhalb des gesamten Interfaces statt innerhalb der Skala ausgegeben. Sie variierten somit abhängig davon, an welcher Stelle die Skala im Part positioniert war. |
Dblclick | Der Teilnehmer hat innerhalb eines Parts einen Doppelklick ausgeführt. |
Tickchange | Der Teilnehmer ändert den Wert einer eindimensionalen Skala. Der ausgegebene X-, bzw. Y-Wert entspricht dem Wert der ausgewählten Stufe. |
Check | Der Teilnehmer ändert den Wert einer Multiple-Choice Kategorieskala. Es wird eine Komma-separierte Liste mit Bezeichnungen der ausgewählten Optionen ausgegeben. |
Optionchange | Der Teilnehmer ändert den Wert einer Single-Choice Kategorieskala. Dies gibt die Bezeichnung der ausgewählten Option zurück. |
Button | Ein Button wurde geklickt. |
Buttontap | Ein Tap-Button wurde geklickt. Es werden 2 Events erzeugt: jeweils für das Drücken und Loslassen des Buttons. Somit wird nachvollzogen, wie lange der Button gedrückt war. |
Buttonsingle | Der Single-use-Button gibt bei jedem Event seinen aktuellen Zustand aus: 0 für "nicht gedrückt", 1 für "gedrückt". |
Buttontoggle | Der Toggle-Button wurde geklickt und hat seinen Status geändert. Er gibt bei jedem Event wie der Single-use-Button seinen aktuellen Zustand aus: 0 für "nicht gedrückt", 1 für "gedrückt". |
Meta (passiv ausgelöste Events durch die Interaktion mit dem Gerät des Teilnehmers) | Erklärung |
Part | Der aktuell angezeigte Part hat sich geändert. Das Ereignis wird ausgelöst, wenn der Manager bei einer laufenden Live-Studie einen anderen Part als den aktuellen auswählt und dieser im Participant Interface angezeigt wird. In einer Playback-Studie wird das Ereignis ausgewählt, wenn durch Buttons im Participant-Interface zu einem anderen Part navigiert wurde und der neue Part angezeigt wird. |
Blur | emoTouch wird im Hintergrund ausgeführt. Das Ereignis wird ausgelöst, wenn der Participant während einer laufenden Studie in ein anderes Fenster, einen anderen Tab oder eine andere Application wechselt. |
Focus | Das Event wird ausgelöst, wenn der Blur-Zustand beendet wird. Die Teilnehmenden haben wieder in den Tab/ das Fenster mit Emotouch als aktuell im Vordergrund ausgeführte Anwendung gewechselt. |
Play | Die Wiedergabe des Mediums startet. |
Ytstatechanged | Bei einem eingebetteten YoutTube-Video werden bestimmte Werte der API zurückgegeben. Zum Beispiel der Zeitpunkt, wenn das Video tatsächlich anfängt abgespielt zu werden. Nähere Informationen dazu können Dokumentation der Schnittstelle entnommen werden. |
Fullscreen | Die Anzeige der Studie wird vom Fenster- in den Vollbildmodus geändert. |
Orientationchange | Die Bildschirmausrichtung vom mobilen Endgerät des Nutzers ist dabei sich zu ändern. Das Ereignis wird ausgelöst, wenn der Participant während einer laufenden Studie sein mobiles Endgerät um 90° dreht. |
Orientationchangeend | Die Bildschirmausrichtung vom mobilen Endgerät des Nutzers wurde geändert. Das Ereignis wird ausgelöst, wenn der Participant während einer laufenden Studie sein mobiles Endgerät um 90° gedreht hat. |
End-Events | Werden für das Resampling automatisch für jedes Interaktionselement erzeugt. |
Quellen
- https://developers.google.com/youtube/iframe_api_reference?hl=de#Playback_status (abgerufen am 28. Februar 2022).