Pick, Group, Rank Question: How to swap location of items list and grouping boxes? | XM Community
Skip to main content

I'm looking for a way to swap the locations of the items list and the boxes for grouping in the Pick, Group, Rank question. Specifically, I want to place the items list on the right-hand side, and the boxes on the left.
Does anyone know how to do this? Thanks in advance.

Like this:
Qualtrics.SurveyEngine.addOnload(function() {
var q = jQuery("#"+this.questionId);
q.find(".groupsContainerTd").after(q.find(".itemsContainerTd"));
});


Leave a Reply