Quiz Result

Quiz outcome card with a trophy tile, pass or fail tint, score fraction, percent, and elapsed time.

You passed
8/ 10
80% · Passing mark 7/10Finished in 12:42

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Education12 } from "@/components/beste/piece/education12";

<Education12
  score={8}
  total={10}
  passing={7}
  timeTaken="12:42"
  result="passed"
/>