https://github.com/fn-jakubkarp/digit-span-experiment
This repository contains a replica of Miller Magic Number experiment
https://github.com/fn-jakubkarp/digit-span-experiment
jasp magic-number opensesame psychology-experiments statistics
Last synced: 7 months ago
JSON representation
This repository contains a replica of Miller Magic Number experiment
- Host: GitHub
- URL: https://github.com/fn-jakubkarp/digit-span-experiment
- Owner: fn-jakubkarp
- License: mit
- Created: 2023-04-26T22:31:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T12:14:35.000Z (over 2 years ago)
- Last Synced: 2024-05-30T11:19:07.941Z (over 1 year ago)
- Topics: jasp, magic-number, opensesame, psychology-experiments, statistics
- Language: Python
- Homepage: https://jatos.mindprobe.eu/publix/d58ac60b-e039-4a82-bd1c-f2302b99c557/e4871dca-0960-4c62-8bed-8f7c40fabbd0/start
- Size: 799 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Digit span experiment
***IMPORTANT NOTE: This is a project conducted for the purposes of a cognitive psychology class. I am not a psychologist, researcher or expert in conducting experiments.***A short description about the project and/or client.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
The things you need before running experiment.
* [OpenSesame](https://osdoc.cogsci.nl/), open sourced software for creating and running psychology experiments
* [JASP](https://jasp-stats.org/), open sourced software for running statistics
* [MindProbe account (registration on requeest only](https://mindprobe.eu/)
* [Jatos](https://www.jatos.org) (MindProbe connects to Jatos, Jatos delivers a database)
* [Replit account](https://replit.com/) OR Python (optional)Experiment in-depth explanation
## Experiment methodology
#### Participants
* Participants in the study will be people between the ages of 18 and 65 who do not have any memory disorders (under the age of 18 you need to have consent)
* The number of participants in the study should be at least 50 for the results to be accurate#### Preparation of the test
- Prepare a list of digits/numbers that will be displayed on the test participant's screen
- Each set will consist of 12 numbers
- Each set will have a different length of digits
- one digit
- two digits
- three digits#### Preparation of participants
- Introduction to the study, using on-screen messages
- Instructing to prepare an adequate environment; removing possible distractors
- Asking them to fill out a simple metric
- Informing them of the estimated duration of the survey
- Asking participants not to write down the numbers displayed#### Conducting the survey:
- Displaying each of the 3 prepared sets sequentially with 1.5 seconds to remember
- Displaying successively each of the 3 prepared sets with 4 seconds to memorize time
- After each set is displayed, there will be a short fifteen second pause
- Participants will be asked to memorize the displayed digits/numbers in the correct order#### Analysis of the results
- Calculation of the correctness and similarity of the answers for each number (using levenshtein distance)
- The results will be statistically analyzed to determine the veracity of the hypotheses posed## Hypothesis
- Numbers with fewer digits will be remembered more correctly than numbers with more digits.
- The average correctness of number memorization will be 70%, with a standard deviation of 20% in both directions.## Specific hypotheses
- Subjects will be more likely to correctly memorize numbers with fewer digits than numbers with more digits.
- The correctness of number memorization will depend on the difficulty level of the task, so the easier the task, the higher the correctness of number memorization. The average correctness of memorizing numbers in the test will be 70%, and the standard deviation will be 20%.
## Usage
#### 1. Running experiment locally
```
$ Download OpenSesame and import digitspan.osepx
$ Run the experiment pressing by "CTRL+R"
```#### 1. Running experiment on web
```
$ Open OpenSesame and import digitspan.osepx
$ open the 'Tools' and 'OSWeb'
$ 'Export experiment as a JATOS study'
$ Login to mindprobe account
$ import the study
$ press on 'Properties' and enable 'Allow reload'
$ go to 'Study Links' and enable 'General Multiple'
$ copy the link for share
```#### 2. Getting results
```
$ go to 'Study Results'
$ export results as 'Data only'
$ convert .json to .csv
$ combine multiple .csv into one
$ prepare the .csv for statistics
```#### 3. Statistics
```
$ Open JASP and import the .csv file
$ Follow the tutorial from provided link in Additional Documentation
```## Additional Documentation
* [youtube: Creating a psychology experiment with OpenSesame 3.1](https://www.youtube.com/watch?v=FCXcnAv9aMA&t)
* [youtube: OpenSesame 3.1 tutorial: Cats, Dogs, and Capybaras](https://www.youtube.com/watch?v=ICa0vPoYrYw&t=)
* [youtube: One-Way Between Subjects ANOVA Using JASP](https://www.youtube.com/watch?v=2jY1eM6BKIw)## Bibliography:
- Baddeley, A. D., Thomson, N., & Buchanan, M. (1975). Word length and the structure of short-term memory. Journal of Verbal Learning and Verbal Behavior, 14(6), 575-589. doi:10.1016/s0022-5371(75)80045-4
- Miller, G. A. (1956). The magical number seven, plus or minus two: some limits on our capacity for processing information. Psychological Review, 63(2), 81-97. doi:10.1037/h0043158