Used of HTML script
Hi again :)
Almost finish my second experiment with OSweb.
In my experiment, I use HTNL code for participants' confidence level rating of their memory.
The problem is that
this script causes the loop to get stuck. In addition, it skips over one of the step in the loop.
I attached the experiment file and I will be glad for your help.
The scripts called "conf_prompt_w" and "conf_promp_b".
Thank you!
Zohar.
Comments
Hi Zohar,
this script causes the loop to get stuck
I think this is because you have multiple unlinked loggers that log all the variables. At least Osweb prompts compatibility issues when I try to run your experiment. Untick the box to log all variables solves the problem. So, maybe try that (and select only variables you need).
it skips over one of the step in the loop
No idea what causes this (the conf_prompt_w is not really skipped, but Osweb does not halt, waiting for input but continues right away), but adding an empty sketchpad (with duration=keyboard) solves the problem.
Hope this helps,
Eduard