The My Surveys page, 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/my-surveys, shows engagement surveys assigned to the current employee.
Overview
Each assigned survey is rendered as aSurveyCard showing the survey title, end date, days remaining, completion progress bar, and a response status badge (Not Started, In Progress, Completed, Abandoned). Surveys with 3 or fewer days remaining and not yet completed display an urgency indicator. The action button navigates to the survey response page at /hr/engagement/surveys/:id/respond. Data is supplied by useMyActiveSurveys.
Who it’s for
No explicit permission gate on this route.Before you start
- Surveys are assigned by HR or managers; they appear here once assigned and within the response window.
Steps
- Go to HR → My Surveys (or navigate to
/hr/my-surveys). - Review surveys listed, noting any urgency indicators.
- Select Start or Continue on a survey to complete it.
Key concepts
| Concept | Meaning |
|---|---|
| Response status | Not Started, In Progress, Completed, Abandoned. |
| Days remaining | Calendar days until the survey’s end date. Surveys within 3 days of closing show an urgency indicator. |
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/MySurveysPage.tsx
- src/cores/hr/engagement/hooks/useMyActiveSurveys.ts