STEM content is uniquely hostile to single-pane video because its explanations are bidirectional: the instructor talks about a thing the student must simultaneously look at. A derivation unfolds line by line; a physics diagram accumulates vectors; a code walkthrough lives in the gap between what's on screen and what it does. Every 'switch to the PDF' moment in a single-pane player is a chance to lose half the class. Here's how experienced online STEM instructors structure split view for each subject family.
Mathematics — derivation with the worked sheet #
Record the video against a blank derivation sheet that ships as the course PDF. In split view, students watch you fill line three while they fill lines one and two on their own copy — the follow-along pattern. The critical design rule: pause deliberately after each step, because the pause is when the student's pen catches up. Instructors who narrate continuous derivations without pause gates produce beautiful videos that students cannot actually complete.
Physics and engineering — the accumulating diagram #
Ship the base diagram (the circuit, the free-body diagram, the process schematic) as a PDF with empty annotation layers. The lecture adds elements — forces, currents, labels — and students add them on their copy in real time. The finished diagram then becomes their reference artifact: annotated, correct, and self-made. Assessment pairs naturally: give a new base diagram in the quiz and ask students to complete the same analysis they just performed.
Programming — the walkthrough that compiles #
- Left pane: your screen recording; right pane: the starter code file students actually edit
- Commit checkpoints: 'pause here and make it run' — small runnable milestones, not one giant build
- The error lesson: deliberately break the code and debug live — students learn the recovery, not just the happy path
- In-video quiz after each checkpoint: 'what does line 12 print?' — attention with teeth
The common thread #
Across every STEM subject, the pattern is identical: the video carries the process, the document carries the artifact, and split view keeps them fused. The student's output — a completed derivation, an annotated diagram, a running program — is simultaneously the learning evidence and the revision material. That fusion is what online STEM teaching kept losing in single-pane players, and what platforms built for the medium quietly restore.