evilGmonkey / opendatakit

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

Using multiple question grouping within a repeating group #314

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Loading the form into Aggregate

What is the expected output? What do you see instead?
I have a working form with nested repeating groups. I now want to group 
together some of the questions asked in the nested repeating groups so that 
multiple questions appear on the ODK Collect screen. However the same code: 
</group> is used to 'escape' a multipleQ or a repeating group. As a result the 
form is not valid.

What version of the product are you using? On what operating system?
Aggregate v1.0 on google appengine (desktop running Linux)

Please provide any additional information below.

Original issue reported on code.google.com by danieljb...@gmail.com on 7 Sep 2011 at 9:19

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by wbrune...@gmail.com on 7 Sep 2011 at 6:25

GoogleCodeExporter commented 9 years ago
Have you tried using ODK validate? What is the error you receive?

Original comment by wbrune...@gmail.com on 7 Sep 2011 at 6:31

GoogleCodeExporter commented 9 years ago
FYI: the group open tag at line 274 should be moved within the repeat tag at 
line 276.  You have mis-matched pairings of xml tags.

Original comment by mitchellsundt@gmail.com on 7 Sep 2011 at 9:18

GoogleCodeExporter commented 9 years ago
Sorry - that was my fault. Eagle-eyes Mitch spotted the error. The form works 
perfectly now. Sorry to have bothered you....

Original comment by danieljb...@gmail.com on 8 Sep 2011 at 8:07

GoogleCodeExporter commented 9 years ago

Original comment by yanokwa on 8 Sep 2011 at 2:16