Nächste Seite: Aufbau von Antworten
Aufwärts: Aufbau von Fragebögen
Vorherige Seite: Aufbau von Kapiteln und
  Inhalt
  Index
Beispiel für einen Fragebogen
Im folgenden ist ein Beispiel für einen Fragebogen dargestellt. Er enthält
alle Elemente, die durch die DTD vorgegeben sind.
<?xml version="1.0ßtandalone="yes"?>
<Questionary>
<!- Passwort für den Fragebogen ->
<Password>geheim1234</Password>
<!- Angaben zur verantwortlichen Person und Kommentar ->
<QuestionaryHead>
<Person Name="Manfred MustermannÏnstitution="CAU KielÄddress=Ölshausenstr. 40, 24098 Kiel"
Phone="1234567890Ëmail=manfred@mustermann.de" />
<QHtmlText>Hier handelt es sich um einen Beispielfragebogen
</QHtmlText>
</QuestionaryHead>
<!- Fragebogen-Titel ->
<QuestionaryTitle>Beispiel-Fragebogen</QuestionaryTitle>
<!- 1. Kapitel zu allemeinen Fragen ->
<Chapter>
<!- Titel des 1. Kapitels ->
<ChapterTitle>Allgemeine Fragen</ChapterTitle>
<!- 1. Fragesegment im Kapitel 1 ->
<QuestionSegment>
<QuestionComment />
<Question>
<QuestionText>Von welcher Hochschule kommen Sie?
</QuestionText>
<QTextfield ID="Hochschule" Width="30" />
</Question>
<AnswerComment />
</QuestionSegment>
<!- 2. Fragesegment im Kapitel 1 ->
<QuestionSegment>
<QuestionComment />
<Question>
<QuestionText>Was bedeutet die Abkürzung BLK?</QuestionText>
<QTextfield ID="BLK" Width="40" />
</Question>
<AnswerComment />
</QuestionSegment>
<!- 3. Fragesegment im Kapitel 1 ->
<QuestionSegment>
<QuestionComment />
<Question>
<QuestionText>Wann wurde die Bologna-Erlärung unterzeichnet?
</QuestionText>
<QGroupAnswer>
<QGroup Method="QButtonÏD="Bologna1" Column="4»
<QGroupStaticText />
<QGroupElement Value="1997SSelected="NO»1997
</QGroupElement>
<QGroupElement Value="1999SSelected="YES»1999
</QGroupElement>
<QGroupElement Value="2000SSelected="NO»2000
</QGroupElement>
<QGroupElement Value="2003SSelected="NO»2003
</QGroupElement>
</QGroup>
</QGroupAnswer>
</Question>
<AnswerComment />
</QuestionSegment>
</Chapter>
<!- 2. Kapitel zu weiteren Fragen ->
<Chapter>
<!- Titel des 1. Kapitels ->
<ChapterTitle>Weitere Fragen</ChapterTitle>
<!- 1. Fragesegment im Kapitel 2 ->
<QuestionSegment>
<QuestionComment />
<Question>
<QuestionText>Welche Länder haben die Bologna-Erklärung
unterzeichnet?</QuestionText>
<QGroupAnswer>
<QGroup Method="QCheckboxÏD="Bologna2" Column="4»
<QGroupStaticText />
<QGroupElement Value=SSchwedenSSelected="NO»
Schweden</QGroupElement>
<QGroupElement Value="MaltaSSelected="NO»
Malta</QGroupElement>
<QGroupElement Value="DeutschlandSSelected="NO»
Deutschland</QGroupElement>
<QGroupElement Value=ÜSASSelected="NO»
USA</QGroupElement>
<QGroupElement Value=ÜngarnSSelected="NO»
Ungarn</QGroupElement>
<QGroupElement Value="JapanSSelected="NO»
Japan</QGroupElement>
</QGroup>
</QGroupAnswer>
</Question>
<AnswerComment />
</QuestionSegment>
<!- 2. Fragesegment im Kapitel 2 ->
<QuestionSegment>
<QuestionComment />
<Question>
<QuestionText>Ihr Kommentar zum Fragebogen</QuestionText>
<QTextarea ID="Kommentar" Width="80" Height="5" />
</Question>
<AnswerComment />
</QuestionSegment>
</Chapter>
</Questionary>
Die Abbildung 2.1 zeigt, wie derselbe Fragebogen mit
dem Kieler Fragebogenportal präsentiert wird.
Nächste Seite: Aufbau von Antworten
Aufwärts: Aufbau von Fragebögen
Vorherige Seite: Aufbau von Kapiteln und
  Inhalt
  Index
Barbara Bennemann
2004-10-22