This page allows you to evaluate based on agent, source, reference Id.
| Groups | Possible Scores | Actual | Comments | ||
|---|---|---|---|---|---|
| {{$groupName}} | |||||
| {{$headerName}} | |||||
| {{$dataQuestion['question_name']}} | @php $data = $dataQuestion['answers'][0]['mark_and_weight']; $data = json_decode($data, true); $marks = array_column($data, 'weight'); echo $maxMark = max($marks); usort($data, function ($a, $b) { return $b['weight'] - $a['weight']; // Sort in descending order based on 'weight' }); @endphp |
|
|||
| Weighted Value | {{$groupWeight}}% | ||||
| Comment | |||||
| No data available. | |||||