@extends('pdf.layout')
@section('title', 'Question Distribution Statement')
@section('content')
@foreach($statement_array as $statement_data)
@foreach(array_chunk($statement_data['statements']->toArray(), 20) as $chunk)
@include('include.report_header')
Subject Wise Center List
{{ $chunk[0]['subject_code'] }}-{{ $chunk[0]['subject_name'] }}
{{ $chunk[0]['paper_code'] }}-{{ $chunk[0]['paper_name'] }}
Center | No. of Candidate | Alloted Questions | Particular of Packet | Total Packet |
---|---|---|---|---|
{{ $item['center_code'] }}-{{$item['center_name']}} | {{ $item['student_count'] }} | {{ $item['allotted_questions'] }} | {{ $item['packet_size'] }} x {{ $item['total_packet'] }} | {{ $item['total_packet'] }} |
Total No. of Candidate : {{ $sum_of_total_candidate }}
Total Allocated Questions : {{ $sum_of_total_allocated_questions }}
Total Packet : {{ $sum_of_total_packet }}
*** Moderation
Printed Questions | Distribution | Moderation | Balance | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Particular of Packet | Total Packet | Total Questions | Particular of Packet | Total Packet | Total Questions | Particular of Packet | Total Packet | Total Questions | Particular of Packet | Total Packet | Total Questions |
{{ $chunk[0]['packet_size'] }} x {{ $statement_data['total_printed_packet'] }} | {{ $statement_data['total_printed_packet'] }} | {{ $chunk[0]['packet_size'] * $statement_data['total_printed_packet'] }} | {{ $chunk[0]['packet_size']}} x {{ $sum_of_total_packet }} | {{ $sum_of_total_packet }} | {{ $chunk[0]['packet_size'] * $sum_of_total_packet }} | {{ $chunk[0]['packet_size']}} x 1 | 01 | {{ $chunk[0]['packet_size'] * 1 }} | {{ $chunk[0]['packet_size']}} x {{ $statement_data['total_printed_packet'] - ( $sum_of_total_packet + 1 ) }} | {{ $statement_data['total_printed_packet'] - ( $sum_of_total_packet + 1 ) }} | {{ $chunk[0]['packet_size'] * ( $statement_data['total_printed_packet'] - ($sum_of_total_packet + 1)) }} |
Distributed by:_____________
Controller of Examination
National University, Gazipur