Hi Joffm,
The cyclist allocation works well so far, thanks to your instruction.
But there is one confusion regarding to the unlimited issue, may I ask for your help please? Thanks!
The thing is now the following equation is used, and the list just can cover limited respondents, as many as the number of rows in the list, e.g. if 500 sample is needed, seems the list should be copied to over 500 rows at least.
Equation: {substr(latin,(SAVEDID-1)*10,
}‘
latin’ = question where list as the default answer
By the way, just make sure that the condition for the equation to be true is that a newline character is equal to two characters right?
And the sequence is showed in the following table:
It should be fine that copying enough rows in the list, but just curious about the unlimited issue.
To make it become unlimited, I created another equation‘row’refering to your tutorial– to represent which row should be selected in the list. I suppose in this way, unlimited loops can be established as the following table shows.
However, I found it seems would only succeed when removing the “#” from equation: [eqGroupsFinal]. That is to say,
if [eqGroupsFinal] = {"#",join(eqWGN…)}, the string will not be in the right order. The 1st picture below represents an example of the disorder.
If [eqGroupsFinal] = {join(eqWGN…)}, the string is in the right order surprisingly (the 2nd picture below). But the consequence of removing “#” I found is the whole question group ‘1.1W’ with the condition “strpos(eqGroupsFinal, "W") > 0” will no longer show.
I’m so confused about it, as there seems no direct relationship between [eqGroupsFinal] and [string]. Wondering what seems to be the problem?
Many thanks,
Xueting