How can I put a Question that is asking for time | XM Community
Question

How can I put a Question that is asking for time

  • 10 August 2020
  • 4 replies
  • 1424 views

Userlevel 5
Badge +13

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

Userlevel 5
Badge +4

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(" :")
});

Userlevel 5
Badge +13

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


Userlevel 7
Badge +22

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

Badge

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

Leave a Reply