Add label to the right of the qualtrics slider?

时光毁灭记忆、已成空白 提交于 2019-12-24 07:58:24

问题


In my qualtrics survey I have a horizontal slider that I want to put a label to the right of the actual slider.

I assume this is a relatively simple CSS fix but I have not been able to properly figure out how qualtrics/CSS works.


回答1:


I wound up figuring it out.

With the Slider styled question you:

  1. Click on Choices text to edit the text question
  2. Go to the Rich Content Editor
  3. Paste the following code snippet (edit the text appropriately)

     <p>
        <span style="float: right">On Right</span> 
        <span style="float: left">On Left</span>
     </p>
    

A bit of an odd hack but it works!



来源:https://stackoverflow.com/questions/37584245/add-label-to-the-right-of-the-qualtrics-slider

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!