XLSForm - How to add different labels to Group questions?

Hello.

I'm trying to make Group Question with XLS:

type name label
begin group table table-list group
select_one choice table_question_1 Table list question 1
select_one choice table_question_2 Table list question 2
select_one choice table_question_3 Table list question 3
select_one choice table_question_4 Table list question 4
end group table

list_name name label
choice 1 Yes
choice 2 No
choice 3 Maybe
choice 4 Don't know

Is it possible to set different names for each question of the group?
It shoud look like:
table_question_1 - Yes=1, No=2, Maybe=3, Don't know=4
table_question_2 - Yes=5, No=6, Maybe=7, Don't know=8
table_question_3 - Yes=9, No=10, Maybe=11, Don't know=12
table_question_4 - Yes=13, No=14, Maybe=15, Don't know=16

No ideas at all? =(

well, i tried to use different choice lists, but with table-list group it calls an error in XLSForm:

[row : 4] Badly formatted table list, list names don't match: yes_no vs. a_b
Press Enter to continue...

since you want different names for the selections, these would be different
choice lists.

choice1to4
choice5to6

etc.

Note that the name is always a string value, so if you were to do any
calculations, you would have to convert these to numbers or integers
explicitly before doing arithmetic or integer value comparisons (e.g., "11"

··· > "9" is false but int("11") > int("9") is true).

On Wed, May 14, 2014 at 10:47 PM, trilomin@gmail.com wrote:

No ideas at all? =(

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

Ah, OK. Sorry, I overlooked the part about table-list.

Yes, you cannot do this.

··· On Thu, May 15, 2014 at 9:19 PM, wrote:

well, i tried to use different choice lists, but with table-list group it
calls an error in XLSForm:

[row : 4] Badly formatted table list, list names don't match: yes_no vs.
a_b
Press Enter to continue...

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com