My first script tutorial 4.0 min

This tutorial video shows how to create a demo experiment, a basic word recall task. It shows a series of words, then a text field for subjects to type the words they remember. Follow along by making your own copy of the script, found at: https://scripting.neurotask.com/howto/my_first_script

This script begins with an instruction to ‘remember the following words’. Then it displays eight words, 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 words they remember. The subject’s response is automatically saved to the script’s data.

Topics introduced: comments, instruction(), text(), await(), clear(), largeinput()