| No | Rubric | Max Score | Score | Percentage |
|---|---|---|---|---|
| {{ $i + 1 }} | {{ $score->rubric->rubric_name }} | {{ $score->rubric->max_score }} | {{ $score->score }} | {{ $maxTotal > 0 ? round(($score->score / $maxTotal) * 100) : 0 }}% |
| Total Score | {{ $evaluation->total_score }} / {{ $maxTotal }} | {{ $maxTotal > 0 ? round(($evaluation->total_score / $maxTotal) * 100) : 0 }}% | ||