osayouba / opendatakit

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

prompts for repeat groups are a little confusing #1127

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The text prompt for adding another entry in a repeat group defined

type          name            label               hint
begin repeat  one             Children's details  Repeat the following 
questions for each of your children
blah blah
end repeat

reads 

*Add New Group?*

Add a new "Children's details" group?

[do not add]  [add group]

This is quite cryptic and while it may make sense programmatically, it doesn't 
make sense to me from a user perspective.  How about

*label*
hint
[finished adding label]  [add another label]

or 

*Children's details*
Repeat the following questions for each of your children
[finished adding Children's details] [add another Children's details]

Original issue reported on code.google.com by dges...@gmail.com on 5 Apr 2015 at 7:10