🎭 Physical Examination Technique Video Assessment Simulator
This video assessment simulator evaluates the technique of a student's physical examination. It provides detailed feedback on each step to ensure accurate and efficient clinical skills.
Why Bedside Examination Skills Need a Gold Standard
Physical examination — inspection, palpation, percussion, and auscultation — remains the fastest, cheapest diagnostic tool in medicine. Yet decades of published assessments show that clinical exam proficiency has eroded across training levels, motivating objective, video-based reference capture as the first step toward measurable skill remediation.
- 20–40%: Cardiac auscultation competency (correct finding ID, trainee studies)
- ~2 min: Avg. bedside exam time on rounds (vs. much longer decades ago)
- ~68%: POCUS adoption, IM programs (2019 national survey)
- 2–3 cm: Tolerance radius, landmark match (typical CV scoring threshold)
The documented decline in bedside exam proficiency
Multiple generations of published assessments point to the same conclusion: structured physical examination skills are weaker than clinicians assume. Landmark studies using recorded heart sounds found that internal medicine residents correctly identified common cardiac findings only a minority of the time, with accuracy improving only modestly with seniority. Comparable gaps have been documented for abdominal, neurological, and musculoskeletal exam maneuvers.
Several forces converge to explain the trend: compressed training time, growing reliance on point-of-care ultrasound and advanced imaging as a substitute for hands-on skill, fragmented supervision on busy wards, and — critically — a lack of objective, reproducible feedback on technique. A trainee can repeat a flawed maneuver hundreds of times without ever learning it is flawed.
Vukanovic-Criley et al. found that cardiac auscultation proficiency scores were low across medical students, residents, and even some faculty — evidence that the gap is structural, not just a junior-trainee problem.
Why a recorded gold standard matters
Traditional bedside teaching relies on a supervising clinician watching once, live, and giving verbal feedback from memory. This approach cannot quantify hand position to the centimeter, cannot replay a missed step, and cannot be scaled across a cohort of hundreds of trainees.
A video-recorded gold-standard performance — captured from a fixed camera angle, ideally with depth sensing — converts a tacit clinical skill into a measurable trajectory: a sequence of timestamped hand and joint positions that can be mathematically compared against any subsequent attempt. This reference becomes the ruler against which technique, not just outcome knowledge, is assessed.
What the reference capture must standardize
For a gold-standard recording to be a valid comparator, several variables must be controlled:
• Camera angle and field of view fixed and reproducible across all students • Patient/manikin positioning identical (supine, arm position, drape) across sessions • The expert demonstrates the maneuver at a natural, unhurried pace representative of competent practice, not an idealized best-case speed • Landmark coordinates are annotated by a second independent expert to confirm anatomical accuracy before the recording is accepted as ground truth
Once validated, the reference trajectory — hand path, dwell time at each landmark, and step order — becomes the fixed target for every subsequent automated comparison.
Markerless Pose Tracking for Clinical Skills Assessment
Computer-vision pose estimation — the same family of models that power motion capture in sports and animation — now tracks a trainee's joints without any wearable markers. Applied to clinical skills labs, it converts an ordinary overhead video feed into a stream of quantitative keypoint coordinates suitable for automated scoring.
- ~30 fps: Typical tracking frame rate (consumer RGB or RGB-D camera)
- ~7: Keypoints tracked per limb (shoulder–elbow–wrist–fingertips chain)
- 1–4 cm: Reported joint localization error (markerless vs. marker-based ground truth)
- >100: OSATS-style CV pilots (surgery/sim) (peer-reviewed studies to date)
How markerless pose tracking works
Modern pose-estimation networks (in the tradition of OpenPose and MediaPipe-style architectures) take a single RGB video frame and output a probability heatmap for each anatomical keypoint — shoulder, elbow, wrist, fingertips — then connect them into a skeletal graph. Depth-sensing cameras add a third dimension, letting the system estimate how far a palpating hand presses into tissue, not just its position on a 2D plane.
Because no physical markers or gloves are required, the system can be deployed in any standard clinical skills lab with a ceiling-mounted or tripod camera, making longitudinal tracking of technique feasible at the scale of an entire training program rather than a handful of research subjects.
Reported keypoint localization error for markerless systems is commonly in the 1–4 cm range compared to marker-based motion capture — precise enough to meaningfully distinguish a correctly placed stethoscope from one that is one intercostal space off.
From raw keypoints to clinically meaningful signals
Raw joint coordinates are not directly interpretable; they must be transformed into clinically meaningful features:
• Hand centroid trajectory: the path of the palpating or auscultating hand over time, used for both sequence and placement scoring • Dwell time: how long the hand remains at a given landmark — too brief suggests a token touch rather than genuine auscultation or palpation • Velocity and jerk: the rate of change of hand speed, used as the basis for a smoothness score, since expert technique is characteristically fluid while novice technique is halting • Joint-angle profiles: elbow and wrist flexion patterns that distinguish, for example, light superficial palpation from deep palpation
Each of these derived signals feeds one of the downstream scoring stages — sequence, placement, and smoothness — that together produce the composite technique score.
Tracking confidence and failure modes
Pose-tracking confidence is not uniform: occlusion (the student's own body blocking the camera view of a hand), poor lighting, loose clothing, and rapid motion all degrade keypoint accuracy. Systems report a per-joint confidence score alongside each coordinate, and low-confidence frames are typically interpolated or excluded rather than treated as ground truth.
Well-designed assessment platforms flag sessions with prolonged low-confidence tracking for human review rather than silently generating an unreliable automated score — an important safeguard given that the downstream feedback is used for formative, and sometimes summative, evaluation of trainees.
Sequence Alignment: Was the Maneuver Performed in the Right Order?
A skilled physical exam is not just a set of correct hand positions — it is a correctly ordered, systematic sweep. Skipping a step, performing steps out of order, or fixating on one region while neglecting another are common novice errors that a static placement score alone would miss.
- 5: Steps in a cardiac auscultation exam (aortic → pulmonic → Erb's → tricuspid → mitral)
- 6: Steps in abdominal palpation exam (quadrant + region sweep)
- DTW: Alignment algorithm class (dynamic time warping)
- Omission: Common novice error type (most frequent flagged deviation)
Dynamic time warping for step alignment
Because two performances of the same maneuver never take exactly the same amount of time at each step, a simple step-by-step comparison would fail whenever a student paused slightly longer at one landmark. Dynamic time warping (DTW) instead finds the lowest-cost alignment between the gold-standard step sequence and the student's observed sequence, allowing for stretching and compressing in time while still penalizing insertions, omissions, and true reorderings.
The output of DTW alignment is an edit distance: the minimum number of step insertions, deletions, or transpositions needed to convert the student's performed order into the gold-standard order. This edit distance, normalized by the number of expected steps, becomes the sequence accuracy score.
A step performed correctly in isolation but in the wrong position in the sequence (for example, auscultating the mitral area before the aortic area) is scored as a sequence error even though placement accuracy at that single point may be perfect — the two metrics are intentionally independent.
Why systematic order is clinically important
Standardized exam sequences are not arbitrary teaching conventions — they reduce the chance of missing pathology. In cardiac auscultation, sweeping systematically from the base of the heart to the apex ensures every valve area is sampled with the stethoscope oriented and timed correctly relative to S1 and S2. In abdominal examination, always palpating away from a site of reported pain first, then approaching it last, avoids triggering guarding that would obscure findings elsewhere in the abdomen.
A student who is technically capable of finding each landmark but does so in a haphazard order has not yet internalized the clinical logic of the exam — which is precisely the gap that sequence-accuracy scoring is designed to surface.
Common sequence error patterns observed in trainees
Automated sequence comparison across large cohorts of recorded student exams tends to surface a small number of recurring error patterns:
• Omission: a landmark is never visited, often the last one or two steps as students rush to finish • Adjacent transposition: two neighboring steps are swapped, usually reflecting an unclear mental model of anatomical order rather than a true skip • Duplication: a step is repeated, often because the student loses track of what has already been covered • Fixation: the student returns repeatedly to a single "easy" or "familiar" landmark while neglecting a technically harder one
Each pattern maps to a distinct remediation strategy, from checklist drilling for omissions to anatomy review for transpositions.
Hand-Placement Accuracy: Quantifying the Miss
Once step order is accounted for, the second core question is purely spatial: at each step, how far was the student's hand centroid from the gold-standard landmark? This distance, converted to a heatmap over the body surface, turns an abstract sense of "close enough" into a reproducible number.
- 2–3 cm: Clinical tolerance radius (landmark match threshold)
- 3–6 cm: Typical novice deviation (mean landmark miss distance)
- <1 cm: Typical expert deviation (mean landmark miss distance)
- 40%: Placement weight in composite (highest-weighted sub-score)
Building the placement heatmap
For every landmark in the reference sequence, the system records the Euclidean distance between the student's hand centroid at the moment of dwell and the gold-standard coordinate for that landmark. Distances are color-coded onto an anatomical overlay: green for placements within the clinical tolerance radius, amber for borderline placements just outside it, and red for misses large enough to be clinically significant — for example, palpating one intercostal space away from the true point of maximal impulse.
A deviation vector — an arrow from the correct landmark to the student's actual hand position — is drawn for each step, giving instructors an immediately interpretable picture of not just how far off a student was, but in which anatomical direction the error trended (too superior, too lateral, and so on).
Placement carries the single highest weight (40%) of the three sub-scores in most composite scoring schemes, reflecting that a maneuver performed in the right order but at the wrong anatomical location will not reliably detect the target physical finding.
Setting a clinically defensible tolerance radius
The tolerance radius — the maximum acceptable deviation before a placement is scored as a miss — is not arbitrary. It is derived from the anatomical spacing of the landmarks themselves: intercostal spaces are roughly 2–3 cm apart at the sternal border, so a placement tolerance wider than this would fail to distinguish, for instance, the aortic area from the pulmonic area immediately below it.
Too tight a tolerance penalizes normal anatomical variation between patients and normal hand size differences between examiners; too loose a tolerance fails to catch placements that would genuinely miss the target structure in a real patient. Most validated systems converge on a 2–3 cm radius for precordial and abdominal landmarks, adjusted slightly for patient body habitus.
From individual misses to a placement score
The overall placement accuracy score aggregates per-landmark results, typically as the percentage of steps landing within tolerance, sometimes weighted by the clinical importance of each landmark (a miss at the mitral area, the most common site of clinically significant murmurs, may be weighted more heavily than a miss at Erb's point).
Because deviation magnitude is continuous rather than binary, some scoring schemes additionally report a mean deviation distance in centimeters alongside the pass/fail percentage — giving instructors a sense of whether a student is barely outside tolerance (an easy fix) or grossly mislocalizing landmarks (a more fundamental anatomical knowledge gap).
Composite Scoring and Evidence-Based Remediation
Sequence accuracy, placement accuracy, and technique smoothness are combined into a single composite score — but the real pedagogical value comes from feeding that breakdown back to the trainee as specific, actionable, evidence-based remediation rather than a single opaque number.
- 30/40/30: Composite weighting (seq/place/smooth) (typical scheme, % of composite)
- +20–30%: Retention gain, structured feedback (skill retention at 6–12 months)
- ~4–6: Deliberate practice sessions to plateau (video-reviewed repetitions)
- >150: OSCE stations using CV scoring (est.) (programs piloting automated feedback)
Combining sub-scores into a composite
The composite technique score is a weighted average of the three sub-scores — commonly 30% sequence, 40% placement, 30% smoothness, though weights can be tuned per exam type and program. Weighting placement most heavily reflects its direct link to whether a real physical finding would actually be detected; sequence and smoothness weigh somewhat less but still meaningfully affect overall clinical fluency and efficiency.
Rather than reporting the composite in isolation, effective systems always display the sub-score breakdown alongside it, since two students can arrive at an identical composite score through very different skill profiles — one weak in placement but fast and orderly, another perfectly located but hesitant and disorganized — and these profiles require entirely different remediation.
Deliberate-practice research (building on Ericsson's framework) and simulation-based mastery learning studies (McGaghie et al.) consistently show that specific, immediate, video-anchored feedback drives measurably faster skill acquisition than generic verbal praise or criticism delivered from memory after the fact.
Automated remediation targeting the weakest domain
Once the weakest of the three sub-scores is identified, the system generates a targeted recommendation rather than a one-size-fits-all study plan:
• Low sequence accuracy → checklist-based drilling of step order, often with the checklist visible during early practice repetitions and progressively faded • Low placement accuracy → landmark palpation drills on anatomical models, sometimes paired with augmented-reality overlays that project the correct target directly onto the patient or manikin • Low smoothness → slow-motion, metronome-paced repetition designed to build fluent motor sequencing before reintroducing normal speed
Because the recommendation is generated automatically from the same data used to compute the score, it can be delivered immediately after the recorded attempt, while the performance is still fresh in the trainee's memory — a key condition for effective feedback uptake.
Evidence that structured, repeated feedback improves retention
A substantial body of medical education research supports video-based, structured feedback as superior to unstructured bedside teaching for durable skill acquisition. Simulation-based mastery learning studies report that trainees who repeat a skill with objective feedback until reaching a pre-defined competency threshold retain that skill significantly better at 6–12 month follow-up than trainees taught with traditional, time-based (rather than mastery-based) instruction.
Most programs find that technique measurably plateaus after roughly 4–6 video-reviewed repetitions with specific corrective feedback between attempts — after which gains slow and the emphasis shifts from initial acquisition to periodic maintenance practice, since physical exam skills, like other motor skills, decay measurably without ongoing use.
Limits of automated technique scoring
Video-based technique scoring assesses motor performance — where the hands went, in what order, how smoothly — but it does not directly assess clinical reasoning: whether the student correctly interpreted what they felt or heard, or whether they appropriately integrated the exam finding into a differential diagnosis. A student can execute textbook-perfect technique and still fail to recognize a murmur's clinical significance.
For this reason, mature assessment programs treat the composite technique score as one input alongside oral case presentation, differential diagnosis reasoning, and — where available — direct comparison of the trainee's reported findings against a standardized patient's or manikin's known findings, rather than as a complete substitute for holistic clinical skills evaluation.
Diagnostic accuracy of common physical exam maneuvers
| Product | Indication | Trial Design | Key Result |
|---|---|---|---|
| Cardiac auscultation, systolic murmur | Any organic systolic murmur | Stethoscope placement at 4 precordial areas, correct timing to S1/S2 | Sens. ~55–75% · Spec. ~85–98% |
| S3 gallop, heart failure | Left ventricular dysfunction | Bell placement at apex, left lateral decubitus position | Sens. ~10–50% · Spec. ~90–97% |
| Murphy's sign, cholecystitis | Acute cholecystitis | RUQ palpation during deep inspiration | Sens. ~60–65% · Spec. ~85–90% |
| McBurney's point tenderness | Acute appendicitis | Deep palpation, RLQ, 1/3 distance ASIS–umbilicus | Sens. ~50–94% · Spec. ~75–86% |
| Shifting dullness | Ascites | Percussion sequence, supine to lateral decubitus | Sens. ~55–60% · Spec. ~85–90% |
| Babinski sign | Upper motor neuron lesion | Plantar stimulation, lateral-to-medial stroke | Sens. ~35% · Spec. ~95% |
This video assessment simulator evaluates the technique of a student's physical examination. It provides detailed feedback on each step to ensure accurate and efficient clinical skills.
2D · HTML5 Canvas 2D · 60 FPS target · runs fully client-side, no install