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 5, 2023
1 parent 3cb6874 commit df0f539
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 @@ -152,7 +152,7 @@ you can see all the possible arguments (i.e., parameters for the IAT).
The arguments are provided in a JavaScript [JSON](https://www.w3schools.com/js/js_json.asp) object.
If you don’t want to change the default value of an argument, you don’t need to include that argument in your own script.
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.
The only parameters that we changed in the example above are the categories, the attributes (labels and stimuli), the "isTouch" argument that defines 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:
```js
Expand Down

0 comments on commit df0f539

Please sign in to comment.