My 5th Script: Intermediate Images
howto_userMy 5th Script shows the eight images from My 2nd Script using a “for-loop” rather than typing out the steps eight times. This is a more concise and less error-prone way to produce an identical task.
Topics introduced: none; merges the new topics from My 2nd Script and My 4th Script.
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.
preload("apple.jpeg"); preload("chair.jpeg"); preload("tent.jpeg"); preload("bowl.jpeg"); preload("clock.jpeg"); preload("bike.jpeg"); preload("tree.jpeg"); preload("cat.jpeg"); image.await("preloading_completed"); var i; var images = ["apple.jpeg","chair.jpeg","tent.jpeg","bowl.jpeg","clock.jpeg","bike.jpeg","tree.jpeg","cat.jpeg"]; instruction("Remember the objects in the following eight images."); for (i = 0; i < images.length; i = i + 1) { setimage(images[i]); await(2000); hideimage(); await(1000); } largeinput("Please type the objects that you can remember from the images.","images_recalled");
You can download the files as follows: Click on the file (link) and then right-click and choose Save as... from the menu. Some media files (e.g., sound) will have a download button for this purpose.
apple.jpeg
bike.jpeg
bowl.jpeg
cat.jpeg
chair.jpeg
clock.jpeg
tent.jpeg
tree.jpeg