Quiz outcome card with a trophy tile, pass or fail tint, score fraction, percent, and elapsed time.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Education12 } from "@/components/beste/piece/education12";
<Education12
score={8}
total={10}
passing={7}
timeTaken="12:42"
result="passed"
/>