Hi Tony,
I had dug around the manual, and found this section about
randomization and relevanceStatus
, but I can't quite seem to get it to work.
My first group of questions Q1, Q2, and Q3 are arrays with a combined total of 16 subquestions. Each of those with values >0 and <4 then becomes a valid subquestion for Q4 and Q5, each of which are arrays, set in their own separate groups.
I need no more than 5 subquestions for both Q4 and Q5, and I need them to be drawn at random from those valid subquestions in Q1, Q2, and Q3.
I'm getting the 5 subquestion limit just fine with the relevanceStatus and LT5 techniques in that tutorial, however my subquestions aren't being drawn at random, instead they're just the first 5 valid subquestions from the combined arrays of Q1, Q2, and Q3.
Any ideas where I'm going wrong?