Hi!
I am building an experiment where the participant has to write a text. In between writing the text i want them to answer a couple of questions, after which i want them to continue writing in the same text they were writing in before. They have 4 times 5 minutes of writing before they are sent to the question portion. I also would like them to be able to see the text they have written here, without being able to edit it.
My problem is that when i pipe the text they have written to a text field, the “enters” are deleted.
I have used the method from this post to take my text from the first textinput to the second and third...etc. And this works perfectly! (tldr: i created an embedded datafield in the flow after the first text input page with as value the textinput, and used default choices to pipe the embedded data to the new input textbox)
But when I pipe the embedded data to a text/graphic question using “ ${e://Field/sometext}” it deletes the enters.
I have tried the method in this post
But my participants don’t push a next button, as the question advances based on a timer on the page (after 300 seconds), so I don't seem to get it to work.
Can you help me fix this?
Thank you!
Rieke