getodk / validate

ODK Validate is a Java application for confirming that a form is valid and compliant with the ODK XForms specification. Contribute and make the world a better place! ✨🔍✨
https://docs.getodk.org/validate/
Other
9 stars 27 forks source link

Check that the data type matches the control type #11

Open getodk-bot opened 7 years ago

getodk-bot commented 7 years ago

Issue by mitchellsundt Thursday Jul 09, 2015 at 19:14 GMT Originally opened as https://github.com/opendatakit/opendatakit/issues/767 (4 comment(s))


Originally reported on Google Code with ID 766

In the last bar in the attached example, Nyati, Pongo, Digidigi are all clumped together
as one item. Ideally, there should be an option for bar graph for each answer. 

I suppose the fundamental problem is that it's hard to analyze data in selects without
them being broken into separate columns. One good work around might be document a way
to do this in Excel

Reported by yanokwa@nafundi.com on 2013-02-14 19:08:16


getodk-bot commented 7 years ago

Comment by mitchellsundt Thursday Jul 09, 2015 at 19:14 GMT


This looks like a bug in the visualization code. Should the first bar be split also:

- Muhanga
- Kima_kic...

??

Reported by mitchellsundt on 2013-02-14 19:38:15

getodk-bot commented 7 years ago

Comment by mitchellsundt Thursday Jul 09, 2015 at 19:14 GMT


Or perhaps this is displaying all the combinations that are present in the data?

Reported by mitchellsundt on 2013-02-14 19:38:45

getodk-bot commented 7 years ago

Comment by mitchellsundt Thursday Jul 09, 2015 at 19:14 GMT


Ugh. This is a mistake on my part. Although the data type is select1, the control widget
was still select. I suppose that's the real bug. Anyway to catch that in Validate?

Reported by yanokwa@nafundi.com on 2013-02-14 22:23:54

getodk-bot commented 7 years ago

Comment by mitchellsundt Thursday Jul 09, 2015 at 19:14 GMT


Yikes. That's a mistake.

Changing this to a Validate issue.  

Not sure what we can do there, but it would definitely be worth fixing.

Reported by mitchellsundt on 2013-02-14 23:58:31