{% extends 'basedocumentation.html' %} {% block title %}Work-linked Surveys {% endblock %} {% block topsection %} {% endblock %} {% block doccontent %}

unglue.it Survey Tools

{% if request.user.is_anonymous %} You must be logged in to use survey tools {% endif %}

Works You Can Use for Surveys

{% for work in works %}
{{ work }}
{% for landing in work.landings.all %}
Configured survey: {{ landing }}
Link: {{ landing.url }}
Completed {{ landing.runinfohistory_set.all.count }} times
{% endfor %}
Set up a new survey for this work.
{% for survey in surveys %} Export or Summarize answers to {{ survey }} for this work.
{% endfor %}
{% empty %}
No works available
To run a survey for a book, you need to be an unglue.it rights holder and claim the book
{% endfor %}

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 %}