continue text response after timeout break
In my experiment I'm having participants write a short paragraph about a person about whom participants saw a list of behaviors. As we want the participants to respond fast and intuitively, we give them 2 minutes to write but we don't want to just abruptly cut their reasoning and move on, so after the two minutes we give them a chance to choose whether they are finished or need one extra minute. if they need the extra minute, we want their response thus far to appear so they can complete it.
I'm using a form text input (timeout 2mins), and a multiple choice for them to choose, and use 'run if' in the sequence to determine whether they should see their response and continue or move on to the next phase. How can I present the previous answer if they want the extra minute? First I thought using the [form_var] as default for the stub, but it doesn't work.
Do I need to turn [form_var] into a variable, because it is a response variable, with inline script?
Are there other ways to reuse a previous answer as editable text?
Thanks in advance
Pedro