Hi! I’m new to web languages, so I have something that should be possible but I’m probably approaching it wrong. I’m trying to transfer over from Qualtrics, and I have an experiment with several blocks:
1. read 500-word passages and answer a few questions
2. read sentences introducing characters
3. answer multiple choice questions about each character
4. do a sentence completion task about each character
I’ve been able to implement #2-4 easily using the groups function in Templates, because all those stimuli fit easily in one csv. And it seems to be assigning people to the same group for each Template.
What I’m trying to do is have one group variable that I can use to select the items for #1 out of a set of html files, and then the items for #2-4 out of a csv file, and then update the count of how may participants per group. There are 4 conditions for #1 and 3 lists for #2-4, so I have to have 12 lists instead of randomizing each set separately.
I could maybe get everything into 1 csv, but putting a 250 word text in one cell would be very unwieldly. Is there a straightforward way to do this?
Thanks!