How to add duration picker? | XM Community
Question

How to add duration picker?

  • 18 September 2019
  • 1 reply
  • 12 views

Badge
Hi! I'm trying to add a "duration picker" where respondents can provide a length of time in hours and minutes. An example of ideal formatting would be setting an iPhone timer, where hours and minutes are separately scrolled and selected from a list.

For now, I'm using side-by-side drop down lists. Any help would be appreciated! Thank you!

1 reply

Userlevel 5
Badge +6
Hi @csw6,
you could design your own picker in HTML and then sent its value into an embedded field using JavaScript (setting e. data: `Qualtrics.SurveyEngine.setEmbeddedData("ename", value);`).

Leave a Reply