belongsTo(QuizAttempt::class,'quiz_attempt_id'); } public function question() { return $this->belongsTo(QuizQuestion::class,'quiz_question_id'); } }