{{ HTML::style('css/gradeAbility/index.css') }}
@foreach($abilities as $ability) @endforeach @foreach($abilities as $ability) @foreach($ability->achievementsLevel as $achievementLevel) @endforeach @endforeach @foreach($abilities as $ability) @foreach($ability->achievementsLevel as $achievementLevel) @endforeach @endforeach @foreach($students as $student) @foreach($student->abilities as $ability) @foreach($ability->achievementsLevel as $achievementLevel) @endforeach @endforeach @endforeach
{{$count}} - {{strtoupper($ability->name_abl)}}
{{round($achievementLevel->value_alv)}} {{ Form::hidden('sga[]', $achievementLevel->serial_sga,array()) }}
ESTUDIANTE
NO APLICA
@if($languaje==1) {{strtoupper($achievementLevel->description_esp_dal)}} @else {{strtoupper($achievementLevel->description_eng_dal)}} @endif
RESULTADO
{{ 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 )) }} {{$cout .'.-'}} {{$student->last_name_std}} {{$student->first_name_std}} {{ Form::radio('rdn_'.$ability->serial_sga.'_'.$student->serial_std,'',$ability->noGraded,array('id'=>'rdn_std_'.$student->serial_std.'_sga_'.$ability->serial_sga,'class'=>'rdbtn','class'=>'rdbtn','serial_std'=>$student->serial_std,'serial_sga'=>$ability->serial_sga,'serial_als'=>'NA','color'=>'#FAFAFA','title'=>'No calificar')) }} @if($ability->noGraded) {{ Form::radio('rdn_'.$ability->serial_sga.'_'.$student->serial_std,$achievementLevel->serial_als,false,array('id'=>'std_'.$student->serial_std.'sga_'.$ability->serial_sga.'_'.$achievementLevel->serial_als,'class'=>'rdbtn','serial_std'=>$student->serial_std,'serial_sga'=>$ability->serial_sga,'serial_als'=>$achievementLevel->serial_als,'color'=>$achievementLevel->color_als,'title'=>$achievementLevel->name_alv)) }} @else {{ Form::radio('rdn_'.$ability->serial_sga.'_'.$student->serial_std,$achievementLevel->serial_als,$achievementLevel->graded,array('id'=>'std_'.$student->serial_std.'sga_'.$ability->serial_sga.'_'.$achievementLevel->serial_als,'class'=>'rdbtn','serial_std'=>$student->serial_std,'serial_sga'=>$ability->serial_sga,'serial_als'=>$achievementLevel->serial_als,'color'=>$achievementLevel->color_als,'title'=>$achievementLevel->name_alv)) }} @endif
@if($ability->noGraded) {{Form::hidden('hdn_std_'.$student->serial_std.'_sga_'.$ability->serial_sga,'',array('id'=>'hdn_std_'.$student->serial_std.'_sga_'.$ability->serial_sga))}} @else {{Form::hidden('hdn_std_'.$student->serial_std.'_sga_'.$ability->serial_sga,$ability->serial_als_graded,array('id'=>'hdn_std_'.$student->serial_std.'_sga_'.$ability->serial_sga))}} @endif @if($ability->noGraded)
@else
@endif

@foreach($achievementsLevel as $achievementLevel) @endforeach
Color Valor Nivel de logro
{{round($achievementLevel->value_alv)}} @if($languaje==1) {{strtoupper($achievementLevel->description_esp_dal)}} @else {{strtoupper($achievementLevel->description_eng_dal)}} @endif