Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kschuler committed Dec 3, 2024
1 parent 3e5cc31 commit 6419198
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions task.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
jsPsych.data.get().addToLast({browser_event: data});
},
on_finish: function() {
jsPsych.data.displayData();
//jsPsych.data.displayData();
window.location = "https://app.prolific.co/submissions/complete?cc=CELMED4M"
}
}
);
Expand Down Expand Up @@ -521,11 +522,11 @@ <h3>Exit survey</h3>
<label><input type="radio" name="similar_experiment" value="not sure" required> not sure</label><br>
<p id="error-msg" style="color:red; display:none;" required>Please select an option!</p>
</div>
<p>(3) How distracted were you during the experiment?</p>
<p>(3) How attentive were you during the experiment?</p>
<div style="display: flex; align-items: center; justify-content: space-between; width: 800px;">
<label style="font-size: 14px;">I paid close attention the whole time</label>
<input type="range" style="flex: 1; margin: 0 10px;" min="0" max="100">
<label style="font-size: 14px;">I was very distracted</label>
<input type="range" style="flex: 1; margin: 0 10px;" min="0" max="100">
<label style="font-size: 14px;">I paid close attention the whole time</label>
</div>
</div>
`,
Expand Down

0 comments on commit 6419198

Please sign in to comment.