I have a transcript that I want participants to rate. I want exactly 10 ratings per transcript. THere are 50 transcripts. How do I ensure there are 10 ratings per transcript of 50 transcripts that are randomly assigned?
Page 1 / 1
Since Quotas are updated after end of survey so their might be few addtional responses as well for the transcript. We can add surveyflow something like below for all 50 transcript to assign the tanscript:
Hey @seb.marin You can create embedded data for every transcript and apply quota for the same.
Is this what are you looking for?
@Shashi@omkarkewat Thank you for your responses! One goal I was trying to achieve was managing number of blocks in the survey flow. To reduce the number of blocks (and my own labor), I wanted to use the loop and merge function somehow. What I’ve come up with (and have yet to test) is exactly what you both have suggested and adding in a loop and merge. Basically, I have uploaded the same 50 transcripts to 10 fields. I’m going to create 10 blocks, 1 per field. I’m going to set the quota for each block at 50. I’m going to randomize each transcript (loop) and present one transcript (loop) at a time. Then I’ll evenly distribute and randomize the block. Thoughts?
Actually, I tried this and there’s no guarantee exactly which transcript the respondent is shown. @omkarkewat your solution works!