"use client"; // components/QuestionCard.jsx — edit any question inline, with the answer key // styled in red pen and grading-stamp verification badges. import { useState } from "react"; import { questionTypeLabel } from "@/lib/schema"; const LETTERS = "ABCDEFGHIJ"; function AutoTextarea({ value, onChange, rows = 2, ...rest }) { return