grouping multiple questions on one page

Hi all, is there anyway to group multiple questions on the single page using KoBoForm?

if not i have read that inserting in the xml works, but this has not been successful for me. can anyone demonstrate with my snippet of code below?

thanks

</h:head>

<h:body>

<select1 bind="A01">

  <label ref="jr:itext('A01')"/>

  <item>

    <label ref="jr:itext('A01_1')"/>

    <value>1</value>

  </item>

</select1>

<select1 bind="A02">

  <label ref="jr:itext('A02')"/>

  <item>

    <label ref="jr:itext('A02_1')"/>

    <value>1</value>

  </item>

</select1>

<select1 bind="A03">

  <label ref="jr:itext('A03')"/>

  <item>

    <label ref="jr:itext('A03_1')"/>

    <value>1</value>

  </item>

</select1>

<group id="A04">

  <label ref="jr:itext('A04')"/>

  <select1 bind="A05">

    <label ref="jr:itext('A05')"/>

    <item>

      <label ref="jr:itext('A05_1')"/>

      <value>1</value>

    </item>

    <item>

      <label ref="jr:itext('A05_2')"/>

      <value>2</value>

    </item>

  </select1>

  <select1 bind="A06">

    <label ref="jr:itext('A06')"/>

    <item>

      <label ref="jr:itext('A06_1')"/>

      <value>1</value>

    </item>

    <item>

      <label ref="jr:itext('A06_2')"/>

      <value>2</value>

    </item>

    <item>

      <label ref="jr:itext('A06_3')"/>

      <value>3</value>

    </item>

  </select1>

  <input bind="A07">

    <label ref="jr:itext('A07')"/>

    <hint ref="jr:itext('A07-hint')"/>

  </input>

</group>

Dear All,

I am also interested in knowing how to group multiple questions on one page. In my case I would like the respondent to choose an option on a scale of 1 to 4. Is this possible? Your assistance will be greatly appreciated.

Find below a sample of the survey:

		In the past 30 days how much difficulty did you have in?
  •   	Mumazuva makumi matatu apfuura, mungati makanetseka zvakadini ku?*
    

none

1

mild

2

Moderate

3

Severe

4

extreme or cannot do

5

Thanks and Regards

Ronald Munoma

···

The United Nations Millennium Development Goals

A set of 8 goals, agreed upon by 189 member countries of the UN, that if achieved would see the greatest improvement to the human condition by 2015.
http://www.un.org/millenniumgoals/

Action on the MDGs: www.mdgpledge.org
Change your sig: www.mdgpledge.org/sig/

On 23 August 2013 15:10, len.j....@gmail.com wrote:

Hi all, is there anyway to group multiple questions on the single page using KoBoForm?

if not i have read that inserting in the xml works, but this has not been successful for me. can anyone demonstrate with my snippet of code below?

thanks

</h:head>

<h:body>

<select1 bind="A01">
  <label ref="jr:itext('A01')"/>
  <item>
    <label ref="jr:itext('A01_1')"/>
    <value>1</value>
  </item>
</select1>
<select1 bind="A02">
  <label ref="jr:itext('A02')"/>
  <item>
    <label ref="jr:itext('A02_1')"/>
    <value>1</value>
  </item>
</select1>
<select1 bind="A03">
  <label ref="jr:itext('A03')"/>
  <item>
    <label ref="jr:itext('A03_1')"/>
    <value>1</value>
  </item>
</select1>
<group id="A04">
  <label ref="jr:itext('A04')"/>
  <select1 bind="A05">
    <label ref="jr:itext('A05')"/>
    <item>
      <label ref="jr:itext('A05_1')"/>
      <value>1</value>
    </item>
    <item>
      <label ref="jr:itext('A05_2')"/>
      <value>2</value>
    </item>
  </select1>
  <select1 bind="A06">
    <label ref="jr:itext('A06')"/>
    <item>
      <label ref="jr:itext('A06_1')"/>
      <value>1</value>
    </item>
    <item>
      <label ref="jr:itext('A06_2')"/>
      <value>2</value>
    </item>
    <item>
      <label ref="jr:itext('A06_3')"/>
      <value>3</value>
    </item>
  </select1>
  <input bind="A07">
    <label ref="jr:itext('A07')"/>
    <hint ref="jr:itext('A07-hint')"/>
  </input>
</group>

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

To unsubscribe from this group and stop receiving emails from it, send an email to kobo-users+...@googlegroups.com.

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

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.