This is {{$form_name}} Form

i Icon This page allows you to show the question(s) and editable questions.

@foreach($arrayFields as $data) @if($data)
@endif @endforeach
@if($referenceID)
{{-- {{$voiceFileName}} --}}
@endif
{{$totalWeightPoints}}
Total Weight Points
{{$totalPossibleWeightPoints}}
Total Possible Weighted Points
{{$totalScore}}
Total Score
{{$totalPossibleScore}}
Total Possible Score
80% - 100% Excellent
60% - 80% Very Good
40% - 60% Good
20% - 40% Poor
0% - 20% Very Poor
Group Header
Question Header
@if (!empty($array)) @php $index2 = 0; @endphp @foreach ($array as $groupName => $groupWeights) @foreach ($groupWeights as $groupWeight => $dataQuestions) @foreach ($dataQuestions as $headerName => $dataQuestionArray) @foreach ($dataQuestionArray as $dataQuestion) @php $index2++; @endphp @endforeach @endforeach @endforeach @endforeach @else @endif
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); @endphp
Weighted Value {{$groupWeight}}%
Comment
No data available.
@if (!empty($array))
@endif