diff --git a/slaeforms/templates/dqinfos.html b/slaeforms/templates/dqinfos.html new file mode 100644 index 0000000..c1da1f1 --- /dev/null +++ b/slaeforms/templates/dqinfos.html @@ -0,0 +1,65 @@ +
+

Demographic Question Info:

+
    +
  1. Wie alt sind sie?
  2. +
  3. Wie ist ihr Geschlecht? +
      +
    1. Männlich
    2. +
    3. Weiblich
    4. +
    5. Divers
    6. +
    7. Keine Angabe
    8. +
  4. +
  5. Was ist ihr höchster Bildungsabschluss? +
      +
    1. Keiner
    2. +
    3. Hauptschule
    4. +
    5. Realschule
    6. +
    7. Ausbildung
    8. +
    9. Abitur
    10. +
    11. Fachhochschulreife
    12. +
    13. Bachelor
    14. +
    15. Master
    16. +
    17. Diplom
    18. +
    19. Magister
    20. +
    21. Promotion
    22. +
    +
  6. +
  7. Wie ist ihr Hörstatus? +
      +
    1. Gehörlos
    2. +
    3. Schwerhörig
    4. +
    5. Gehörlos mit Cochlea-Implantat
    6. +
    7. Hörend
    8. +
    +
  8. +
  9. In welchem Alter wurden sie gehörlos/schwerhörig? ("0" für ab Geburt, "-1" falls sie hörend sind)
  10. +
  11. Seit welchem Alter lernen sie Gebärdensprache?
  12. +
  13. Sind ihre Eltern Gehörlos? +
      +
    1. Ein Elternteil
    2. +
    3. Beide
    4. +
    5. Nein
    6. +
    +
  14. +
  15. Welche Sprache(n) verwenden sie zuhause? +
      +
    1. Deutsch
    2. +
    3. Gebärdensprache
    4. +
    5. Sonstige
    6. +
    +
  16. +
  17. Welche Sprache(n) verwenden sie auf der Arbeit/in der Schule? +
      +
    1. Deutsch
    2. +
    3. Gebärdensprache
    4. +
    5. Sonstige
    6. +
    +
  18. +
  19. Haben sie schonmal Computeranimationen von Gebärdensprache gesehen? (Gebärdenavatare) +
      +
    1. Ja
    2. +
    3. Nein
    4. +
    +
  20. +
+
\ No newline at end of file diff --git a/slaeforms/templates/standard_template.html b/slaeforms/templates/standard_template.html index 17479d5..8a141cd 100644 --- a/slaeforms/templates/standard_template.html +++ b/slaeforms/templates/standard_template.html @@ -121,13 +121,16 @@ step={{question["step"]}} -
- -
+
+ {% if ("infotext" in infovideo) %}

{{ infovideo["infotext"] }}

+ {% endif %} + {% if ("htmlblock" in infovideo) %} + {% include infovideo["htmlblock"] %} + {% endif %}