URL of experiment: https://run.pavlovia.org/MJB/pc
Description of the problem:
I am sure this is a common problem but I haven’t found just the right answer:
In my experiment I use formatted text sims that include variables.
for example, one of the text boxes (set top update on every repeat) reads:
$u"You will now have to reproduce the intervals you have experienced between %s and the appearance of the triangle. \n\nSince you have experienced 5 of these intervals, you will have to reproduce 5 intervals in a row\n\n\nPress SPACE to proceed" %CNC
This works fine locally, but on Pavlovia this means that it simply displays NaN on the screen.
What do I need to do to make this work on JS?
Thanks!