📖
Empirica v1 Docs
  • Introduction
  • Getting Started
    • Setup
      • Windows WSL Instructions
    • Creating your experiment
    • Running your experiment
    • Updating your experiment
  • Guides
    • Tutorial: Your First Experiment
      • Part 1: Getting Started
      • Part 2: Configuring the Experiment
      • Part 3: Adding Social Information and New Factors
      • Part 4: Adding Chats
      • Part 5: Adding Bots
    • The Settings File
      • Specifying Login Details
      • Setting player ids via URL queries
      • Connecting Locally to MongoDB
    • The Admin Panel
    • Special Empirica Elements (and how to modify them)
    • Deploying Your Experiment
      • Database
      • Hosting
    • Managing the Data
    • Using Custom Collections
  • Conceptual Overview
    • Structure
    • Game Life Cycle
      • Customising when players submit stages
    • Concepts
    • Randomization & Batches
    • API
  • FAQ
    • I need help!
    • The Processes and Elements of an Empirica Experiment
    • Managing Players and Games
  • Community Demos
    • Guess The Correlation
    • Random Dot Motion
    • Room Assignment
  • Tips & Tricks
    • Helpful Linux Commands
    • Code Editors
  • Links
    • Empirica website
    • Twitter
    • GitHub
Powered by GitBook
On this page

Was this helpful?

  1. Community Demos

Guess The Correlation

PreviousManaging Players and GamesNextRandom Dot Motion

Last updated 5 years ago

Was this helpful?

You and a group of friends can play with this experiment as we ran it by following these instructions (assuming you have ):

  1. the repository (and unzip). Alternatively, from terminal just run:

git clone https://github.com/amaatouq/guess-the-correlation.git
  1. Go into the folder with cd guess-the-correlation

  2. Install the required dependencies by running meteor npm install

  3. Edit the admin password in the settings file local.json to something you like.

  4. Run the local instance with meteor --settings local.json

  5. Go to (or whatever port you are running Meteor on).

  6. login with the credentials username: admin and the password you have in local.json

  7. Start a new batch with whatever configuration you want (see the example configuration).

Example Config:

First, you have to enter the Configuration mode instead of the Monitoring model in the admin UI.

This will allow you to configure the experiment: Factors, Lobby, and Treatments:

Now, you have the option to create your own configuration (see below) or load an example configuration by clicking on import and then choosing the file ./example-config.yaml. Loading the example configurations will choose some example values for the factors (i.e., independent variables), lobby configuration, and few treatments.

Finally, you can go back to the Monitoring mode:

Now the Batchs tab make sure you add a new batch, add the treatments you want, choose your lobby configurations, and then start the batch.

The example factors will look like this:

And the example treatments will look like this:

Go to and enjoy! If you don't have 3 friends to play with you, you always can use the new player button in development (for more details see this), which can add an arbitrary number players to the experiment while staying in the same browser (i.e., no need to open different browsers).

http://localhost:3000/
Meteor installed
Download
http://localhost:3000/admin