Skip to content

Commit 35957d0

Browse files
committed
Update documentation to reflect latest option changes
1 parent 7e75003 commit 35957d0

3 files changed

Lines changed: 7 additions & 22 deletions

File tree

Assets/StreamingAssets/TEMPLATE.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
"FailOnTimeout": true,
6363

64-
"EyeTracker": "dum",
64+
"EyeTracker": "Dummy",
6565
"AttentionCueType": "Feature-based",
6666

6767
"EnableDirectionalStaircase": true,

README.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -43,28 +43,9 @@ outside of the project folder.
4343
- Training: Enables the attention cue, uses the first set of partition slices (explained in JSON settings section)
4444
- Testing: Disables the attention cue, uses the second set of partition slices
4545

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-
5946
*- Feedback Type:* Determines if positive auditory feedback is based on the success of the participant choosing
6047
a correct direction for an inner stimulus or a correct location.
6148

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-
6849
After accepting the data agreement and clicking the 'Begin Session' button, the session will start.
6950

7051
# JSON settings
@@ -116,6 +97,10 @@ A table explaining each setting is shown below:
11697
| StaircaseIncreaseThreshold | int | How many successful trials in a row it takes in order to move up the staircase |
11798
| StaircaseDecreaseThreshold | int | How many unsuccessful trials in a row it takes in order to move down the staircase |
11899
| 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) |
119104

120105
# Data Output
121106
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

docs/uxfui.PNG

Lines changed: 2 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)