MCPcopy Create free account
hub / github.com/code100x/daily-code / AdminAddMCQProps

Interface AdminAddMCQProps

apps/web/components/admin/AdminAddMCQ.tsx:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import EditMCQ from "../mcq/EditMCQ";
6
7interface AdminAddMCQProps extends Problem {
8 mcqQuestions: MCQQuestion[];
9}
10
11const AdminAddMCQ = ({ problem }: { problem: AdminAddMCQProps }) => {
12 const [mcqs, setMcqs] = useState<Omit<MCQQuestion, "id">[]>([]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected