Guten Morgen!
wundervoll!!! nachdem ich die alte Seitenzusammenstellung gelöscht habe, wird der Fragebogen richtig angezeigt:
https://www.soscisurvey.de/LightPollutionGlobalDiscussion/
Und mit Hilfe der HTML-Quellcodes habe ich auch die richtigen IDs gefunden.
Jetzt funktionieren alle drop-down Fragen, bis auf die auf Seite 2 - Wahnsinn! :)
Könnten Sie mir damit noch einmal helfen, bitte!? (Ich habe nämlich immer noch nicht herausgefunden, wie man sich in der Javascript Konsole Fehler anzeigen lässt...)
Von dieser Liste für S.2 funktionieren nur die mit *** markierten *** am Ende der Liste... Sehr seltsam.
<script type="text/javascript">
QuestionSelect.linkOptionToInput("PL02_2","PL03");
QuestionSelect.linkOptionToInput("PL02_3","PL18");
QuestionSelect.linkOptionToInput("PL02_5","PL04");
QuestionSelect.linkOptionToInput("PL02_6","PL19");
QuestionSelect.linkOptionToInput("PL02_8","PL05");
QuestionSelect.linkOptionToInput("PL02_9","PL20");
QuestionSelect.linkOptionToInput("PL02_11","PL06");
QuestionSelect.linkOptionToInput("PL02_12","PL21");
QuestionSelect.linkOptionToInput("PL02_14","PL07");
QuestionSelect.linkOptionToInput("PL02_15","PL22");
QuestionSelect.linkOptionToInput("PL02_17","PL08");
QuestionSelect.linkOptionToInput("PL02_18","PL23");
QuestionSelect.linkOptionToInput("PL02_20","PL09");
QuestionSelect.linkOptionToInput("PL02_21","PL24");
QuestionSelect.linkOptionToInput("PL02_23","PL10");
QuestionSelect.linkOptionToInput("PL02_24","PL25");
QuestionSelect.linkOptionToInput("PL02_26","PL11");
QuestionSelect.linkOptionToInput("PL02_27","PL26");
QuestionSelect.linkOptionToInput("PL02_29","PL12");
QuestionSelect.linkOptionToInput("PL02_30","PL27");
QuestionSelect.linkOptionToInput("PL02_32","PL13");
QuestionSelect.linkOptionToInput("PL02_33","PL28");
QuestionSelect.linkOptionToInput("PL02_35","PL14");
QuestionSelect.linkOptionToInput("PL02_36","PL29");
****QuestionSelect.linkOptionToInput("PL02_38","PL37_01");
QuestionSelect.linkOptionToInput("PL02_39","PL15");
***QuestionSelect.linkOptionToInput("PL02_40","PL30");
****QuestionSelect.linkOptionToInput("PL33_5","PL42_01");
****QuestionSelect.linkOptionToInput("PL33_9","PL43_01");
****QuestionSelect.linkOptionToInput("PL33_12","PL44_01");
****QuestionSelect.linkOptionToInput("PL33_14","PL45_01");
***QuestionSelect.linkOptionToInput("PL33_15","PL38_01");
</script>