Survey 123 Stopwatch/Timer

2610
6
03-18-2019 06:49 AM
Status: Open
ChristopherMcClain
Frequent Contributor

It would be very useful to have a stopwatch timer question type available.  If one is in the field collecting data of a tablet or phone it is very awkward to have to use a separate device to to collect time.  We currently work around this by having two time question and taking the difference, but in practice this seems to be a clunky workaround.  It would be uch cleaner to have a dedicated timer question type.

survey132‌
#NewQuestionType

#timer

Tags (2)
6 Comments
TanGnar

I agree this would be nice - we have a survey where observations are recorded across five minutes. The observer indicates during which minute interval the observation was made (1st minute, 2nd minute, etc). Having a time to calculate that would be good. 

MeganTrotman

I concur, this would be a wonderful addition. Does anyone know of current work arounds?

AiryPeralta1

Yes, this would be useful. I am having trouble with my technicians following a simple survey instruction for 5 minutes to account for the effort in models. It would be awesome if the survey wouldn't let them continue until after the time set.

Kevin_Fitz

Hi @ChristopherMcClain , great idea. Just wondering did you ever find a work around for this? 

ChristopherMcClain

@Kevin_FitzThe workaround we are currently using involves adding two select_one radio buttons, with instructions for users to tap the 'Start' button when the activity begins and the 'End' button when it concludes. I then use two time fields (which can be hidden) that rely on the now() calculation to capture the exact time each button is selected. Finally, either directly in the form or on the back end, I subtract the start time from the end time to calculate the total duration of the activity.  I hope this helps.

Kevin_Fitz

@ChristopherMcClain Thanks for the fast reply. Thats a good work around, will try that.