reed
New Member
Posts: 6
|
Post by reed on Dec 15, 2021 20:34:59 GMT
I'm trying to get a measure of semantic fluency for my current experiment, and it seemed like a perfect place to use 3.4.0's new textbox commands, but I'm having trouble getting the textbox off the screen.
The way the task is supposed to work is that participants are given a category prompt above the textbox. They then have one minute to type out as many examples of that category as possible. The problem I'm having is that after the 60 seconds have elapsed, everything on the screen is cleared except for the textbox, which remains on top of any other slides until a new textbox is generated.
Code I'm using is below:
Any ideas?
|
|
silk
Experienced
Posts: 32
|
Post by silk on Dec 16, 2021 13:58:35 GMT
Hi there,
Indeed the clear instruction does not remove textboxes. One possibility to fix your problem is to create another textbox out of the visible screen. But since it is possible to create a textbox with textbox new, I tried to replace new by clear and when running the code the textbox was successfully removed (even though this instruction is not yet in the documentation).
You can try my dummy code below:
|
|
|
Post by hwayoung on Nov 26, 2022 8:52:48 GMT
Hello, can I ask was your textbox data saved? I'm trying to find out how to save and see my textbox data if the participants input it.
|
|