Multiple Choice - Drop Down (Formatting) | XM Community
Skip to main content
Question

Multiple Choice - Drop Down (Formatting)

  • October 19, 2023
  • 2 replies
  • 150 views

Forum|alt.badge.img+5

Hi Everyone

Hope you’re all well.

This is the first time I have needed to use a multiple choice question, in a drop-down format.

This is what I am getting.

 

But I would prefer if this looked and felt like a text entry single line question, like this.

 

Hopefully you wizard can help.

Thanks :) 👊

2 replies

Shashi
Level 8 ●●●●●●●●
Forum|alt.badge.img+34
  • Level 8 ●●●●●●●●
  • 654 replies
  • October 19, 2023

Use below  code in JS of drop down question:

jQuery("#"+this.questionId+" .ChoiceStructure").css({"width":"100%","height":"35px"});

 


Forum|alt.badge.img+5
  • Author
  • Level 5 ●●●●●
  • 157 replies
  • October 19, 2023

Great work.

It looks like…

How would I change colour of the dropdown box to white? And also change the colour of the option selected? And pull the box more to the left so it lines up with the question?

Thanks :)