My fourth script tutorial 0.1 min
This tutorial video walks through the “My 4th Script” demo experiment, the same word task as My 1st Script, but created using a more advanced method. Follow along by making your own copy of the script, found at: https://scripting.neurotask.com/howto/my_4th_script_intermediate_words
This script shows the eight words to be remembered using a “for-loop” rather than typing out the steps eight times (like in My 1st Script). This is a more concise and less error-prone way to produce an identical task.
Topics introduced: var, arrays, for-loop