Skip to content

Commit

Permalink
improved testResult content
Browse files Browse the repository at this point in the history
  • Loading branch information
alivarastepour committed Nov 2, 2023
1 parent 992e4c3 commit eaeda92
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions components/RiskAssessmentPageWrapper/Test/lib/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,11 @@ export const COMPACT_MODE_INTERCEPT = -3.12548995;
export const MAX_VIEW_WIDTH = 100;
export const CONTAINER_PADDING = 0.8; //rem
export const TEST_RESULT_CONTENT = {
"very-low": "You are in a good shape! keep it up.",
low: "You have a low risk. Don't forget periodic check-ups.",
moderate: "You may be at risk. Consult a doctor.",
"at-risk": "You are at risk. Seek medical help immediately.",
"very-low":
"Maintain a healthy lifestyle and regular check-ups to prevent diabetes.",
low: "Continue healthy habits, monitor blood sugar, and consider periodic screenings.",
moderate:
"Adopt a balanced diet, increase physical activity, and consult a healthcare professional for personalized guidance.",
"at-risk":
" Consult a doctor for a comprehensive diabetes prevention plan, including dietary changes, regular exercise, and possible medication.",
};

0 comments on commit eaeda92

Please sign in to comment.