Bridging Examples¶
Designed example sequence — instantiates Transfer Scaffolding
A designed run of examples stepping from source-like to target-like, each holding the structure fixed while swapping surface features, so the learner is carried across the gap rather than dropped over it.
When a target triggers a misconception, arguing rarely moves it; a well-built path of examples can. Bridging Examples is a designed sequence of cases that steps from one very like the source to one very like the target, each intermediate case holding the shared structure fixed while swapping surface features toward the destination. Its defining move — the thing no single analogy or static map provides — is the ordered chain of intermediate rungs: each differs from its neighbor by a controlled, digestible amount, so the learner is walked across the gap in structure-preserving steps rather than dropped over it in one leap.
Example¶
Students readily accept that a book resting on a table is in equilibrium, but they resist the claim that the rigid table actively pushes up on the book — tables feel passive. A bridge of examples moves the intuition across without argument: a book on your open hand (you feel yourself pushing up) → a book on a soft foam pad (it visibly compresses and pushes back) → a book on a flexible board (it bends, clearly pushing) → a book on a nearly rigid board → the book on the table. Every rung preserves the structure — the supporting surface exerts an upward normal force — while the surface features march toward the passive-looking table.
By the last rung the once-unacceptable idea has become obvious, because each step was only a small stretch from the one before. The intuition was carried, not asserted.
How it works¶
The craft is entirely in the ordering:
- Anchor on an intuitive, source-like case the learner already believes.
- Insert intermediate rungs that each change surface features by a small, controlled amount toward the target.
- Hold the structure invariant across every rung, and make that invariant visible at each step.
- End at the target case, which is now only one small step from an accepted example.
Tuning parameters¶
- Step size — how much surface changes per rung. Smaller steps are safer but lengthen the bridge; too large and a learner falls off mid-span.
- Anchor choice — how intuitive and source-like the first rung is. A weak anchor dooms the whole chain.
- Number of rungs — more coverage of the gap versus fatigue and lost momentum.
- Structure salience — how explicitly each example flags the invariant, versus letting the learner infer it.
- Linear vs branching — a single path, or alternate rungs to catch learners who stall at a particular step.
When it helps, and when it misleads¶
Its strength is moving intuition and belief where explanation stalls — it shines exactly when the target provokes a misconception that a correct statement cannot dislodge.[1]
Its failure modes are ordering failures: a gap left too wide at one rung loses the learner there, and examples silently carry surface features the designer never intended, so an unplanned feature becomes the accidental lesson. The classic misuse is a sequence that looks like a bridge but skips the hard middle — the exact rung where the misconception lives. The discipline is to test where learners actually fall off and insert rungs there, and to keep the invariant explicit at every step.
How it implements the components¶
Bridging Examples fills only the graded-example subset of the archetype:
bridging_example_sequence— it is the sequence: the ordered chain of intermediate examples from source-like to target-like.near_far_transfer_gradient— the rungs are arranged along a near→far gradient of source-likeness, which is what makes each step small.
It supplies examples to read, not tasks to do — the graded *practice with fading support is Near-to-Far Transfer Sequence's guided_transfer_task / support_fading_plan — and it does not extract the invariant as an explicit map (Analogical Mapping Prompt) or vary surface at a fixed distance to force abstraction (Worked Example Variation).*
Related¶
- Instantiates: Transfer Scaffolding — it is the worked bridge that carries a learner's understanding across the source-to-target gap.
- Sibling mechanisms: Near-to-Far Transfer Sequence · Worked Example Variation · Analogical Mapping Prompt · Case Comparison and Contrast · Cross-Context Practice · Apprenticeship Reflection · Boundary Condition Checklist · Implementation Coaching · Negative Transfer Red Team · Transfer Debrief · Transfer Prompt
Notes¶
Three example-based siblings are easy to confuse. Bridging Examples orders cases by source-likeness with the structure fixed; Worked Example Variation holds distance fixed and varies the surface to force abstraction; Case Comparison and Contrast sets multiple cases side by side to induce a principle. And all three deal in examples to read, whereas Near-to-Far Transfer Sequence uses the same gradient for tasks to do.
References¶
[1] "Bridging analogies" (Clement), developed in physics education, insert intermediate anchoring cases between an accepted intuition and a counter-intuitive target so the learner's belief is carried across in small steps. The mechanism here generalizes that move beyond physics. ↩