The Surveys page lists all engagement surveys with search and filter controls for type and status, and provides an action menu for each survey. It is served at routeDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/hr/engagement/surveys.
Overview
The page usesuseSurveyList with SurveyFilters (type and status) and a local text search. Survey cards display name, type badge, status badge, response progress bar, and scheduled dates. A dropdown action menu on each card provides Edit, Activate (Play), Stop, and Archive actions.
This page is part of the HR-17 Employee Engagement feature.
Who it’s for
No explicit permission gate on this route.Before you start
- None required; the page loads all surveys for the current organization.
Steps
View surveys- Navigate to HR > Engagement > Surveys or go to
/hr/engagement/surveys. - Use the search input and Type / Status filters to narrow the list.
- Click a survey card to open the Survey Details page.
- Click New Survey (top right).
- Complete the survey form (redirects to
/hr/engagement/surveys/new).
- Click the action menu (three-dot icon) on a survey card.
- Select Edit, Activate, Close, or Archive as appropriate.
Key concepts
| Term | Meaning |
|---|---|
| Survey type | Category: annual, pulse, exit_interview, custom. |
| Survey status | Lifecycle state: draft, active, closed, archived. |
| Response progress | Percentage of invited employees who have submitted a response. |
Related
Human Resources
Human Resources core overview.
Governance & parity
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/hr/engagement-routes.tsx
- src/cores/hr/engagement/pages/SurveyListPage.tsx
- src/cores/hr/engagement/hooks/useSurveyList.ts