Multiple choice on repeat groupe answer

Hi @Fabienne35

based on this answer Ranking previously collected list of names - #8 by LN

  1. Download the form I prepared: barcodes.xlsx (6.2 KB)

  2. Convert it to xml using http://opendatakit.org/xlsform/

  3. Add:

	 <itemset nodeset="/barcodes/group">
	     <value ref="c1"/>
	     <label ref="code"/>
	 </itemset>

instead of:

 <item>
    <label>A</label>
    <value>a</value>
 </item>

in line 38 under

<label>Select barcodes</label>

Here is the result: barcodes.xml (1.6 KB)