Hallo, red_honda,
ich habe mir das Template selbst einmal angesehen.
Es gibt in der "privacy.twig" diesen Teil: (hier "vanilla")
Code:
{% if (aSurveyInfo.options.hideprivacyinfo == "off" ) %}
{% block anonymous %}
{% if (aSurveyInfo.anonymized == "Y") %}
<div class="{{ aSurveyInfo.class.privacyhead }} h4 text-primary " {{ aSurveyInfo.attr.privacyhead }}>
{{ gT("This survey is anonymous.") }}
</div>
<div>
<p class="{{ aSurveyInfo.class.privacybody }}" {{ aSurveyInfo.attr.privacybody }}>
{{
"The record of your survey responses does not contain any identifying information about you, unless a specific survey question explicitly asked for it."
| t
}}
</p>
<p class="{{ aSurveyInfo.class.privacybody }}">
{{
"If you used an identifying token to access this survey, please rest assured that this token will not be stored together with your responses. It is managed in a separate database and will only be updated to indicate whether you did (or did not) complete this survey. There is no way of matching identification tokens with survey responses."
| t
}}
</p>
</div>
{% endif %}
{% endblock %}
{% endif %}
Wie Du in der ersten Zeile siehst, gibt es wohl eine Einstellung "HidePrivacyInfo".
Diese findest Du wohl in "Einstellungen" / "Designvorlage-Optionen" als "Datenschutzinformationen ausblenden"
Ich habe dies jetzt noch nicht ausprobiert.
Wenn es allerdings nicht klappt, genügt es ja auch, das Ganze zu entfernen, also diesen Teil in der "privacy.twig" zu entfernen, ober besser auszukommentieren.
Ich denke, Du hast das Handbuch bereits gelesen, aber hier noch einmal der Link zum Theme-Editor:
www.limesurvey.org/manual/New_Template_System_in_LS3.x
Alles Gute
Joffm