Admissions Checker Results Page
Preview of your results check
Student Name: {{$eligibility->student->profile['first_name']." ".$eligibility->student->profile['last_name']}}
School: {{$eligibility->student->academics->school['title']}}
Course: {{$eligibility->student->academics->course['title']}}
Aggregate: {{$eligibility->aggregate}}
Check Code: {{$eligibility->check_code}}
{{--Amount Paid: {{$eligibility->amount.".00 GHS" }}
--}} {{--Payment Reference: {{strtoupper($eligibility->payment['reference'])}}
--}}Date: {{$eligibility->created_at->toDayDateTimeString()}}
| # | University | Selection Details | Percentage | {{--Action | --}}
|---|---|---|---|---|
| {{$count}} |
Choice {{$count}}
{{$universities[0]}} |
@php $programs = explode("^", $selections[$arrCount]); array_pop($programs) @endphp
@foreach($programs as $program)
@php $all = explode("*", $program); @endphp
{{$all[0]}}
@endforeach
|
@foreach($programs as $program)
@php $all = explode("*", $program); @endphp
@php
switch($all[1]) {
case($all[1] <= 1):
$color = "danger";
$message = "Very Low";
break;
case($all[1] > 1 and $all[1] <= 30):
$color = "info";
$message = "Low";
break;
case($all[1] > 30 and $all[1] <= 80):
$color = "warning";
$message = "Average";
break;
case($all[1] >= 80):
$color = "success";
$message = "High";
break;
default:
$color = "success";
$message = "Above Average";
}
@endphp
{{$all[1]."%"}} - {{$message}}
@endforeach
|
Color Code:
| Green | Aggregate is within the cut-off range with high chance | |
| Yellow | Aggregate is within the cut-off range with fair chance | |
| Blue | Aggregate is very close to cut-off with minimum chance | |
| Red | Aggregate is below cut-off with very limited chance |
Disclaimer: Please be advised that the assessment provided by Admissions Checker is ONLY a guide to help you make realistic choices in your university applications. It is not an admission from the universities nor is it a surety of gaining admissions even when your scores from the checker are very high. It is important to note that your opportunity to gain admission at a university is based on a number of factors, of which your courses offered at high school and grades obtained at WASSCE examinations are a part. Admissions Checker algorithms are based on public data from the universities.
Note: Remember, the foremost requirement for university admissions is the courses offered at high school. This means in most universities applying for science-based programmes requires that you offered a science course at high school but science students can apply for other courses in most universities. We STRESS that you check with the universities directly for the courses required to pursue the programme of your choice. Good luck in your admission applications!