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 ea131e2 commit b651f40
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 @@ -172,7 +172,7 @@ If you’re using words rather than photos, you need to update the [media](https
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.
Although our IAT script supports touch devices, the IAT does not detect automatically whether the participant is using a touch device (e.g., mobile). Therefore, if you want your participants to run the IAT on a mobile device or a tablet, it might be best to an IAT version specifically for those participants (in your script, set isTouch:true in the IAT parameters).
Although our IAT script supports touch devices, the IAT does not detect automatically whether the participant is using a touch device (e.g., mobile). Therefore, if you want your participants to run the IAT on a mobile device or a tablet, it might be best to create an IAT version specifically for those participants (in your script, set isTouch:true in the IAT parameters).
This is not what we have done in the example study. Rather, in the example study, we use Minno's internal detection at the beginning of the study, in the [manager file](https://github.com/baranan/minno-tasks/blob/master/docs/studies/datapipe.example.iat/mgr.js) in the following line:<br/>
`{ type: 'isTouch' }, //Use Minno's internal touch detection mechanism. `
Expand Down

0 comments on commit b651f40

Please sign in to comment.