# YouTube Embed Tutorial for Research Guides

Use a YouTube embed only when the video directly supports a claim in the guide. For an interactive learning telemetry guide, a good video should clarify logging, evidence-centered design, stealth assessment, multimodal traces, privacy, or validity.

## Selection checklist

- Match: the video supports a specific section, not just the general topic.
- Verify: confirm speaker, title, host page or channel, and accessibility.
- Narrow: start at the relevant timestamp when only part of the video is useful.
- Explain: add one short paragraph saying why the video is included.
- Bound: state what the video does not cover.
- Protect: prefer the privacy-enhanced `youtube-nocookie.com` embed domain.

## Example used in this guide

Video: Valerie Shute, "Stealth assessment: embedded evidence-based assessment in games"

Why it fits: the video explains why interaction traces become useful assessment evidence only when competency claims, observable behaviors, and interpretation rules are designed in advance.

Source archive: https://transformingassessment.com/events_7_september_2011.php

Embed source:

```html
<div class="video-frame">
  <iframe
    src="https://www.youtube-nocookie.com/embed/tvWtOn-ArVY?start=950"
    title="Stealth assessment: embedded evidence-based assessment in games"
    allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
    allowfullscreen></iframe>
</div>
```

## Explanation template

This video is included because it explains [specific idea]. Watch for [one or two cues]. It does not replace the guide's [schema/evidence map/troubleshooting/privacy] section, because [boundary].

## Do not embed

- Videos that are only inspirational or promotional.
- Videos with unclear source, speaker, or context.
- Videos whose relevance depends on a vague keyword match.
- Videos that require collecting unnecessary learner media or sensitive data.
