Skip to content

mrmeloman/Implicit_associates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implicit_associates

This is a software for implicit associates method, which was developed for RANEPA Cognitive Lab.

Made with Processing 3.5.3 using Java.

The project has lots of weak points, so, please: if you use it - improve it at least a bit.

If you want to just start using it:

  1. Download the latest version of Processing IDE
  2. Download the last version of Java
  3. Download this project, it has all the source code
  4. All of the project files must be inside of the folder named "Hope"
  5. Open pigpen.pde in Processing IDE
  6. Export the project as an application

Processing will generate a folder(s) with executibles and everything you need to run this project. After that, proceed using it just as any other app.

How to access the solution data?

The app saves all recordings in the *.csv files in the root folder of the app. Column separator is ",", line separator is LF.

It sores 2 *.csv files - one for all participants' info, the other one for participant's test info.

table0.csv:

  • ID - participant's/computer ID (chosen by the experimenter)
  • SEX - participant's sex (male/female)
  • AGE - participant's age
  • FIELD - participant's field of study/work

Second file is composed of date, time and participant's/computer ID: d_m_YYYY_h_m_s_ID.csv:

  • ID - participant's/computer ID
  • ACTION - state of the program. Possible values:
    • START - program start
    • SSTART* - session start
    • SHOWCROSS - the program is showing "+" on the screen
    • SHOWSTIM - the program is showing stimulus and categories on the screen, participant can answer
    • (L)ANS(1/2) - (Late) answer for category 1/2
  • TIME - timespamp (ms since the start of the app)
  • SESSION - number of the current session
  • STIMNUMSES - order of the stimulus in the current session
  • STIMNUMLIST - order of the stimulus in the list of stimuli. First digit is the number of a stimuli array, second digit is the number of a stimulus inside this array
  • CORANS - number of the correct answer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published