| Venue | {{ $appeal->student->campus->name }} |
| Exam No | {{ $appeal->student->registration_number }} |
| Surname | {{ $appeal->student->surname }} |
| Forenames | {{ $appeal->student->forenames }} |
| Course code | {{ $appeal->schedule->course->code }} |
| Original marker | {{ $appeal->schedule->instructor->title." ".$appeal->schedule->instructor->surname.", ".$appeal->schedule->instructor->forenames }} |
| Date of request | {{ $appeal->created_at }} |
| Second marker | {{ $appeal->marker?$appeal->marker->title." ".$appeal->marker->surname.", ".$appeal->marker->forenames:"-" }} |
| Date sent to 2nd marker | {{ $appeal->date_sent_to_marker }} |
| Date returned | {{ $appeal->return_date }} |
| Original marks | {{ $appeal->previous_marks }} |
| Reviewed marks | {{ $appeal->new_marks }} |
The paper has been re-marked, with the comment below:
{{ $appeal->comments }}
Click among the buttons below to close the appeal.