Multiple choice - allow one answer with smiley faces | XM Community
Skip to main content

Hello everyone,

I am new to Qualtrics and I am currently trying to create a survey with smileys faces, I know I have the Graphic slider option but I would like the respondant to be able to see all the smileys. If you look below, this is what I manage to do so far. I need you help because I would like the smiley to be the question label, or get ride of the grey square behind please if you know ? 

 

Or maybe there is an oder option with JavaScript ? Or CSS ? 

 

Thank you for your help !

 

 

Hi @Tata C ,

Have you explored the smiley slider available in Qualtrics? Link here for reference.


Hi @SaurabhPujare_Ugam,

Yes, I have, but this option doesn’t really work for me I would like to have all the smiley display at once, without the grey square behind. 


simple option would be to use the smily with transparent backgroud. other option would be use of css to change the background color.


Hi @Tata C ,

 

You can add below HTML code in you question:

<style>
.Skin label.MultipleAnswer, .Skin label.SingleAnswer {
    background: rgb(255 255 255);
</style>

 

But it will still show the grey background on hover. Try adjusting image dimensions too.

 

Regards,

PD


Thank you guys for your help I’ll try to change the smileys !

 


Leave a Reply