My second script tutorial 4.0 min

This tutorial video describes how to create a basic image memory task. It shows a series of images, then a text field for subjects to type what they remember. Follow along by making your own copy of the script, found at: https://scripting.neurotask.com/howto/my_second_script

This script is like Script 1, but using images. It begins with an instruction to remember the objects in the following images. Then it displays eight images, one at a time, for 2 seconds each, with a 1-second blank screen in between. Last, it displays a text field with a label asking the subject to type the objects they remember. The subject’s response is automatically saved to the script’s data.

Topics introduced: preload(), image.await(), setimage(), hideimage()