Skip to content

Perchford design system

Internal, noindex
EDU-02

Decision FAQ

For questions a reader is weighing rather than looking up. Short answer, reasoning, then the case against, stated openly.

Untriaged
Open isolated

Use it when

For questions a reader is weighing rather than looking up. Short answer, reasoning, then the case against, stated openly.

Category
Education and FAQ
Layout archetype
Ruled sequence
Page position
middle (derived)
Purpose
explain (derived)
Field
light (derived)
Interaction
static (derived)
Motifs
Sequence mark, Held column, Margin note, Quiet field

Content it requires

  • Three questions, each with a short answer, reasoning, and a genuine when-not-to

Do not use it when

  • Deliberately not an accordion. This content is meant to be read, so hiding it defeats the purpose.
  • The when-not-to has to be real. A fake objection is more damaging than no objection.
  • Three entries. Five becomes an essay.

Variants

None. Colour swaps and mirrored alignment do not count as variants.

Implementation

src/components/patterns/EduFaqDecision.astro

---
import EduFaqDecision from '../components/patterns/EduFaqDecision.astro';
---

<EduFaqDecision />

Import directly. Do not route production through patternComponents.

Production usage

Not yet used on a production page. Nothing here has been proven in front of a customer.

Accessibility

  • Verified at 360, 768, 1024, and 1440 with no horizontal overflow.
  • No interactive controls beyond links and buttons inherited from the design system.
  • Colour never carries meaning alone: every state marker is paired with text.
  • Motion respects prefers-reduced-motion.