Skip to content

Commit

Permalink
Update free-web-iat.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baranan authored Nov 2, 2023
1 parent 8f4b0dd commit 6f64f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/blog/tutorials/free-web-iat.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ If you don’t want to change the default value of an argument, you don’t need
If you change even one parameter within a child object (i.e., within a property that is an object, such as the property *category2*), you must define the whole object in your own code (as we did with category1 and category2 in the example above).
The only parameters that we changed in the example above are the categories, the attributes (labels and stimuli), the "isTouch" arguments that define whether this task currently runs on a touch-device, and the url for the folder that hosts the images.

Note that in the example, when we defined the stimulus words for the attribute categories, we used some code in order to get them (e.g., "word: global.posWords[6]") from a previous step of this study. If you want to change the words, you can simply write them directly in that file. For example:
Note that in the example, when we defined the stimulus words for the attribute categories, we used some code in order to get them (e.g., `word: global.posWords[6]`) from a previous step of this study. If you want to change the words, you can simply write them directly in that file. For example:
```js
stimulusMedia : [
{word: 'Fantastic',
Expand Down

0 comments on commit 6f64f90

Please sign in to comment.