Project Writeup
Title: Clustering Physiological Stress Patterns in Students
Research Question: How do biometric signals (heart rate, electrodermal activity, and
temperature) fluctuate during exam stress, and can we identify meaningful stress patterns dynamically?
Exams are stressful, but the physiological impact varies between students and testing environments. By analyzing
biometric data collected from students during midterm and final exams, we aim to identify trends in stress
levels and uncover patterns in how students physiologically respond to exam pressure.
Dataset Overview
We used the PhysioNet: Wearable Exam Stress Dataset, which contains continuous biometric signals collected from
students across multiple exam sessions. Specifically, we focused on:
-
Electrodermal Activity (EDA): Measures sweat gland activity, linked to stress and emotional
arousal.
-
Heart Rate (HR): Higher heart rates may indicate heightened anxiety or stress responses.
- Skin Temperature (Temp): Can fluctuate with stress and physiological changes.
The dataset includes readings collected before, during, and after exams from multiple students, allowing us to
analyze how stress varies across different testing environments.
Design Rationale and Interactive Visualization
-
Why a Line Chart? We chose an interactive line chart because it effectively visualizes trends
over time, allows direct comparisons between exam sessions (each plotted in a unique color), and provides a
clear view of fluctuations in biometric signals without overwhelming the viewer.
-
Handling Large Data: To manage the high density of continuous readings, we aggregated the
data into bins and trimmed outliers (5th–95th percentiles) to reduce noise and enhance clarity.
-
Session-Based Separation: We grouped data by exam session (e.g., Final, Midterm 1, Midterm 2)
so that each session is displayed separately. This makes it easier to compare stress responses across
different exams.
-
Interactivity Features:
-
Dropdown Menus: Users can select different metrics for the x- and y-axes (for example,
"Time vs. Heart Rate" or "EDA vs. Temperature").
-
Tooltips: Hovering over an aggregated data point displays detailed information including
the average value for that bin, the session name, and the contributing students.
-
Brushing for Zooming: Users can select a specific time range to focus on short-term
trends, with a reset button to restore the full view.
-
Bin Size Selection: Users can adjust the bin size to control data aggregation levels and
reveal finer or broader trends in biometric signals.
-
Event Selection: Users can filter and visualize specific exam sessions (e.g., Midterm 1,
Midterm 2, or Final) to examine differences in stress responses across different tests.
Development Process
-
Team Formation and Roles: Our team consisted of 4 members—Ria (data processing and
cleaning,D3.js implementation and interactivity), Aahil (D3.js implementation and interactivity), Brandon
(UI/UX design and debugging), and Abdulrahim Ham (documentation and write-up).
-
Time Investment: We spent a total of 20 hours on this project, with each member contributing
approximately 5 hours across data cleaning, visualization development, debugging, and documentation.
-
Challenges and Solutions:
-
Cluttered Data Visualization: We implemented binning and outlier trimming to improve
clarity.
-
Distinguishing Exam Sessions: Grouping data by session and using distinct colors allowed
us to easily compare stress patterns.
-
Implementing Interactivity: We refined our dropdown, brush, and tooltip interactions
through multiple iterations to ensure smooth performance and a user-friendly experience.
Key Takeaways
-
Biometric signals fluctuate with exam stress: Heart rate and electrodermal activity (EDA)
generally increase during exam sessions, indicating heightened stress levels.
-
Not all students respond to stress the same way: High-stress students have significantly
higher median heart rates and EDA values, while low-stress students maintain more stable readings.
-
EDA is a strong physiological stress marker: A correlation heatmap confirms that as heart
rate rises, EDA tends to increase, reinforcing its reliability as an indicator of stress.
-
Interactive visualizations reveal nuanced trends: Unlike static charts, dynamic interactions
such as session-based separation, brushing, and tooltips allow users to explore stress variations in a more
detailed and personalized manner.
Conclusion: This interactive visualization provides an engaging and dynamic exploration of how
biometric signals fluctuate during exam stress. By aggregating and separating data by exam session, we can
uncover meaningful patterns in stress responses. Future enhancements will further refine the analysis and user
experience.