在标量滑块的右侧添加标签? [英] Add label to the right of the qualtrics slider?

查看:158
本文介绍了在标量滑块的右侧添加标签?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的qualtrics调查中,我有一个水平滑块,我想在实际滑块的右边放置一个标签。



我假设这是一个相对简单的CSS修复,但我还是不能正确地弄清楚qualtrics / CSS的工作原理。

解决方案

/ p>

使用Slider样式的问题:


  1. 点击 / em>文本编辑文本问题

  2. 转到富媒体内容编辑器

  3. 代码段(适当编辑文本)

     < p> 
    < span style =float:right>在右边< / span>
    < span style =float:left>左侧< / span>
    < / p>



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.

解决方案

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!

这篇关于在标量滑块的右侧添加标签?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆