Warnings in ODK Validate : Selection choice label text and image uri are both missing

Hi ODK Community,

I am trying to validate the form, everything works fine, just a little
worried about these warnings from ODK VALIDATE.

Warning:

Selection choice label text and image uri are both missing for: /data/hhHead

Select Question itself:

Select household head.





Instance 'nam' is there and not empty and neither are itext -> from
where it gets the labels for dynamic items.

Any ideas?

Best,
Ayub

Ayub,

If the form renders properly, then it's probably fine. I believe the
validation routine doesn't deal with itext too well.

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Wed, Sep 9, 2015 at 6:36 AM, Ayub nrspaggregate@gmail.com wrote:

Hi ODK Community,

I am trying to validate the form, everything works fine, just a little
worried about these warnings from ODK VALIDATE.

Warning:

Selection choice label text and image uri are both missing for: /data/hhHead

Select Question itself:

Select household head.





Instance 'nam' is there and not empty and neither are itext -> from
where it gets the labels for dynamic items.

Any ideas?

Best,
Ayub

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Yaw,

Thanks for the quick reply,

Actually there is another message on top of it, which says:

warning: previous choices not cleared out

Can you give some explanation as to what it probably means (to look/watch
out perhaps) or is it part of the same message?. Questions are rendering
perfect though.

Best,
Ayub

Not sure 'cause I didn't write that code.

Quick peek at the source and looks like if you try to build an itemset
with no choices, it throws that warning. In this case, there are no
choices because it's determined at runtime.

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Wed, Sep 9, 2015 at 7:28 AM, Ayub nrspaggregate@gmail.com wrote:

Yaw,

Thanks for the quick reply,

Actually there is another message on top of it, which says:

warning: previous choices not cleared out

Can you give some explanation as to what it probably means (to look/watch
out perhaps) or is it part of the same message?. Questions are rendering
perfect though.

Best,
Ayub

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Thanks Yaw