Shared Scripts, Data, Stimuli, Files, and Demos

Report1_memory_Seleski Run Experiment

Report1_memory_Seleski

Pien

No comments yet
 




Comments

No comments yet

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 headerblock = main.addblock("center",5,90,22.5),
 centerblock = main.addblock("center",27.5,90,45),
 footerblock = main.addblock("center",72.5,90,22.5);

 headerblock.text("Thank you for participating in this experiment");
 centerblock.text("In this experiment your memory will be tested",150);
 footerblock.text("click anywhere to continue to the instructions",90);
 await("click");
 
 headerblock.destroy();
 centerblock.destroy();
 footerblock.destroy();
 
 var b1, b2, b3;

 startform();
    b1 = addblock("center",10,80,50).text("Informed Consent");   
    b2 = addblock("center",40,80,40).check("Check the box to indicate informed consent",[["Accept"]],"accept");
    b3 = addblock("center",70,30,10);
    b3.button("Confirm").await("click");
endform();

b1.destroy();
b2.destroy();
b3.destroy();

if (response["accept_Accept"] == "false") 
{
    text("You did not accept the informed consent and will not do the experiment.");
    await(5000);
    window.location.href = "https://google.com";
} 


instruction("In this experiment you will get 3 blocks of words you have to try to remeber. Good luck!");


var neutral = ["Alley", "Bench", "Bowl", "Chair", "Time", "Lamp"];
    positive = ["Acceptance","Succes","Wealth"],
    negative = ["Pain","Abuse","War"],
    stimuli = [],
    i;

 stimuli = stimuli.concat(neutral,positive,negative); 
 stimuli = shuffle(stimuli); 

 text("Try to remember the following words");
 await(2000);

 for (i = 0; i < stimuli.length; ++i)
 {
     text(stimuli[i]);
     await(2000);
     clear(); 
     await(1000);
 }
 
 largeinput("Write down the words remembered","words_remembered1");
 
 instruction("Great job! Now we're going to do it again");


var neutral = ["Egg", "Reptile", "Pencil", "Mountain", "Headlight", "time"];
    positive = ["Laughter","Secure","Victory"],
    negative = ["Mistake","Frustrated","Demon"],
    stimuli = [],
    i;

 stimuli = stimuli.concat(neutral,positive,negative); 
 stimuli = shuffle(stimuli); 

 text("Try to remember the following words");
 await(2000);

 for (i = 0; i < stimuli.length; ++i)
 {
     text(stimuli[i]);
     await(2000);
     clear(); 
     await(1000);
 }
 
 largeinput("Write down the words remembered","words_remembered2");

 instruction("Cool! Now one last time!");


var neutral = ["Arm", "Ink", "Market", "Field", "Detail", "Corner"];
    positive = ["Joy","Respect","Truth"],
    negative = ["Hurt","Nightmare","Rude"],
    stimuli = [],
    i;

 stimuli = stimuli.concat(neutral,positive,negative); 
 stimuli = shuffle(stimuli); 

 text("Try to remember the following words");
 await(2000);

 for (i = 0; i < stimuli.length; ++i)
 {
     text(stimuli[i]);
     await(2000);
     clear(); 
     await(1000);
 }
 
 largeinput("Write down the words remembered","words_remembered3");
 
 select("What is your gender?",[['Male',0],['Female',1],['Other',2]],'gender');

input("What is your age?","age");

  text("Thank you for participating!");
var smileyblock = addblock("center","bottom",30,30);
smileyblock.setimage("smiley.png");
 await(5000); 

Data inspection is forthcoming!

In the mean time, authors may download their own data and make it available as an Excel file. Check out the 'Stimuli and Files' tab.

Click on a category to view the stimuli and files

You can download the files shown here by clicking on the file names or image. Note that you cannot link directly to the images, sounds, videos, etc. shown here from other web pages; the link will go stale in about one hour and will no longer work after that.

You can download the files shown here by clicking on the file names or image. Note that you cannot link directly to the images, sounds, videos, etc. shown here from other web pages; the link will go stale in about one hour and will no longer work after that.

You can download the files shown here by clicking on the file names or image. Note that you cannot link directly to the images, sounds, videos, etc. shown here from other web pages; the link will go stale in about one hour and will no longer work after that.

This experiment has no video links

You can download the files shown here by clicking on the file names or image. Note that you cannot link directly to the images, sounds, videos, etc. shown here from other web pages; the link will go stale in about one hour and will no longer work after that.

Related Experiments