select('score') ->where('student_id', $studentId) ->where('semester', $semester) ->where('school_year', $schoolYear) ->first(); return $result ? floatval($result['score']) : null; } }