Adding Trial Number in Builder

Hello,

Is there any way to add trial numbers to the builder? My experiment includes audio-only stimuli so the number of trials can be added anywhere on the screen (top, right/left corners).

Is there any way I can add trial numbers using the builder?

Thanks

If we call the loop your routine is in myLoop, then the trial number would be myLoop.thisN - you can display this in a :textbox: Textbox or :text: Text component by setting the value of its text param to be $myLoop.thisN and making sure it’s on “set every repeat”

It worked. Thank you so much for the suggestion.