Translations:Datenexport/13/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
Zeile 8: | Zeile 8: | ||
| Dblclick || The participant has double-clicked within a part. | | Dblclick || The participant has double-clicked within a part. | ||
|- | |- | ||
− | | Tickchange || The participant changes the value of a one-dimensional scale. The output X- or Y-value corresponds to the value of the selected step. | + | | Tickchange || The participant changes the value of a one-dimensional scale. The output X- or Y-value corresponds to the value of the selected step. The initial value of the scale is output as a tickchange event with a negative time stamp (see explanation text above). |
|- | |- | ||
| Check || The participant changes the value of a multiple-choice category scale. A comma-separated list with labels of the selected options is printed. | | Check || The participant changes the value of a multiple-choice category scale. A comma-separated list with labels of the selected options is printed. | ||
Zeile 24: | Zeile 24: | ||
! Meta (passively triggered events by interaction with the participant's device) !! Explanation | ! Meta (passively triggered events by interaction with the participant's device) !! Explanation | ||
|- | |- | ||
− | | Part || The currently displayed part has changed. The event is triggered when the manager selects a different part from the current one in an ongoing live | + | | Part || The currently displayed part has changed. The event is triggered when the manager selects a different part from the current one in an ongoing live project and it is displayed in the Participant Interface. In a playback project, the event is selected when buttons in the participant interface have been used to navigate to another part and the new part is displayed. |
|- | |- | ||
− | | Blur || emoTouch is running in the background. The event is triggered when the participant switches to another window, tab or application during an ongoing | + | | Blur || emoTouch is running in the background. The event is triggered when the participant switches to another window, tab or application during an ongoing project. |
|- | |- | ||
| Focus || The event is triggered when the Blur state is ended. The participant has switched back to the tab/window with emoTouch as the application currently running in the foreground. | | Focus || The event is triggered when the Blur state is ended. The participant has switched back to the tab/window with emoTouch as the application currently running in the foreground. | ||
Zeile 32: | Zeile 32: | ||
| Play || A medium starts playing. | | Play || A medium starts playing. | ||
|- | |- | ||
− | | Ytstatechanged || For an embedded YouTube video, certain values of the API are printed. For example, the time when the video actually starts playing. More information on this can be found at [https://developers.google.com/youtube/iframe_api_reference?hl=de#Playback_status | + | | Ytstatechanged || For an embedded YouTube video, certain values of the API are printed. For example, the time when the video actually starts playing. More information on this can be found at [https://developers.google.com/youtube/iframe_api_reference?hl=de#Playback_status Documentation of the intersection] |
|- | |- | ||
− | | Fullscreen || The display of the | + | | Fullscreen || The display of the project is changed from window mode to fullscreen mode. |
|- | |- | ||
− | | Orientationchange || The screen orientation of the user's mobile device is about to change. The event is triggered when the participant turns their mobile device 90° during an ongoing | + | | Orientationchange || The screen orientation of the user's mobile device is about to change. The event is triggered when the participant turns their mobile device 90° during an ongoing project. |
|- | |- | ||
− | | Orientationchangeend || The screen orientation of the user's mobile device has fully changed. The event is triggered when the participant is done turning their mobile device 90° during an ongoing | + | | Orientationchangeend || The screen orientation of the user's mobile device has fully changed. The event is triggered when the participant is done turning their mobile device 90° during an ongoing project. |
|- | |- | ||
| End-Events || Are generated automatically for each interactive element for resampling. | | End-Events || Are generated automatically for each interactive element for resampling. | ||
|} | |} |
Aktuelle Version vom 7. August 2023, 14:06 Uhr
Data (active interactions with the interface by the participant) | Explanation |
---|---|
Pointerchange | Within a 2D scale, the participant has pressed the left mouse button and moved the mouse, or touched the touch screen and moved the finger/ stylus.
Note: Since version 1.6.1 (02.09.2022), the values of the pointer position within the 2D scale are standardised to values between 0 and 1. The point 0/0 is located in the lower-left corner of the scale. In earlier versions, the values output were the position of the pointer within the entire interface instead of within the scale. They thus varied depending on where the scale was positioned in the part. |
Dblclick | The participant has double-clicked within a part. |
Tickchange | The participant changes the value of a one-dimensional scale. The output X- or Y-value corresponds to the value of the selected step. The initial value of the scale is output as a tickchange event with a negative time stamp (see explanation text above). |
Check | The participant changes the value of a multiple-choice category scale. A comma-separated list with labels of the selected options is printed. |
Optionchange | he participant changes the value of a single-choice category scale. The label of the selected option is printed. |
Button | A button was clicked. |
Buttontap | A tap button was clicked. Two events are generated: one for pressing and one for releasing the button. This keeps track of how long the button was pressed. |
Buttonsingle | The single-use button outputs its current state for each event: 0 for "not pressed", 1 for "pressed". |
Buttontoggle | The toggle button was clicked and changed its status. It outputs its current state at each event like the single-use button: 0 for "not pressed", 1 for "pressed". |
Meta (passively triggered events by interaction with the participant's device) | Explanation |
Part | The currently displayed part has changed. The event is triggered when the manager selects a different part from the current one in an ongoing live project and it is displayed in the Participant Interface. In a playback project, the event is selected when buttons in the participant interface have been used to navigate to another part and the new part is displayed. |
Blur | emoTouch is running in the background. The event is triggered when the participant switches to another window, tab or application during an ongoing project. |
Focus | The event is triggered when the Blur state is ended. The participant has switched back to the tab/window with emoTouch as the application currently running in the foreground. |
Play | A medium starts playing. |
Ytstatechanged | For an embedded YouTube video, certain values of the API are printed. For example, the time when the video actually starts playing. More information on this can be found at Documentation of the intersection |
Fullscreen | The display of the project is changed from window mode to fullscreen mode. |
Orientationchange | The screen orientation of the user's mobile device is about to change. The event is triggered when the participant turns their mobile device 90° during an ongoing project. |
Orientationchangeend | The screen orientation of the user's mobile device has fully changed. The event is triggered when the participant is done turning their mobile device 90° during an ongoing project. |
End-Events | Are generated automatically for each interactive element for resampling. |