- Posts: 16
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
p.ls-privacy-body {display:none;}
.h4.text-primary {display:none;}
{% 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 %}