Multiple Select with Numeric Values

Hi!

I would like to know, if possible, because I cant find the way, to use
"user selectable" values on a Multiple Select question.

For example:

Choice 1 Numeric Input
Choice 2 Numeric Input
Choice 3 Numeric Input

instead of a "fixed value" of:

Choice 1 1
Choice 2 2
Choice 3 3

Hope I have explained myself, and if possible, anyone can help me with
your knowledge.

Thanks in advance for reading

Regards

Would you just like to group three numeric input questions on one screen? You can do that by adding the appearance=“field-list” attribute to a group. Like this:

      <group appearance="field-list"> <label ref="jr:itext('/data/group:label')"/> <input ref="/data/group/n1"> <label ref="jr:itext('/data/group/n1:label')"/> <hint ref="jr:itext('/data/group/n1:hint')"/> </input> <input ref="/data/group/n2"> <label ref="jr:itext('/data/group/n2:label')"/> <hint ref="jr:itext('/data/group/n2:hint')"/> </input> <input ref="/data/group/n3"> <label ref="jr:itext('/data/group/n3:label')"/> <hint ref="jr:itext('/data/group/n3:hint')"/> </input> </group>
···

On Sun, Feb 12, 2012 at 4:56 AM, Francisco Cota starl...@gmail.com wrote:

Hi!

I would like to know, if possible, because I cant find the way, to use

“user selectable” values on a Multiple Select question.

For example:

Choice 1 Numeric Input

Choice 2 Numeric Input

Choice 3 Numeric Input

instead of a “fixed value” of:

Choice 1 1

Choice 2 2

Choice 3 3

Hope I have explained myself, and if possible, anyone can help me with

your knowledge.

Thanks in advance for reading

Regards

–

You received this message because you are subscribed to the Google Groups “Kobo Users” group.

To post to this group, send email to kobo-...@googlegroups.com.

To unsubscribe from this group, send email to kobo-users+...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/kobo-users?hl=en.

1 Like