How to add duration picker? | XM Community
Skip to main content
Question

How to add duration picker?

  • September 17, 2019
  • 1 reply
  • 27 views

Forum|alt.badge.img
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

fleb
Level 3 ●●●
Forum|alt.badge.img+6
  • Level 3 ●●●
  • October 1, 2019
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);`).