File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ function handleFormSubmission(confidence_table) {
34
34
const preTaskInstruction =
35
35
"How confident are you that you will perform well on this task?" ;
36
36
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?" ;
38
38
39
39
const formData = {
40
40
1 : {
@@ -93,7 +93,7 @@ function setInstructions() {
93
93
document . querySelector ( "a.button" ) . href =
94
94
formData [ getConfidenceId ( ) ] . nextPage ;
95
95
} else {
96
- document . querySelector ( "b.confidence_instruction" ) . textContent =
96
+ document . querySelector ( "b.confidence_instruction" ) . innerHTML =
97
97
postTaskInstruction ;
98
98
99
99
//hide next page button
You can’t perform that action at this time.
0 commit comments