{% extends 'basedocumentation.html' %} {% block title %}Work-linked Surveys {% endblock %} {% block topsection %} {% endblock %} {% block doccontent %}
Set up a survey using isbn.
{% for survey in surveys %}
Export all my answers to {{ survey }}.
Summarize my responses to {{ survey }}.
{% if request.user.is_staff %}Export ALL answers to {{ survey }}.
Summarize ALL responses to {{ survey }}.
{% endif %}
{% endfor %}
Add "?next=https://example.com/any_url" to the end of a survey url to add a redirect on completion of the survey.
{% endblock %}