{% extends 'ccc/campaigns/base.html' %} {% load staticfiles %} {% block title%}Survey - {{ object.title }} {% endblock %} {% block css %} {% endblock css %} {% block content %}
Delete | Question | Type | Mapping |
---|---|---|---|
{{ forloop.counter }}. {{ question.question }} | {{ question.get_question_type_display }}
{% if question.question_type == 'mcq' %}
{% for answer in question.answer_choices.all %} {{ answer.code }} - {{ answer.answer }} {% endfor %} {% endif %} |
{% if question.contact_mapping %}{{ question.get_contact_mapping_display }}{% endif %} |