Skip to content

Commit

Permalink
chore: grammer cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGemmaJr committed Feb 27, 2024
1 parent 304eba3 commit 5365fc6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/deployments/local_application.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ The local application will run the task in a full-screen window. This aims to pr

## Working with Data

Data is automatically saved throughout the task and moved to a nested folder structure on the Desktop when the task is completed. Each session will be saved as its own `.json` file nested under the id of the study and participant.

Note how the data is organized by `studyID` and `participantID`. Every run through of the task will save the data somewhere within this folder! Each session is saved as its own `.json` file; it's named with the timestamp of when the task was started.
Data is automatically saved throughout the task and moved to a nested folder structure on the Desktop when the task is completed. Note how the folders are organized by `studyID` and `participantID`. Each session is saved as its own `.json` file; it's name is the timestamp of `start_date` of the task.

### Early Exits

Expand Down

0 comments on commit 5365fc6

Please sign in to comment.