Global Survey Management
Active Surveys
These show on the home page until the end date. No end date = always visible until you complete them.
{{ s.title }}
Live {{ s.sourceType === 'team' ? 'Team' : 'Club' }}{{ s.description }}
Targets: {{ (s.targetTeamIds || []).includes('all') ? 'All Teams' : (s.targetTeamIds || []).length }}
{{ role }}
Ends {{ formatSurveyDate(s.endDate) }}
Live
Response Breakdown ({{ currentResultsData.length }})
| Responder Name | Child/Player | Squad | {{ q.text }} |
|---|---|---|---|
| {{ row.responderName }} | {{ row.playerName }} | {{ row.teamName }} | {{ row.answers[q.text] || '-' }} |
| No responses collected yet. |
Completed Surveys
Past their end date. Results remain available; you can re-activate to show on the home page again.
{{ s.title }}
Ended{{ s.description }}
Ended {{ formatSurveyDate(s.endDate) }}
Response Breakdown ({{ currentResultsData.length }})
| Responder Name | Child/Player | Squad | {{ q.text }} |
|---|---|---|---|
| {{ row.responderName }} | {{ row.playerName }} | {{ row.teamName }} | {{ row.answers[q.text] || '-' }} |
| No responses collected yet. |
No completed surveys.
