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 b651f40 commit 39af289
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/en/blog/tutorials/free-web-iat.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,20 @@ You can use the launch URL for testing your study. As a reminder, the launch URL

IMPORTANT: Make sure to verify that the data are saved in your OSF project as you expect them and that you know how to analyze the data **before** you start running the study.

### Not using github pages

In the example, we used github pages because anyone can create an account for free on that service. However, you have other options. For example, many students and faculty receive a directory for a personal website from their university. If you have a personal website, you probably have access to a directory that serves static pages. You can create a new sub-directory for your study, and use that for running your web studies.

### Presenting a feedback to the participant

In Project Implicit, for eductional purpopses, at the end of many of our studies, participants see the common interpertation of their IAT result. In experiments in other settings (e.g., in the lab), I usually don't do that. When we present feedback in Project Implicit's website, we provide much context to the participant, to make sure they don't think that the feedback is more than an educational tool. The IAT (like all the other "implicit measures") is not accurate enough to provide a reliable estimate of attitudes for each participant. Therefore, I strongly recommend not to present feedback to your participants.
If really must present feedback, then you can use [this example](https://github.com/baranan/minno-tasks/tree/master/docs/studies/datapipe.iat.examples/show.iat.feedback), which shows how to do that. The relevant code appears in the file [lastpage.showresults.jst](https://github.com/baranan/minno-tasks/blob/master/docs/studies/datapipe.iat.examples/show.iat.feedback/lastpage.showresults.jst).
### Running other web studies
MinnoJS can be used to run any study, not only IAT studies. Once you learn how to use it, you can use it to run your web studies for free.
### Any questions?
If you have any questions, you post questions in our MinnoJS Google Group, [here](https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!forum/minnojs).
Expand Down

0 comments on commit 39af289

Please sign in to comment.