{{ 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')) }}
NOMBRE | CURSO | @foreach($subperiods as $subperiod){{$subperiod->name_sbp}} | @endforeach @if($exam)EX. QUIM. | @endifPROM. QUIM. | @if($pai || $project=='YES')PAI | @elseif($comment)COMENTARIOS | @endif @if($exameGrades)RAZÓN DE CAMBIO | DESCRIPCIÓN RAZÓN DE CAMBIO | @endif @if($history)@endif | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$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}} | @foreach($student->subperiods as $subperiod){{$subperiod->average}} | @endforeach @if($exam){{ 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 | @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))}} | @if($pai || $project=='YES')@elseif($comment) | {{ Form::textarea('comment[]',$student->observations , array('class' => 'form-control', 'size' => '2x2', 'id' => 'comment_' . $student->serial_std)) }} | @else @endif @if($exameGrades) @if($student->examPriodMayor)
{{ 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')) }} | @else@endif @endif @if($student->history=='YES') | @else @if($history) | @endif @endif |