Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CarolinaMPereira committed Aug 28, 2023
1 parent bb0a218 commit 3bc9b98
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,27 @@ The image change detection test consists of a sequence of images with colored sq
## Saved Data

```user_id```: Participant's unique identifier.

```vwm_capacity```: Visual Working Memory capacity (K) resulting from K = S(H-F), where S is the set size, H is the hit rate and F is the false alarm rate.

```size4_score```: Number of correct answers for sets of size 4.

```size8_score```: Number of correct answers for sets of size 8.

```size4_hit_rate```: Proportion of trials where a change trial was correctly identified as a change trial for sets of size 4.

```size8_hit_rate```: Proportion of trials where a change trial was correctly identified as a change trial for sets of size 8.

```size4_false_alarm```: Proportion of trials where a no change trial was incorrectly identified as a change trial for sets of size 4.

```size8_false_alarm```: Proportion of trials where a no change trial was incorrectly identified as a change trial for sets of size 8.

```correct_answers```: Correct answer for each trial. True if it is a change trial, False otherwise.

```user_answers```: Answers given by the user. True if user identified a change trial, False otherwise.
```set_sizes```: Sizes of the trials by order.

```set_sizes```: Sizes of the trials.

```duration```: Time spent taking the test in seconds.

## Run the application
Expand Down

0 comments on commit 3bc9b98

Please sign in to comment.