Ok, der PHP-Code lautet aktuell wie folgt:
<!-- Seite 1 -->
<page intID="2">
<info>Einführung Fragebogen 1</info>
<question id="IV01" intID="12">
<number>no</number>
</question>
<question id="VS01" intID="18">
<option id="spacing" value="none" />
</question>
<php intID="13"><![CDATA[
html('<p>Dies ist der Fragebogen Nr. %caseNumber%</p>');
]]></php>
<question id="VS02" intID="71" />
<php intID="11"><![CDATA[
if (statistic('IV01_01', 'count', 15, true) > 210) {
text('screenout');
buttonHide();
pageStop();
}
]]></php>
</page>
Wo liegt der Fehler?
Vielen Dank für die zweite Info. Das hat geklappt!