prepare('SELECT cs.id as client_survey_id, s.title, s.description, cs.status FROM client_surveys cs JOIN surveys s ON cs.survey_id = s.id WHERE cs.client_id = ? ORDER BY cs.created_at DESC'); $stmt->execute([$client_id]); $surveys = $stmt->fetchAll(); ?>

My Surveys

Please complete the following surveys assigned to you by your coach.

Title Description Status Action
Start Survey View Submission
No surveys assigned to you yet.