{% extends 'ddm_core/base.html' %} {% load static %} {% block page_title %}Project Overview{% endblock %} {% block main_heading %}{{ object.name }}: Project Hub{% endblock %} {% block main_body %} {# PROJECT DETAILS #}
Name: | {{ object.name }} |
Slug: | {{ object.slug }} |
Project ID: | {{ object.url_id }} |
Public Access: |
{{ request.scheme }}://{{ request.get_host }}{% url 'ddm_participation:briefing' object.slug %} To test the project yourself from the participants' perspective, open this link in a new private window. |
Status: | {% if object.active %}Project is active and participation is possible{% else %}Project is inactive and participation is not possible{% endif %} |
Project Type: | {% if object.super_secret %}Super Secret Project{% else %}Regular Project{% endif %} |
Define how you will greet and brief your participants.
Configure the data donation and the donation instructions.
Configure a questionnaire that is displayed after the data donation.
Define how you will debrief your participants.
Participation Overview:
Download CSV
Questionnaire Responses:
Download CSV
Remote Download:
Manage Access Token
Donated Files
{{ stats.n_donations }}
Started
{{ stats.n_started }}
Completed
{{ stats.n_completed }}
Completion Rate
{{ stats.completion_rate|floatformat:2 }}
Avrg. to complete
{{ stats.average_time }}(H:m:s)
Download Failed
The download failed due to the following issue: " %} {# DANGER ZONE #}Participant Deleted
Participant was successfully deleted. This page will be reloaded in a few seconds." %} {# Modal for delete success #} {% include "ddm_core/components/info_modal.html" with modal_id="modal-delete-success" body="All data were successfully deleted. This page will be reloaded in a few seconds.
" %} {# Modal for delete error #} {% include "ddm_core/components/info_modal.html" with modal_id="modal-delete-error" body="An error occurred
Something went wrong during the data deletion: " %} {% endblock %} {% block breadcrumbs %} Projects / "{{ object.name|truncatechars:15 }}" Project {% endblock %} {% block scripts %} {{ block.super }} {% endblock %}