I am designing a collect mobile survey and wanted a little help.

Basically, I want a set of different questions to pop up on answering one. for, ex

IS there any conflict/dispute related with this land? Yes/No. If yes then classify:

  1. Dispute of ownership with the forest department: Attach details and images of documents if any
  2. Dispute with other villagers
  3. Other

I have tried the multilevel code attribute but it isn't helping.

asked 05 Jan '17, 14:06

sandip's gravatar image

sandip
1169
accept rate: 0%

edited 07 Jan '17, 10:19

Open%20Foris's gravatar image

Open Foris ♦♦
9995714


The easiest achieve this functionality is to use a Boolean attribute (“Is There a conflict…?”) and then have a code attribute ( “Type of dispute”) that is made relevant only according to the response to the Boolean attribute.

So if the Boolean attribute is called conflict_present and the code attribute is called type_of_conflict then you need to set the relevance of the type_of_conflict according to conflict_present, meaning that the type of conflict will only be shown when the conflict_present Boolean value is true (when the user clicks on yes)

alt text

permanent link

answered 07 Jan '17, 10:21

Open%20Foris's gravatar image

Open Foris ♦♦
9995714
accept rate: 10%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×170

question asked: 05 Jan '17, 14:06

question was seen: 3,709 times

last updated: 07 Jan '17, 10:21