{{ Form::hidden('save-grades', action('GradePeriodExamController@postSavegrades', array()), array('id'=>'save-grades')) }} {{ Form::hidden('pai', action('GradeCriteriaController@getPaievaluation', array()), array('id'=>'pai')) }} {{ Form::hidden('min_grade_prd', $period->min_grade_prd, array('id' => 'min_grade_prd')) }} {{ Form::hidden('max_grade_prd', $period->max_grade_prd, array('id' => 'max_grade_prd')) }}
{{ Form::label('','CALIFICACIONES') }}
{{ Form::open(array('url' => 'gradePeriodExam/savegrades', 'class' => 'form-create', 'method' => 'POST', 'id' => 'saveGradesForm')) }}
{{ Form::label('','Nota Mínima para Periodo: ') }} {{ Form::label('',$period->min_grade_prd) }}
{{ Form::label('','Nota Máxima para Periodo: ') }} {{ Form::label('',$period->max_grade_prd) }}

@if(!$allowRegisterGrade)
@endif
@foreach($subperiods as $subperiod) @endforeach @if($exam) @endif @if($pai || $project=='YES') @elseif($comment) @endif @if($exameGrades) @endif @if($history) @endif @foreach($students as $student) @foreach($student->subperiods as $subperiod) @endforeach @if($exam) @endif @if($pai || $project=='YES') @elseif($comment) @else @endif @if($exameGrades) @if($student->examPriodMayor) @else @endif @endif @if($student->history=='YES') @else @if($history) @endif @endif @endforeach
NOMBRE CURSO {{$subperiod->name_sbp}} EX. QUIM. PROM. QUIM. PAI COMENTARIOS RAZÓN DE CAMBIO DESCRIPCIÓN RAZÓN DE CAMBIO
{{$cout .'.-'}} {{ Form::hidden('std[]', $student->serial_std, array('class' => 'std_id','serial_spt'=>$student->serial_spt,'serial_lvl'=>$student->serial_lvl,'serial_scy'=>$student->serial_scy,'serial_set'=>$student->serial_set )) }} {{$student->last_name_std}} {{$student->first_name_std}} {{$student->course}} {{$subperiod->average}} {{ Form::hidden('originalgrade[]', $student->examPriodMayor, array('id' => 'originalgrade_' . $student->serial_std)) }} @if(strpos($student->options_spx, 'AVERAGE_SUBPERIODS_GRADE')!==false) {{ Form::hidden('studentGradeExam_' . $student->serial_std,$student->examPriodMayor, array('class' => 'form-control input-sm examPediosStudent', 'id' => 'examgrade_' . $student->serial_std, 'serial_std'=>$student->serial_std))}} {{ Form::label('',$student->examPriodMayor, array())}} @else @if($allowRegisterGrade) {{ Form::text('studentGradeExam_' . $student->serial_std,$student->examPriodMayor, array('class' => 'form-control input-sm examPediosStudent', 'id' => 'examgrade_' . $student->serial_std, 'serial_std'=>$student->serial_std))}} @else {{ Form::text('studentGradeExam_' . $student->serial_std,$student->examPriodMayor, array('class' => 'form-control input-sm examPediosStudent', 'id' => 'examgrade_' . $student->serial_std, 'serial_std'=>$student->serial_std, 'disabled'=>'disabled'))}} @endif @endif {{ Form::label('totalAverage',$student->totalAverage,array('id'=>'totalAverageGrade_'.$student->serial_std)) }} {{ Form::hidden('studentTotalAverage',$student->averageSubperiods, array('id' => 'studentTotalAverage_' . $student->serial_std,'weightYpe'=>$weightYpe))}}
PAI
{{ Form::textarea('comment[]',$student->observations , array('class' => 'form-control', 'size' => '2x2', 'id' => 'comment_' . $student->serial_std)) }}
{{ Form::select('changeReason' . $student->serial_std,$reasonList,'',array('class'=>'form-control', 'id' => 'changeReason_' . $student->serial_std, 'disabled' => 'disabled')) }}
{{ Form::textarea('commentReason' . $student->serial_std,'' , array('class' => 'form-control', 'size' => '2x1', 'id' => 'commentReason_' . $student->serial_std, 'disabled' => 'disabled')) }}
@if($allowRegisterGrade)
@if($isTeacherBlocked==false) {{ Form::button('Guardar', array('class' => 'btn btn-primary', 'id' => 'btnSave')) }} @endif
@endif
@if($pai) {{ Form::hidden('excel-pai', action('GradeCriteriaController@getSubjectdetailexcel', array()), array('id'=>'excel-pai')) }}
{{ Form::button('Exportar Evaluación PAI', array('class' => 'btn btn-primary', 'id' => 'btnExportPAI')) }}
@endif {{ Form::close() }} {{ HTML::style('css/gradePeriodExam/studentsGradeExam.css') }} {{ HTML::script('js/gradePeriodExam/studentsGradeExam.js') }}