*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'position' => $this->position, 'correct_answer' => $this->correct_answer, 'other_answers' => $this->other_answers, ]; } }