They are stored in reverse order:
I set
1st: upper left corner: coords: 1,1 stored in SQ010-SQ012
2nd: upper right corner: coords: 99,1 stored in SQ007-SQ009
3rd: lower left corner: coords: 1,99 stored in SQ004-SQ006
4th: lower right corner: coords: 99,99 stored in SQ001-SQ003
So, to know the order you may do some restructuring in a spreadsheet.
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
If it was reverse order it would not be a problem for me as you can easily reorder it. But the problem is, it isn't just stored backwards. I made a few examples and tested them:
I will attach a picture.
on the left side is the order I placed the markers- on the right i marked the displayed stored coordinates after completing the survey.
As far as I know,
if there is an algorhythm, it works always identical.
And looking at your pictures:
Seems to be in reverse order, but maybe you are confused about the coords.
0,0 upper left
100,100 lower right.
All your examples show it correctly, if we do just a symmetrical mirroring
Your last example:
1st: top middle -> 4 bottom middle
2nd: bottom middle -> 3 top middle
3rd: middle right -> 2 middle left
4th: middle left -> 1 middle right
As long as I use this, and in a dashboard show the results afterwards, it never worked differently
Joffm
Write the position into the comment and compare in database.
Volunteers are not paid.
Not because they are worthless, but because they are priceless
Oh god!! I really messed up with reading the coordinates!!
I assumed a normal x and y axis- x the bottom horizontal line and y the left vertical line- but it is different here.
Thank you sooo much this made me think for hours!!
Im attaching my pictures with the corrected coordinates- for future readers.