Solved
Drag and drop custom code needed
I need to widen the width of the answer item column in a standard drag and drop question in a survey. This is no option for this in the rich text editor. Qualtrics support suggested I could do this with custom code, but they could not help. they suggested I contact this community. Could anyone provide guidance on how to do this?
Best answer by Anonymous
Hello @Carla ,
Paste the following code in the js(onready) option of the drag and drop question.
`jQuery("#"+ this.questionId+" td.groupsContainerTd > div > div ").css("width","100%");`
See the output!
Note: Though this code results in wide answer box in drag and drop. But the text(item) will only be present in the small box(i.e of previous size).
Note: Though this code results in wide answer box in drag and drop. But the text(item) will only be present in the small box(i.e of previous size).Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
