Issue: Fields dependent upon an earlier field are not updated

Hi everyone, I'm new in the forum and I will appreciate your help with this.

I was looking at this issue: Display "others" prompt on same screen as multiple choice question beacuse I want to do the same thing. Basically if it is possible to include a question in a field-list that dependes on the answer of the previous question. For example after a select_multiple question that contains an option like "other" to ask a question about that "other" in the same screen. In that case the conclusion was that it is not possible beacuse you need to move to another screen to "refresh" or "update". But there was an issue in github very related: https://github.com/opendatakit/collect/issues/378 that in the end it seems that they could figure it out. Sooo, I'd like to know if it is possible to do it in a XLS Form and how.

Thanks

1 Like

@fsznaider Welcome to the forum! If put those two questions (select_multiple, text) on the same screen and add some logic on when you want other to show up, it'll do that.

For example, for a form like this:

Here's what Collect v1.22 will show:
https://getodk-a3b1.kxcdn.com/uploads/default/original/2X/b/bf733a26bb8f8c10f23856d8085c3a3e82aac93b.mp4

You can find the form here:
color.xlsx (10.7 KB)

1 Like

Thank you very very much yanokwa! I've done it and it work just fine :+1::+1:

2 Likes