'array', 'is_correct' => 'boolean', 'explanation_viewed' => 'boolean', 'answered_at' => 'datetime', 'score' => 'decimal:2', ]; public function question(): BelongsTo { return $this->belongsTo(Question::class); } }