Styling Questions

Styling Questions

Styling questions

It is possible to edit the question layout/design by using CSS.

Styling of questions in CSS has become much easier. Each question type has now a unique class. The mandatory questions have an additional mandatory class. For example, for a non-mandatory question. 

  


Please refer to the Styling questions with CSS article for more details on this functionality.

    • Related Articles

    • Overview - Questions & Sub-questions

      Overview - Questions & Sub-questions Note: A survey consists of question groups which contain one or more questions. Therefore, you must create a question group first before you add questions to your survey. For more details on question groups, view ...
    • Text Questions

      Text questions LimeSurvey provides a number of possible variations of the standard text field. All of these can be defined further using the attributes of the question which allows for the restriction of the number of characters as well as the size ...
    • Single Choice Questions

      Single choice questions Single choice questions are those where the survey participant can only choose one response from a set of predefined answer options. The following are the Single Choice question types: 5 Point Choice Bootstrap Buttons Image ...
    • Multiple Choice Questions

      Multiple choice questions Sometimes you want survey participants to choose more than one answer option for the same question. Multiple choice questions provide a way for survey participants to to choose from multiple answer options. This is achieved ...
    • Multiple choice bootstrap questions

      The Multiple choice buttons question type displays each answer option as a button instead of a check box. Participants can select multiple answers from the predefined options. The example below shows how the question appears to survey participants: ...