Tally marking or counter

We are doing a survey of built environment. In this field worker is supposed to visit a street and count number of advertisement by category. There are four categories of advertisement and we want to display them on same page and put counter with box and '+' and '-' sign in front of it. Is it possible in commcare? How to do it?

Hi Abhijit,

Unfortunately, CommCare doesn't provide native support for a widget like the one you are describing.

If this is an essential workflow for your users, you could explore creating a very small android application, and referring into it as a Custom Intent Callout question in the app. This would let someone develop a stateless call/response widget to complete this particular task which would be part of a user's form interaction.

-Clayton