|string> */ public function rules(): array { return [ 'exam_id' => 'required|exists:exams,id', 'question' => 'nullable|string|max:255', 'answer' => 'nullable|string', ]; } }