Sound 2 Demo Experiment Run Experiment

If you are a registered user and signed in, you can here copy this script and its stimuli to your own account, where you can edit it and change it in any way you want.

It is absolutely free to register (no credit card info asked!). You can then instantly copy this experiment with one click and edit it, change its accompanying texts, its landing page, stimuli, etc. Invite your colleagues, friends, or students to check out your experiment. There is no limit on how many people can do your experiment, even with a free account.

The catch? There is no catch! Just keep in mind that with a free account, you cannot collect data. For teaching that is usually not a problem. For research, prepaid data collection (unlimited subjects) starts as low as €10.00 for a 10-day period.

var main = new Box('lightgrey'),
    a = main.addblock("center","top",50,25),
    b = main.addblock("center","center",50,50,"lightgrey","Loading...");  

console.log("Preloading started...");

image.preload('cow.png');
image.await('preloading_completed');

sound.preload('cow.mp3','mooh');
sound.await('preloading_completed');

a.text("Click the cow!");
b.clear();
b.setimage("cow.png",100);
b.await('click');
b.move(10);

sound.play('mooh');
await('soundended');
b.move(10);
b.await(2000);

a.clear();
b.text("Mooh said the cow!");

color_cars1.png

cow.png
This experiment has no YouTube links