A static resolution choice review shows Keep my version choice, Still visible other version, Not resolved outcome, and No save applied status.

Program

Resolution choice reviews should show the selected choice and outcome before saving or resolving anything.

resolution_choice_review.html
Visuals: captured from real browser rendering
<section class="choice-review" aria-labelledby="choice-review-title"><h2 id="choice-review-title">Resolution choice review</h2><dl>
  <div><dt>Choice</dt><dd>Keep my version</dd></div>
  <div><dt>Other version</dt><dd>Still visible</dd></div><div><dt>Outcome</dt><dd>Not resolved</dd></div>
  <div><dt>Status</dt><dd><span class="badge">No save applied</span></dd></div></dl>
  <p class="check">Learner check: the choice is visible before any save is applied.</p>
  <p class="note">Static resolution choice review only; no collaboration service, realtime sync, document service, merge engine, save, conflict resolver, account lookup, notification, storage, route, API, network, script, event listener, form submit, analytics, timer, or live editing runs.</p></section>
<style>
  .choice-review { display: grid; gap: 10px; max-width: 38rem; border: 1px solid #0f766e; padding: 12px; background: #f0fdfa; }
  .choice-review dl { display: grid; gap: 8px; margin: 0; }
  .choice-review dl div { display: grid; grid-template-columns: 8rem 1fr; gap: 8px; }
  .choice-review dt { color: #475569; }
  .choice-review dd, .check, .note { margin: 0; }
  .badge { border-radius: 999px; background: #ccfbf1; padding: 2px 8px; }
  .note { color: #475569; }
</style>
  1. Label the choice review.

    The section is labelled by its visible heading.
    The section is labelled by its visible heading.
  2. Show choice row.

    The choice is exact pinned data.
    The choice is exact pinned data.
  3. Show other version and outcome rows.

    The other version and outcome are exact pinned data.
    The other version and outcome are exact pinned data.
  4. Render no-save-applied status.

    The status badge says no save is applied.
    The status badge says no save is applied.
  5. Check choice readback.

    The check says the choice is visible before any save is applied.
    The check says the choice is visible before any save is applied.
  6. Check choice honesty.

    Choice, other version, outcome, status, and no live editing.
    Choice, other version, outcome, status, and no live editing.
step flow step(1) labels the source, step(2) shows the choice, step(3) shows other version and outcome rows, step(4) shows no-save-applied status, step(5) checks the choice readback, and step(6) checks the honesty note.
choice readback The section heading names the resolution choice review surface.
choice rows Choice, Other version, Outcome, and Status values are exact pinned data.
no live resolution The lesson should not imply collaboration services, realtime sync, document services, merge engines, saves, conflict resolvers, account lookups, notifications, storage, routes, APIs, networks, scripts, event listeners, form submits, analytics, timers, or live editing.