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 df0f539 commit ea131e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/blog/tutorials/free-web-iat.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ Note that in the example, when we defined the stimulus words for the attribute c
],
```
We used more complicated code for the attribute stimuli (e.g., `word: global.posWords[6]`) because we randomly select the attribute words from a larger pool of words, as recommended by [Axt et al. (2021)](https://doi.org/10.3758/s13428-021-01592-8).
In our example, we used a more complicated code for the attribute stimuli (e.g., `word: global.posWords[6]`) because we randomly select the attribute words from a larger pool of words, as recommended by [Axt et al. (2021)](https://doi.org/10.3758/s13428-021-01592-8).
To change your code to build the IAT you need. If you’re using photos, put them in your own directory and change your IAT script to search for images there: `base_url: {image:YOUR URL GOES HERE’}`.
If you’re using photos, put them in your own directory and change your IAT script to search for images there: `base_url: {image:YOUR URL GOES HERE’}`.
If you’re using words rather than photos, you need to update the [media](https://minnojs.github.io/minno-time/0.5/time/API.html#media) object of the categories. For instance: `{word: 'Tyrone'}.`
If you want to update the attributes, see how the attributes are defined in the [extension script](https://cdn.jsdelivr.net/gh/baranan/minno-tasks@0.*/IAT/iat10.js) and override them by defining your own attributes in your IAT script.
Expand Down

0 comments on commit ea131e2

Please sign in to comment.