Skip to content

Commit 7f1039e

Browse files
authored
Update README.md
1 parent c4e1405 commit 7f1039e

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,22 @@ UXF automates the process of collecting data.
5151

5252
Data is stored in CSV files with automatic handling of file & directory naming.
5353

54-
UXF also stores other data in the form of `.json` files (full details on the [Uncyclo](https://github.com/jackbrookes/unity-experiment-framework/wiki))
54+
UXF also stores other data in the form of `.json` files (full details on the [Uncyclo](https://github.com/jackbrookes/unity-experiment-framework/wiki)). Running a session with UXF will result in an output like this (assuming three trials with a tracked object called `object`).
55+
56+
```
57+
Path: /experiment_name/participant_id/session_number/
58+
59+
Filename Description
60+
------------------------ | ----------------------------------------------------------
61+
log.csv | Copy of all Debug.Log calls during the Session
62+
notes.csv | Notes collected by the Notes UI
63+
participant_details.json | Copy of participant details (e.g. info entered via the UI)
64+
object_movement_T001.csv | Position and rotation of tracked_object within trial 1
65+
object_movement_T002.csv | Position and rotation of tracked_object within trial 2
66+
object_movement_T003.csv | Position and rotation of tracked_object within trial 3
67+
settings.json | Copy of the settings applied to the Session
68+
trial_results.csv | Main results file (behavioural data)
69+
```
5570

5671
### Events
5772

0 commit comments

Comments
 (0)