Skip to content

Commit

Permalink
deploy: 39341f9
Browse files Browse the repository at this point in the history
  • Loading branch information
baranan committed Sep 3, 2024
1 parent 67648ef commit 4e2c34f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion blog/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ The value of the parameter that you added to the URL will be added to <strong
<span style="color:#000;font-weight:bold">}],</span>
</code></pre></div><p>You can also use URL parameter to indicate to your Minno code the participant’s condition and then use that condition in Minno’s code.</p>
<h3 id="presenting-a-feedback-to-the-participant">Presenting a feedback to the participant</h3>
<p>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.</p>
<p>In Project Implicit, for educational purposes, at the end of many of our studies, participants see the common interpretation 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.</p>
<p>If really must present feedback, then you can use <a href="https://github.com/baranan/minno-tasks/tree/master/docs/studies/datapipe.iat.examples/show.iat.feedback">this example</a>, which shows how to do that. The relevant code appears in the file <a href="https://github.com/baranan/minno-tasks/blob/master/docs/studies/datapipe.iat.examples/show.iat.feedback/lastpage.showresults.jst">lastpage.showresults.jst</a>.</p>
<h3 id="running-other-web-studies">Running other web studies</h3>
<p>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.</p>
Expand Down
2 changes: 1 addition & 1 deletion blog/tutorials/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ The value of the parameter that you added to the URL will be added to <strong
<span style="color:#000;font-weight:bold">}],</span>
</code></pre></div><p>You can also use URL parameter to indicate to your Minno code the participant’s condition and then use that condition in Minno’s code.</p>
<h3 id="presenting-a-feedback-to-the-participant">Presenting a feedback to the participant</h3>
<p>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.</p>
<p>In Project Implicit, for educational purposes, at the end of many of our studies, participants see the common interpretation 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.</p>
<p>If really must present feedback, then you can use <a href="https://github.com/baranan/minno-tasks/tree/master/docs/studies/datapipe.iat.examples/show.iat.feedback">this example</a>, which shows how to do that. The relevant code appears in the file <a href="https://github.com/baranan/minno-tasks/blob/master/docs/studies/datapipe.iat.examples/show.iat.feedback/lastpage.showresults.jst">lastpage.showresults.jst</a>.</p>
<h3 id="running-other-web-studies">Running other web studies</h3>
<p>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.</p>
Expand Down
2 changes: 1 addition & 1 deletion index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ The value of the parameter that you added to the URL will be added to <strong
<span style="color:#000;font-weight:bold">}],</span>
</code></pre></div><p>You can also use URL parameter to indicate to your Minno code the participant’s condition and then use that condition in Minno’s code.</p>
<h3 id="presenting-a-feedback-to-the-participant">Presenting a feedback to the participant</h3>
<p>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.</p>
<p>In Project Implicit, for educational purposes, at the end of many of our studies, participants see the common interpretation 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.</p>
<p>If really must present feedback, then you can use <a href="https://github.com/baranan/minno-tasks/tree/master/docs/studies/datapipe.iat.examples/show.iat.feedback">this example</a>, which shows how to do that. The relevant code appears in the file <a href="https://github.com/baranan/minno-tasks/blob/master/docs/studies/datapipe.iat.examples/show.iat.feedback/lastpage.showresults.jst">lastpage.showresults.jst</a>.</p>
<h3 id="running-other-web-studies">Running other web studies</h3>
<p>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.</p>
Expand Down
Loading

0 comments on commit 4e2c34f

Please sign in to comment.