I am part of a social science research team where we run field surveys using very limited resources (i.e. we don't have the resources to design our own apps). In many cases our surveys take place in areas with unreliable internet connectivity so Google Forms and similar online solutions aren't very useful.
We have been working using hard copy forms until now, but I would like to try implementing a Telegram bot that can allow surveyors to enter data in the field. That should be easier and more reliable even with connectivity issues - it isn't that connectivity is simply unavailable, it is just unreliable. The surveyor would fill in or choose the answer to each question in a chat with the bot.
It seems like Telegram polls are the best way to do this - especially since our surveys are often multiple choice - but I cannot figure out how to get a Telegram poll to have more than one question in it. Oddly enough this seems to be possible for Telegram quizzes but not for polls. This question implies that the bot would have to implement its own logic to ask a new poll for each question in the survey, which I can do, but which is less convenient and potentially less reliable than a multi question poll.
Is a multi question poll possible in Telegram? If so, could someone point me to the relevant documentation?