.. _stroop_loop: Stroop using a loop =================== Example ``experiment.html``. You may have to change this slightly depending on the location of your copy of jsPsych on the server. It contains some extra style information to make the background grey, and make the text of the stimulus bigger and boldface. .. code:: html {{ stroop_loop_stroop_loop_html }} And ``experiment.js``: .. code:: javascript {{ stroop_loop_stroop_loop_js}}