0 votes
ago in SoSci Survey (dt.) by s109993 (12.8k points)

Ich würde gerne bei einer Auswahlfrage eine Trennlinie ziehen nach drei Items, sowie es bei der Ausweichoption der Fall ist (aber ohne Ausweichoption). Ist das ggf. durch CSS möglich? Der Fragebogen wird nur auf dem Handy ausgefüllt werden

1 Answer

0 votes
ago by SoSci Survey (357k points)

Die Trennlinie ist ein eigenes HTML-Element, insofern ist eine 1:1 Nachbildung nur mittels JavaScript möglich. Aber folgende CSS-Definition ist ziemlich nah am Original:

pageCSS('
    div.s2row2 {
      border-bottom: 2px solid #6688CC;
      padding-bottom: 0.75em;
      margin-bottom: 0.75em;
    }
');

Willkommen im Online-Support von SoSci Survey.

Hier bekommen Sie schnelle und fundierte Antworten von anderen Projektleitern und direkt von SoSci Survey.

→ Eine Frage stellen


Welcome to the SoSci Survey online support.

Simply ask a question to quickly get answers from other professionals, and directly from SoSci Survey.

→ Ask a Question

...