How do I add subtitles to a Constant Sum question | XM Community
Skip to main content
Solved

How do I add subtitles to a Constant Sum question

  • July 5, 2019
  • 1 reply
  • 60 views

I have a constant sum question and I need the total across all answers to be 100. I have sub categories within the question that I would like to label with a title - how do I add a title so that the question looks as follows? Overall Question _Sub-Category Title_ Answer 0 Answer 0 Answer 0 _Sub- Category Title_ Answer 0 Answer 0 Answer 0 Any help would be greatly appreciated! Thanks, Calum

Best answer by TomG

You'll have to use JavaScript to add the sub-category titles as additional list items (`<li>` tags within the `<ul>` structure).
View original

1 reply

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 5926 replies
  • Answer
  • July 5, 2019
You'll have to use JavaScript to add the sub-category titles as additional list items (`<li>` tags within the `<ul>` structure).

Leave a Reply