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.
Page 1 / 1
Like this:
Qualtrics.SurveyEngine.addOnload(function() {
var q = jQuery("#"+this.questionId);
q.find(".groupsContainerTd").after(q.find(".itemsContainerTd"));
});
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.