Answering questions for the respondent

Based on the setup of the questionairre done by the organization, field workers can answer questions in sections.

Questionaire Section

As per the setup done in the web application, field workers will see questions grouped in sections.

Types of Questions and Answers

The app currently supports the following question types:

  1. Text: A free-text field where the field worker can input any text.

    • Example: Name

  2. Number: A numeric input field that only accepts numbers.

    • Examples: Mobile number, age, number of family members

  3. Date: A date input field that displays a calendar in the DD/MM/YYYY format.

    • Example: Date of Birth

  4. Single Choice: A dropdown where the field worker selects a single answer.

    • Example: Gender

  5. Multiple Choice: Allows the field worker to select multiple answers.

    • Examples: Work sector, existing documents

  6. Autocomplete: This type is specifically for location-based inputs such as State/Province, District, and Block.

    • Features:

      • Auto-populates a related and searchable list.

      • Selecting a State/Province automatically filters the corresponding Districts.

    • Example: Choosing a State/Province will show its respective Districts, which the field worker can search through.

Note: For single select and multi select questions that show a dropdown list, the field worker can search for the required option by typing the starting letters directly. This makes it easier and faster to locate the desired option without scrolling through the full list.

For example: In the State list, if the field worker types "RAJ", the option "Rajasthan" will appear at the top of the list.

Mandatory Questions

Any questions which are mandatory in the survey will appear with an asterisk (*) against them, these will have to be answered before moving to the next section.

Repeating Sections

This type of a question type appears as a repeating section which would repeat to collect responses for similar questions . e.g. to collect household member information or school details.

Once all mandatory questions are answered, the field worker can submit the questionaire for the respondent and view them in the respodents tab.

Last updated