Skip to content

Commit a88164e

Browse files
committed
post task instr change
1 parent b972132 commit a88164e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/confidence/confidence_script.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function handleFormSubmission(confidence_table) {
3434
const preTaskInstruction =
3535
"How confident are you that you will perform well on this task?";
3636
const postTaskInstruction =
37-
"This part of the task is now complete. How confident are you that you performed well on this task?";
37+
"This part of the task is now complete. <br><br>How confident are you that you performed well on this task?";
3838

3939
const formData = {
4040
1: {
@@ -93,7 +93,7 @@ function setInstructions() {
9393
document.querySelector("a.button").href =
9494
formData[getConfidenceId()].nextPage;
9595
} else {
96-
document.querySelector("b.confidence_instruction").textContent =
96+
document.querySelector("b.confidence_instruction").innerHTML =
9797
postTaskInstruction;
9898

9999
//hide next page button

0 commit comments

Comments
 (0)