You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-19Lines changed: 4 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,28 +43,9 @@ outside of the project folder.
43
43
- Training: Enables the attention cue, uses the first set of partition slices (explained in JSON settings section)
44
44
- Testing: Disables the attention cue, uses the second set of partition slices
45
45
46
-
*- Attention Cue Type:* The type of auditory cue to use. The differences between types is highlighted as follows:
47
-
48
-
- Neutral: The Attention Cue always plays at the center of the visual field and stays there
49
-
- Feature-based: The Attention Cue pans across the visual field, based on the true direction of the inner
50
-
stimulus and a few JSON settings
51
-
52
-
*- Enable Directional Staircase:* Toggles the use of the directional staircase
53
-
54
-
*- Enable Locational Staircase:* Toggles the use of the locational staircase
55
-
56
-
NOTE: At least one staircase should ALWAYS be enabled otherwise the experiment won't
57
-
run properly. If both staircases are enabled, they will be interleaved.
58
-
59
46
*- Feedback Type:* Determines if positive auditory feedback is based on the success of the participant choosing
60
47
a correct direction for an inner stimulus or a correct location.
61
48
62
-
*- Eye Tracker:* The Eye Tracker implementation to use. These are:
63
-
64
-
- Dummy: A 'fake' eye tracker that always is focused in the center of the display. This effectively disables any sort of fixation checking.
65
-
- Pupil Labs: Any Pupil Labs eye tracker that is meant to run alongside the Pupil Capture software in order to work properly. Press 'c' to calibrate the eye tracker just after starting the session.
66
-
- VIVE Pro Eye: Uses the built in Tobii eye tracker on the VIVE Pro Eye. Ensure that SRAnipal is running and the eye tracker is properly calibrated before starting the application.
67
-
68
49
After accepting the data agreement and clicking the 'Begin Session' button, the session will start.
69
50
70
51
# JSON settings
@@ -116,6 +97,10 @@ A table explaining each setting is shown below:
116
97
| StaircaseIncreaseThreshold | int | How many successful trials in a row it takes in order to move up the staircase |
117
98
| StaircaseDecreaseThreshold | int | How many unsuccessful trials in a row it takes in order to move down the staircase |
118
99
| FailOnTimeout | bool | Toggles an option to consider a trial failed if the user doesn't provide input, otherwise the trial will restart if set to false |
100
+
| EyeTracker | string | The EyeTracker implementation to use (Possible values: "dummy", "pupillabs", "vive pro eye", all are case insensitive) |
101
+
| AttentionCueType | string | The attention cue type to use (Possible values: "neutral", "feature-based", "stimulus-based", all are case insensitive) |
102
+
| EnableDirectionalStaircase | bool | Enables staircasing based on direction choice correctness (NOTE: At least one staircase should always be enabled) |
103
+
| EnableLocationalStaircase | bool | Enables staircasing based on location choice correctness (NOTE: At least one staircase should always be enabled) |
119
104
120
105
# Data Output
121
106
Data will be output to the specified folder defined in the UXF UI. Inside the output folder, the data is organized by the settings used at the top level. Within each settings folder will be another group of folders
0 commit comments