What do you need help with?

Arrange answers in multiple columns

< 1 min read

AI Doc Summarizer AI Summary

This javascript arranges answer options in multiple columns.

Note

  • The script is not compatible with CAPI interviews.

Instructions #

Copy the following script in the “Client Script” box, under the gearwheel button of the page containing the question.

<style>
     ul.single-question-responses{
display: flex;
flex-wrap: wrap;
}
ul.single-question-responses > li{
flex: 0 0 33%;
margin: 0;
}
  </style>

You can copy the script in the “Client Script” section, under the gearwheel button of the page with a long list of items.

This is how the list will appear in the CAWI interface

What are your feelings
Table of contents