Welcome to the Mooney Faces Task! This experiment challenges participants to identify faces in black and white images, testing visual perception and face recognition abilities.
git clone --recurse-submodules -j4 git@github.com:belieflab/mooneyFaces.git && cd mooneyFaces && git submodule foreach --recursive 'git checkout $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo main)' && git update-index --assume-unchanged exp/conf.js
When pulling changes, run:
./sync.sh
🔄 This ensures all submodules are up-to-date.
👌 Pulling changes will not remove any data.
- 86 images (half upright, half inverted)
- Participants respond whether the image is a face or not
- Approximate runtime: 8 minutes
- 86 main images (half upright, half inverted)
- 20 scrambled images (10 upright, 10 inverted) which act as catch trials
- Additional ratings for perceived age and gender of identified faces
- Approximate runtime: 12 minutes
- Participants view black and white images
- They decide if the image is a face:
- Press 0 if not a face
- Press 1 if it is a face
- Response time: 5 seconds per image
- Same instructions as original version
- If they decide the image is a face:
- Press 1 if the face more masculine or press 0 if the face more feminine
- Press 1 if the face is of a child or press 0 if the face is of an adult
⚠️ Participants must use the numbers at the top of the keyboard, not the number pad
Modify exp/conf.js
to select the desired version:
// Uncomment the version you want to use
const version = "original";
// const version = "silverstein";
For platforms like PROLIFIC, CloudResearch, MTurk, or Connect, use:
https://web-url-of-your-website.com/study-name/mooneyFaces
- PHP version 8.x
- jsPsych version 7.x
- Download XAMPP
- Start XAMPP and services
- Clone the repository into htdocs
- Modify permissions as needed
- Launch the experiment
We're working on including:
- image information (orientation, ground truth)
- version_type
- Add detailed scoring metrics for each version
🎭 Ready to explore face perception? Let's dive into the world of Mooney faces! 👁️🧠