How to add text between radio buttons? | XM Community
Skip to main content

Hi all,
I have a matrix table with 9 rows and 2 columns. I would like to add text between the radio buttons (the word "or" with spaces before and after).
I was trying to find a way with Javascript but I only managed to address the radio buttons themselves and then the added text appears on top of the radio buttons.
var inputs = $(this.getQuestionContainer()).select('input[type="radio"]'); 
var input = inputss1];
$(input).insert({after: ' or '});
Does someone have an easy fix with Javascript to get the text into each row?

Thanks a lot in advance!
Best,
Renke
qualtrics_question.jpg

MaxDiff question type might work if you play around with it.


Leave a Reply