Reply To: Preloading resources by experiment list

PennController for IBEX Forums Support Preloading resources by experiment list Reply To: Preloading resources by experiment list

#6611
Jeremy
Keymaster

Hi Emily,

The switch statement from my previous message lets you execute different PreloadZip commands depending of the value of __counter_value_from_server__ (which goes to show that it is available from outside Template). This is a rather specific need

The Template function readily implements group designs by looking up a Group/List column in your table and selecting a subset of rows that share a single value for that column, so you don’t need to manually check __counter_value_from_server__. Since you should have the option of specifying the name of the audio file you want to play directly in a column in your table, I am not sure why you would need to access __counter_value_from_server__ from within the Template command

Jeremy