How can I put a Question that is asking for time | XM Community
Skip to main content
Question

How can I put a Question that is asking for time

  • August 10, 2020
  • 4 replies
  • 2596 views

Forum|alt.badge.img+14

How can I setup a form or text entry question type that allows me to format time like Hours and Mins and PM or AM?

4 replies

SurajK
QPN Level 3 ●●●
Forum|alt.badge.img+4
  • QPN Level 3 ●●●
  • August 10, 2020

Linda_charlton ,
You can create side-by-side question for this, see below,
image.pngAdd the below JS, to format the question better.
Qualtrics.SurveyEngine.addOnReady(function()
{
jQuery('.SBS1').css('width','65px')
jQuery('.SBS2').css('width','60px')
jQuery('.QuestionBody .Choice').find('.SBS1').eq(0).append(" :")
});


Forum|alt.badge.img+14
  • Author
  • Level 3 ●●●
  • August 10, 2020

is there a way to do this in a form question type?



rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • August 10, 2020

You can also use flatpickr for this. Check the instruction given in the question of this post


Forum|alt.badge.img
  • February 17, 2022

Hi I am struggling with this as well? I am not a programer so not sure how to set this