0 votes
in SoSci Survey (dt.) by s137268 (110 points)

Wie kann ich auf dem Fragebogen Skala (Zwischenwerte beschriftet ) eine Fußnote (zum zitieren) unter die Items. Kein Impressum.

1 Answer

0 votes
by s109993 (10.3k points)

Ich wäre da recht pragmatisch: unter die Frage ein html Feld ziehen:

<br>  
<br>
<br>
<hr>
<span class="Fussnote">
Fußnote
</span>

Falls sie die schrift in der Fußnote verkleinern wollen:

<style>
.Fussnote {
 font-size: small
}
</style>

Der CSS (style) Code muss auch in das html Feld unter den oberen Code gesetzt werden.

Viele Grüße

by SoSci Survey (305k points)
Noch besser bindet man CSS-Code mittels pageCSS() via PHP-Code ein:

pageCSS('
  .Fussnote {
   font-size: small
  }
');

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

...