Celine,
thanks for catching that. it’s a good error, I confirm it’s not working right.
When creating skip logic on a question,
KoBoForm creates the XML
relevant=“selected(/New_Form_1/A01_MULTI_,‘1’)”/>
Which is wrong and backwards. I am going to add this as an issue to be fixed in the next version of KoBoForm, as soon as possible.
In the meantime, if you would like to fix this in your form, you can edit the XML in a text editor like Notepad.
Change:
relevant=“selected(/New_Form_1/A01_MULTI_,‘1’)”/>
to:
relevant=“not(selected(/New_Form_1/A01_MULTI_,‘1’))”/>
Hope that helps, let us know if you have any further trouble, thanks again for the good catch.
Neil Hendrick
···
On Mon, Aug 20, 2012 at 3:31 PM, celine celine....@gmail.com wrote:
Hello,
When using “is not in list” as the evaluation condition, the xml export does not include the “not”. It’s as if I had chosen “is in list”.
I attached a small screenshot.
And here is what’s generated:
relevant=“selected(/test_not_in_list/A01_MULTI_,‘1’)”
Celine
You received this message because you are subscribed to the Google Groups “Kobo Users” group.
To view this discussion on the web visit https://groups.google.com/d/msg/kobo-users/-/XqrfOkAAxDMJ .
To post to this group, send email to kobo-...@googlegroups.com .
To unsubscribe from this group, send email to kobo-users+...@googlegroups.com .
For more options, visit this group at http://groups.google.com/group/kobo-users?hl=en .
celine
August 24, 2012, 9:02pm
2
you’re welcome
In case you didn’t see it: there is the exact same error with “is not null”.
···
On Wednesday, August 22, 2012 3:34:33 PM UTC-4, Neil Hendrick wrote:
On Mon, Aug 20, 2012 at 3:31 PM, celine celin...@gmail.com wrote:
Hello,
When using “is not in list” as the evaluation condition, the xml export does not include the “not”. It’s as if I had chosen “is in list”.
I attached a small screenshot.
And here is what’s generated:
relevant=“selected(/test_not_in_list/A01_MULTI_,‘1’)”
Celine
You received this message because you are subscribed to the Google Groups “Kobo Users” group.
To view this discussion on the web visit https://groups.google.com/d/msg/kobo-users/-/XqrfOkAAxDMJ .
To post to this group, send email to kobo...@googlegroups.com .
To unsubscribe from this group, send email to kobo-users+...@googlegroups.com .
For more options, visit this group at http://groups.google.com/group/kobo-users?hl=en .
Celine,
thanks for catching that. it’s a good error, I confirm it’s not working right.
When creating skip logic on a question,
KoBoForm creates the XML
relevant=“selected(/New_Form_1/A01_MULTI_,‘1’)”/>
Which is wrong and backwards. I am going to add this as an issue to be fixed in the next version of KoBoForm, as soon as possible.
In the meantime, if you would like to fix this in your form, you can edit the XML in a text editor like Notepad.
Change:
relevant=“selected(/New_Form_1/A01_MULTI_,‘1’)”/>
to:
relevant=“not(selected(/New_Form_1/A01_MULTI_,‘1’))”/>
Hope that helps, let us know if you have any further trouble, thanks again for the good catch.
Neil Hendrick
DataMax
November 9, 2012, 11:18am
3
Aaaah, this has been happening with my current form. I add skip logic after a text question to check if if the field was empty (null) or contains text (not null).
As I upload the form to the phone, nothing skips and I’m like, “but I did select ‘is not null’ in those questions.”
I went into the XML and change the = to !=. I’m a coder when I have to be.
~DataMax
···
On Wednesday, August 22, 2012 10:34:33 PM UTC+3, Neil Hendrick wrote:
On Mon, Aug 20, 2012 at 3:31 PM, celine celin...@gmail.com wrote:
Hello,
When using “is not in list” as the evaluation condition, the xml export does not include the “not”. It’s as if I had chosen “is in list”.
I attached a small screenshot.
And here is what’s generated:
relevant=“selected(/test_not_in_list/A01_MULTI_,‘1’)”
Celine
You received this message because you are subscribed to the Google Groups “Kobo Users” group.
To view this discussion on the web visit https://groups.google.com/d/msg/kobo-users/-/XqrfOkAAxDMJ .
To post to this group, send email to kobo...@googlegroups.com .
To unsubscribe from this group, send email to kobo-users+...@googlegroups.com .
For more options, visit this group at http://groups.google.com/group/kobo-users?hl=en .
Celine,
thanks for catching that. it’s a good error, I confirm it’s not working right.
When creating skip logic on a question,
KoBoForm creates the XML
relevant=“selected(/New_Form_1/A01_MULTI_,‘1’)”/>
Which is wrong and backwards. I am going to add this as an issue to be fixed in the next version of KoBoForm, as soon as possible.
In the meantime, if you would like to fix this in your form, you can edit the XML in a text editor like Notepad.
Change:
relevant=“selected(/New_Form_1/A01_MULTI_,‘1’)”/>
to:
relevant=“not(selected(/New_Form_1/A01_MULTI_,‘1’))”/>
Hope that helps, let us know if you have any further trouble, thanks again for the good catch.
Neil Hendrick