Is there any way to restrict the input of minutes to a predetermined interval?
Let's say the user inputs the hour (0-23) and then for the minutes, only specified minutes can be chosen, either
- 15 minutes interval (00, 15, 30, 45)
- 5 minutes interval (00, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55)
I realize I could do a dropdown/select_one for this, just wondering if there is a simpler option out of the box, as this method would need 3 questions (hour, minutes, combine hour and minutes).
Using Survey123 Connect / mobile app.
Thanks!