Rich content Editor Query | XM Community
Skip to main content
Solved

Rich content Editor Query


Hi Everyone, When creating hidden questions, I used the rich content editor to include bullet points and highlights. However, as shown in the images below, this is not reflected in the preview. May I know how can I resolve this issue? Thank you for your assistance! ! !

Best answer by NiC

Hi @Soon The code you are trying should work and if it is not reflecting in preview try 1) Refreshing your browser 2) log out of your account and login again 3) you can try clearing cache of your browser or opening it in incognito mode 4) finally if all this does not work try the following code Q1) Women should be obligated to complete national service. <ul> <li>Strongly approve</li> <li><mark style=" background-color: yellow;color: black;">Moderately approve</mark></li> <li>Slightly approve</li> <li>Slightly disapprove</li> <li>Moderately disapprove</li> <li>Strongly disapprove</li> </ul> !
View original

8 replies

PeeyushBansal
Level 6 ●●●●●●
Forum|alt.badge.img+39
  • Level 6 ●●●●●●
  • 1144 replies
  • August 4, 2018
Use HTML ad text like below in html viewer ~~Q1) Women should be obligated to complete national service.</br> <ul> <li>Strongly approve</li> <li>Moderately approve</li> <li>Slightly approve</li> <li>Slightly disapprove</li> <li>Moderately disapprove</li> <li>Strongly disapprove</li> </ul>~~

PeeyushBansal
Level 6 ●●●●●●
Forum|alt.badge.img+39
  • Level 6 ●●●●●●
  • 1144 replies
  • August 4, 2018
Here is code like: ! Q1) Women should be obligated to complete national service.</br> <ul> <li>Strongly approve</li> <li>Moderately approve</li> <li>Slightly approve</li> <li>Slightly disapprove</li> <li>Moderately disapprove</li> <li>Strongly disapprove</li> </ul>

  • Author
  • 8 replies
  • August 4, 2018
I can't seem to do it correctly. Could you tell me where i went wrong in the code? Sorry, I am so ignorant about programming. Thank you! !

PeeyushBansal
Level 6 ●●●●●●
Forum|alt.badge.img+39
  • Level 6 ●●●●●●
  • 1144 replies
  • August 4, 2018
code seem correct remove below:- 1) first line complete <div to div> 2.) from secon line remove ~~ 3.) last line remove ~~ save n preview after publish and use publish version in preview.

  • Author
  • 8 replies
  • August 4, 2018
Hi bansalpeeyush29, There is still something wrong with my code. As shown in the image below, I still do not see the highlighted colour in my survey preview. May I know where is the mistake? Could it be because I am using a free trial? ! ! !

  • Author
  • 8 replies
  • August 4, 2018
May I know the code to do that? Thank you!

NiC
QPN Level 5 ●●●●●
Forum|alt.badge.img+27
  • QPN Level 5 ●●●●●
  • 255 replies
  • Answer
  • August 6, 2018
Hi @Soon The code you are trying should work and if it is not reflecting in preview try 1) Refreshing your browser 2) log out of your account and login again 3) you can try clearing cache of your browser or opening it in incognito mode 4) finally if all this does not work try the following code Q1) Women should be obligated to complete national service. <ul> <li>Strongly approve</li> <li><mark style=" background-color: yellow;color: black;">Moderately approve</mark></li> <li>Slightly approve</li> <li>Slightly disapprove</li> <li>Moderately disapprove</li> <li>Strongly disapprove</li> </ul> !

LaurenK
Former XM Community Team Member
Forum|alt.badge.img+13
  • Former XM Community Team Member
  • 900 replies
  • August 6, 2018
Hey @Soon! It looks like you have a qtrial account, which does not have the HTML markup permission enabled. Check out this page for our upgrade plans, or feel free to reach out to our sales team!

Leave a Reply