{% extends "base.html" %} {% load crispy_forms_tags %} {% block content %}
Study ID: {{ study.pk }} •
{{ study.get_generation_mode_display }} •
{{ study.get_randomisation_mode_display }}
Append the pseudo-anonymised ID to this base URL to share with participants:
{{ request.scheme }}://{{ request.get_host }}{% url 'research:participant_entry' study.pk 'PSEUDO_ID' %}
| Name | Collection | Assigned | Prerequisite | Mark Scheme | |
|---|---|---|---|---|---|
| {{ arm.name }} |
{{ arm.packet.name }}
{% if arm.packet.marking_scheme_name %}
{{ arm.packet.marking_scheme_name }} {% endif %} |
{{ assigned_count }} | {% if arm.required_previous_arm %} {{ arm.required_previous_arm.name }} {% else %} - {% endif %} | {{ arm.packet.marking_scheme_name|default:'-' }} | Edit |
| Pseudo ID | Group | Assigned Arm | CID | Consented | Assigned At | |
|---|---|---|---|---|---|---|
{{ participant.pseudo_id }} |
{{ participant.candidate_group|default:'-' }} | {% if participant.assigned_arm %} {{ participant.assigned_arm.name }} {% else %} - {% endif %} |
{% if participant.cid_user %}
{{ participant.cid_user.cid }}
{% else %}
-
{% endif %}
|
{% if participant.email %} {{ participant.email }} {% else %} - {% endif %} | {% if participant.consented %} Yes {% else %} No {% endif %} | {{ participant.assigned_at|default:'-' }} |