Quiz Question

Multiple-choice card with a progress bar in the header, stem text, and four lettered option rows.

Question 3 / 10
Which hook schedules an effect after the DOM is painted?

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

Import & use
import { Education11 } from "@/components/beste/piece/education11";

<Education11
  questionIndex={3}
  totalQuestions={10}
  question="Which hook schedules an effect after the DOM is painted?"
  options={[
    {
      "letter": "A",
      "label": "useLayoutEffect",
      "state": "idle"
    },
    {
      "letter": "B",
      "label": "useEffect",
      "state": "selected"
    },
    {
      "letter": "C",
      "label": "useMemo",
      "state": "idle"
    },
    {
      "letter": "D",
      "label": "useDeferredValue",
      "state": "idle"
    }
  ]}
/>

More Education pieces

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

Quiz Result

education12

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

24 lessons
Design systems for shipping teams
Beste Sözen6h 42m
58%

Course Card

education1

Course tile with a gradient thumbnail, instructor byline, duration, and an inline progress bar.

A
Graded
Essay · The ethics of automation92 / 100Compelling thesis, strong citations. Tighten the conclusion.

Grade Card

education14

Graded assignment card with a color-tinted letter tile, score fraction, and a clipped feedback excerpt.

Backend engineer path12-course track · beginner to senior
Path
1Node.js fundamentals8h
2Data modeling with Postgres10h
3APIs & authentication14h
4Production operations16h
Total 48 hours

Learning Path

education25

Multi-course path card listing numbered steps, per-step hours, and a primary Path tag in the header.

Noor Ahmed
Noor AhmedStudent · Cohort 12
Resolved

In lesson 6, the dependency array skips the `setCount` setter. Isn't it a stale closure risk?

4 replies12

Student Q&A card with an avatar header, resolved pill, clipped question body, and reply and like counts.

CS 401 · Advanced React
Submitted
Project 2 · State management patterns
Due Apr 30, 23:593 files

Assignment Card

education15

Course assignment card with a violet file tile, status pill, due date, and attachment count footer.