Hi all. Is it possible to conditionally specify the number of trials in a block element? I've tried a couple of different approaches (below), but I keep getting an 'invalid syntax' error. More details attached.
<block K_Prac_block>
/ trials = [1 - values.LETTER_item_num = noreplace(LETTER_Prac_trials)]
</block>
I've also tried this (both with and without quotes):
<block K_Prac_block>
/ trials = [1 - "<%values.LETTER_item_num%>" = noreplace(LETTER_Prac_trials)]
</block>
Thanks,
Jeff