Form Design (select_multiple)

Dear all

I am creating question form with excel and I have some problem in creating multiple choice question.

I want to limit their choice option. (such as maximum choice 3)

I want to order their choice. (such as first, second, third or 1, 2, 3)

The sample form at http://opendatakit.org/help/form-design/xlsform/
has an example of a limiting selects. A constraint of
'count-selected(.) < 3' should work.

I don't know what you mean by ordering. Answers that are saved are
ordered by how they appear in the user interface.

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Tue, Jul 29, 2014 at 10:59 PM, ncwin86@gmail.com wrote:

Dear all

I am creating question form with excel and I have some problem in creating multiple choice question.

I want to limit their choice option. (such as maximum choice 3)

I want to order their choice. (such as first, second, third or 1, 2, 3)

--

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.

The sample form at http://opendatakit.org/help/form-design/xlsform/

has an example of a limiting selects. A constraint of

'count-selected(.) < 3' should work.

I don't know what you mean by ordering. Answers that are saved are

ordered by how they appear in the user interface.

Yaw

--

Need ODK services? http://nafundi.com provides form design, server

setup, professional support, and software development for ODK.

Dear all

I am creating question form with excel and I have some problem in creating multiple choice question.

I want to limit their choice option. (such as maximum choice 3)

I want to order their choice. (such as first, second, third or 1, 2, 3)

--

--

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.

Dear Yaw

Thanks for your reply.

My first question fixed by add in constrain like count-selected(.) <= 3

My second question is mean to

I wan to mark their choice which one do they choice first.
which one do they choice second.which one do they choice third.

For example

Please see attached file.

Thanks and Best Regards
Chan Win

··· On Thursday, July 31, 2014 10:19:35 PM UTC+6:30, Yaw Anokwa wrote: > On Tue, Jul 29, 2014 at 10:59 PM, wrote:

Hi Chan,
I suggest that you create three selected_one questions Q1, Q2 and Q3 with
the same choice list and uses the following discussion
https://groups.google.com/forum/#!topic/formhub-users/joABzj6ddUE for the
constraints.

Koassi

··· Le vendredi 1 août 2014 04:33:23 UTC, ncw...@gmail.com a écrit : > > On Thursday, July 31, 2014 10:19:35 PM UTC+6:30, Yaw Anokwa wrote: > > The sample form at http://opendatakit.org/help/form-design/xlsform/ > > > > has an example of a limiting selects. A constraint of > > > > 'count-selected(.) < 3' should work. > > > > > > > > I don't know what you mean by ordering. Answers that are saved are > > > > ordered by how they appear in the user interface. > > > > > > > > Yaw > > > > -- > > > > Need ODK services? http://nafundi.com provides form design, server > > > > setup, professional support, and software development for ODK. > > > > > > > > On Tue, Jul 29, 2014 at 10:59 PM, <ncw...@gmail.com > wrote: > > > > > Dear all > > > > > > > > > > I am creating question form with excel and I have some problem in > creating multiple choice question. > > > > > > > > > > I want to limit their choice option. (such as maximum choice 3) > > > > > > > > > > I want to order their choice. (such as first, second, third or 1, 2, 3) > > > > > > > > > > -- > > > > > -- > > > > > Post: opend...@googlegroups.com > > > > > Unsubscribe: opendatakit...@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...@googlegroups.com . > > > > > For more options, visit https://groups.google.com/d/optout. > > Dear Yaw > > Thanks for your reply. > > My first question fixed by add in constrain like count-selected(.) <= 3 > > My second question is mean to > > I wan to mark their choice which one do they choice first. > which one do they choice second.which one do they choice third. > > > For example > > Please see attached file. > > Thanks and Best Regards > Chan Win > >