Skip to content

ccp-eva/tango-cc

Repository files navigation

TANGO-CC

Zenodo Badge

Reference:

Prein, J. C., Bednarski, F. M., Dzabatou, A., Frank, M. C., Henderson, A. M. E., Kalbitz, J., Kanngiesser, P., Keşşafoğlu, D., Köymen, B., Manrique-Hernandez, M. V., Magazi, S., Mújica-Manrique, L., Ohlendorf, J., Olaoba, D., Pieters, W. R., Pope-Caldwell, S., Sen, U., Slocombe, K., Sparks, R. Z., … Bohn, M. (2025). Measuring Variation in Gaze Following Across Communities, Ages, and Individuals: A Showcase of TANGO-CC (Task for Assessing iNdividual differences in Gaze understanding-Open-Cross-Cultural). Advances in Methods and Practices in Psychological Science, 8(1), 25152459241308170. https://doi.org/10.1177/25152459241308170

Description:

The TANGO–CC captures individual- and community-level variation in gaze following. Minimal language demands and the web-app implementation allow fast and easy contextual adaptations to each community. Psychometric properties were asssessed by analyzing a data set from 2.5- to 11-year-old children from 17 diverse communities. We found good internal consistency across all ages and communities. Three different trial types familiarize participants with the task to locate a balloon and use an agent's gaze as a cue.

TANGO-CC Trials

Usage

Link to task: tango-cc

Structure

.
├── dist                        <-- folder to put on tablet for (offline) data collection
├── public
    ├── data                    <-- folder with php scripts, where participant data will be saved
    ├── logos
    ├── landing pages
├── src                         <-- folder containing all CSS and JavaScript for functionality
    ├── css
    ├── images                  <-- pic on intro slide + study svg
    ├── js                      <-- all javascript functions
    ├── sounds                  <-- all audio prompts
    ├── study html & js
└── ...some more config files

URL Parameters

  • language "lang": bem, chi, eng-in, eng-nz, eng-ni, eng-uk, eng-us, ger, hai, khw, lin, mar, sho, spa-ar, spa-me, swa, tur, bay, custom
  • number of trials per type "touch", fam", "test": number
  • background "bg": 01 - 04 (white_house, clay_house, brick_house, wood_house)
  • agents "agents": f01 - f25 and m01 - m25, selection of chosen faces
  • subject ID "ID": alphanumeric code
  • webcam "webcam": true/false

Development

Development requires Node.js

Local Development

  1. git clone [email protected]:ccp-eva/tango-cc.git
  2. npm install
  3. npm start

Deploy Application To A Server

  1. git clone [email protected]:ccp-eva/tango-cc.git
  2. npm install
  3. npm run build
  4. Upload the contents within the dist folder to your web hoster.