Skip to content

qunikarp/digit-span-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

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