/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
Access follows your organization’s role and module configuration. ## 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
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