We asked participants to recall a situation prior to the study. And we plan to show participants the text they entered throughout the study as a form of text block in the middle of the screen. Now we have the text responses variable created as networkData.LIQ, and the function that needs to be modified is
function selectInstructionText(){ //select the instruction that participants see based on the condition
if (networkData.condition ==1){
return "<p><font color=black>Choose <strong>three participants</strong> you would <strong>want to keep seeing</strong> in subsequent rounds</p>" }
else { return "<p><font color=black>Click on the three buttons with the <strong>red name</strong></p>" } }
We already have a text instruction shown on the screen. What should I do to add the text response in the middle of the screen of this page?