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 2, 2023
1 parent 2e11893 commit ab0a89e
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 @@ -33,7 +33,7 @@ DataPipe is a service that was developed to allow saving data directly into the
There are some steps you need to follow in your OSF account and your DataPipe account, in order to create a token that MinnoJS can use to save your study data. [DataPipe](https://pipe.jspsych.org/) explains all of that.
DataPipe will provide you a token that you are supposed to use in a JavaScript script in order to save the data directly on the OSF. We already wrote that JavaScript file,
so all that we need from you is the token provided by DataPipe.
You provide that code in the following line of code, in the [mgr.js](https://github.com/baranan/minno-tasks/blob/master/docs/studies/datapipe.example.iat/mgr.js) file:
You provide that code in the following line of code, in your [mgr.js](https://github.com/baranan/minno-tasks/blob/master/docs/studies/datapipe.example.iat/mgr.js) file:

```js
init_data_pipe(API, 'YOURDATAPIPETOKENGOESHERE', 'csv');
Expand Down

0 comments on commit ab0a89e

Please sign in to comment.