How to create a survey introduction (text/graphics question) and get a justified format rather than left aligned. | XM Community
Skip to main content
Solved

How to create a survey introduction (text/graphics question) and get a justified format rather than left aligned.

  • April 29, 2024
  • 3 replies
  • 412 views

Forum|alt.badge.img+6

How to create a survey introduction (text/graphics question) and get a justified format rather than left aligned.

 

When I create a survey introduction using text/graphic-type questions, the paragraph is left aligned.

 

In Rich content, there are options to have left, right, or center alignment, but not justified format like in MS Word document.

 

Is there any way to have a justified format?

Best answer by Nikeeta

Hi @Arunaj91,

Below steps might helpful for you:

  1. Double-click the question text to open the Rich Content Editor.
  2. Click on the "Source" button to switch to HTML view.
  3. Wrap your text in <p style="text-align:justify"> and </p>. For example: <p style="text-align:justify">Type your text.</p>.
  4. Click "OK" to save your changes.

Sources: Rich Content EditorText / Graphic Question.

View original

3 replies

Forum|alt.badge.img+8
  • QPN Level 2 ●●
  • 33 replies
  • Answer
  • April 29, 2024

Hi @Arunaj91,

Below steps might helpful for you:

  1. Double-click the question text to open the Rich Content Editor.
  2. Click on the "Source" button to switch to HTML view.
  3. Wrap your text in <p style="text-align:justify"> and </p>. For example: <p style="text-align:justify">Type your text.</p>.
  4. Click "OK" to save your changes.

Sources: Rich Content EditorText / Graphic Question.


Nanditha MM
Level 4 ●●●●
Forum|alt.badge.img+14
  • Level 4 ●●●●
  • 101 replies
  • April 29, 2024

Hi @Arunaj91 ,

 

You can include the below code in “Source”:

<div style="text-align: justify;">
        <span style="font-size: 19px;">
            <strong>
                <span style="font-family: Montserrat, sans-serif;">Introduction</span>
            </strong>
        </span>
    <div>&nbsp;</div>
</div>

 

Thank you!


Forum|alt.badge.img+6
  • Author
  • QPN Level 2 ●●
  • 27 replies
  • April 29, 2024

Thank you @Nikeeta and @Nanditha MM. Now the Introduction is in ‘justified’ format. Thank you so much for the insights 😍


Leave a Reply