You can calculate an offset for both groups, like
OffsetUG: {sum(if(INS.gseq lt Q00.gseq,70,0),if(pnifirst.gseq lt Q00.gseq,3,0),if(BSLFIRST.gseq lt Q00.gseq,3,0),if(ACME0.gseq lt Q00.gseq,5,0),2)}
OffsetFO: {sum(if(Q00.gseq lt INS.gseq,215,0),if(pnifirst.gseq lt INS.gseq,3,0),if(BSLFIRST.gseq lt INS.gseq,3,0),if(ACME0.gseq lt INS.gseq,5,0),2)}Here you count how many questions were before the start of the group.
If you subtract this from each value in "UGOrder" and "Faceorder" in an equation, the values of each group start with 1.
Like equation "eqFO":
{Faceorder_A1F=Faceorder_A1F-OffsetFO}
{Faceorder_H1F=Faceorder_H1F-OffsetFO}
{Faceorder_N1F=Faceorder_N1F-OffsetFO}
{Faceorder_A2F=Faceorder_A2F-OffsetFO}
{Faceorder_H2F=Faceorder_H2F-OffsetFO}
{Faceorder_N2F=Faceorder_N2F-OffsetFO}
{Faceorder_A3F=Faceorder_A3F-OffsetFO}
{Faceorder_H3F=Faceorder_H3F-OffsetFO}
{Faceorder_N3F=Faceorder_N3F-OffsetFO}
{Faceorder_A4F=Faceorder_A4F-OffsetFO}
{Faceorder_H4F=Faceorder_H4F-OffsetFO}
{Faceorder_N4F=Faceorder_N4F-OffsetFO}
{Faceorder_A5F=Faceorder_A5F-OffsetFO}
{Faceorder_H5F=Faceorder_H5F-OffsetFO}
{Faceorder_N5F=Faceorder_N5F-OffsetFO}
...
This you do in hidden equations at the end of the survey.
And you have to adapt the default values of these questions.
On the other side there is still this timestamp in your survey. What for?
Either you use this or remove it and change this question to "list(radio)" with bootstrap-button layout.
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
The topic has been locked.