0 votes
in SoSci Survey (dt.) by s095833 (120 points)
Ich habe folgenden HTML-Code benutzt, um eine kombinierte Frage aus offenen Antworten und Drop-downs zu erstellen. Leider wird in der Druckversion die dritte Zeile der Frage auf S. 34 auf der nächsten Seite zwischen der nächsten Frage und den dazugehörigen Antwortoptionen angezeigt. Das ist mir unerklärlich.

  

<div class="title">
  <p>Where have you spent significant time with speakers of other varieties of English and how (long)?</p>
</div>
 
<table width="100%" cellspacing="0" cellpadding="0" border="0">
  <colgroup>
    <col width="22%">
    <col width="18%">
    <col width="22%">
    <col width="18%">
    <col width="20%">
  </colgroup>
  <tr>
    <td>Where? %input:SD15%</td>
    <td>How? %input:SD16%</td>
    <td>Origin of the people %input:SD18%</td>
    <td>Time spent together %input:SD19%</td>
    <td>

<tr>

</div>

<table width="100%" cellspacing="0" cellpadding="0" border="0">
  <colgroup>
    <col width="22%">
    <col width="18%">
    <col width="22%">
    <col width="18%">
    <col width="20%">
  </colgroup>
  <tr>
    <td>Where? %input:SD25%</td>
    <td>How? %input:SD26%</td>
    <td>Origin of the people %input:SD28%</td>
    <td>Time spent together %input:SD29%</td>
    <td>
<tr>

</div>
 
<table width="100%" cellspacing="0" cellpadding="0" border="0">
  <colgroup>
    <col width="22%">
    <col width="18%">
    <col width="22%">
    <col width="18%">
    <col width="20%">
  </colgroup>
  <tr>
    <td>Where? %input:SD20%</td>
    <td>How? %input:SD21%</td>
    <td>Origin of the people %input:SD23%</td>
    <td>Time spent together %input:SD24%</td>
    <td>
<tr>

</div>

1 Answer

0 votes
by SoSci Survey (305k points)

Die Tabellen sind - soweit ich sehe - nicht mit einem </table> abgeschlossen. Dafür werden </div>s abgeschlossen wo keine geöffnet wurden. Ich denke, dass dies das Darstellungsproblem erklärt.

by s095833 (120 points)
Ich habe es ausbessern können, vielen Dank!

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

...