PennController for IBEX › Forums › Support › Spacing "scale" radio buttons apart › Reply To: Spacing "scale" radio buttons apart
December 12, 2022 at 3:18 pm
#9790
Keymaster
Hi,
Your code currently embeds every line starting from Template("CompQuantAdultStudy2022.csv", inside the wait command of the “practice” Scale element, because its closing parenthesis only comes at the end of the code. You need to take three closing parentheses out of the block of six below the getScale("score") lines, and move them up to replace the comma currently below the closing parenthesis of the failure command of the “practice” Scale element. This way, you’ll be closing not only the wait command, but also the “practice” newTrial and Template commands before getting to the “experimental-trial” ones
Jeremy