Tutorial for referencing variable in text

URL of experiment:

Description of the problem: Can someone please point me to a current tutorial on how to link to variables within text in Pavlovia?

My 2020 code used this approach: $‘Your Current Total: $’ + String($Bank)

But this is now appearing as literal text on Pavlovia rather than inserting the value of the variable ‘Bank’

I have been playing with various methods but nothing is working.

Take out the final $.
str() instead of String ()

1 Like