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 bf77790 commit 28ebca2
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 @@ -13,15 +13,15 @@ If you reached this blog post, you probably know what the IAT is and you want to
### Overview

In short, you need to:
1. Copy an [example](https://github.com/baranan/minno-tasks/tree/master/docs/studies/datapipe.example.iat) of a MinnoJS IAT study into your directory on a static web server. For example, you can create a [github](https://github.com/) account for free and post your files on [Github Pages](https://docs.github.com/en/pages) or [Gitlab Pages](https://docs.gitlab.com/ee/user/project/pages/).
1. Copy an [example](https://github.com/baranan/minno-tasks/tree/master/docs/studies/datapipe.example.iat) of a MinnoJS IAT study into your directory on a static web server. For example, you can create a [github](https://github.com/) account for free and post your files on [Github Pages](https://docs.github.com/en/pages).
2. Create an [OSF account](https://osf.io/).
3. Create a [DataPipe](https://pipe.jspsych.org/) account in order to save your study data directly on the OSF.
4. In the manager file (e.g., [this](https://github.com/baranan/minno-tasks/blob/master/docs/studies/datapipe.example.iat/mgr.js), if you copied my example), replace the DATAPIPETOKEN with your datapipe token.

### A quick start

Start by just completing the first stage: copy the [example](https://github.com/baranan/minno-tasks/tree/master/docs/studies/datapipe.example.iat) to your own directory on a static website (e.g., under your [Github Pages](https://docs.github.com/en/pages) directory, or as a new directory on your personal website, if you have one). In a web browser, load the full URL to the file exampleiat.html on that directory. That's it, you should be able to run the example study from start to end.
Tip: You can download the whole example directory as a zip folder by pasting "https://github.com/baranan/minno-tasks/tree/master/docs/studies/datapipe.example.iat" into the input box in [this website](https://download-directory.github.io/). Then, upload all the files to your own [Gitlab Pages](https://docs.gitlab.com/ee/user/project/pages/) of Githab Page.
Tip: You can download the whole example directory as a zip folder by pasting "https://github.com/baranan/minno-tasks/tree/master/docs/studies/datapipe.example.iat" into the input box in [this website](https://download-directory.github.io/). Then, upload all the files to your own Githab Pages directory.

Worked? Great, now read on to understand how to modify the study and save your data.

Expand Down

0 comments on commit 28ebca2

Please sign in to comment.