PennController for IBEX › Forums › Troubleshooting › Reply To: Troubleshooting
September 23, 2022 at 3:32 pm
#8537
ediachek
Participant
Hi Jeremy,
I am using an Amazon S3 server to host my materials for the study. However, because there are so many items for each list, it takes a really long time to preload them all, so I was thinking that it would be helpful to set up a conditional statement that will grab list number and will only preload the materials for that list. Can you please advise on how to make that possible?
So far, I have this:
getVar("group").test.is(1)
.success(PreloadZip("https://s3.us-east-2.amazonaws.com/bell.bottoms.pcibex/bell_bottoms_list1.zip"))
But I also have 16 lists and was hoping to make it more efficient! Thank you for your help.
Here is the link to my study: https://farm.pcibex.net/r/IFjZFn/
- This reply was modified 2 years, 2 months ago by ediachek.