mohan-nishit / opendatakit

Automatically exported from code.google.com/p/opendatakit
0 stars 0 forks source link

Multi-question on a screen not working with a repeated group. #167

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If you have a repeated group and use the attribute ' appearance="field-list" ' 
the elements in the group appear one at a time rather than all on the same 
screen.  

Expected behavior is to have all the prompts appear on the screen at once, and 
when you go to the "next" screen, a dialog asks you if you'd like to add 
another.

Example xml included, whole form attached:

<group appearance="field-list">
      <label ref="jr:itext('/data/Pregnancies:label')"/>
      <repeat nodeset="/data/Pregnancies">
      <input ref="/data/Pregnancies/childbirthdate">
        <label ref="jr:itext('/data/Pregnancies/childbirthdate:label')"/>
        <hint ref="jr:itext('/data/Pregnancies/childbirthdate:hint')"/>
      </input>
      <input ref="/data/Pregnancies/deiveryplace">
        <label ref="jr:itext('/data/Pregnancies/deiveryplace:label')"/>
        <hint ref="jr:itext('/data/Pregnancies/deiveryplace:hint')"/>
      </input>
...
    </repeat>
 </group>

Original issue reported on code.google.com by carlhart...@gmail.com on 13 Jan 2011 at 2:23

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in 1.1.7

Original comment by carlhart...@gmail.com on 7 Jun 2011 at 10:59