@extends('adminlte::page') @section('plugins.Sweetalert2', true) @section('plugins.Select1', true) @section('title', 'Intranet | Ficha Entrevista Tecnica') @section('content_header')
@stop @section('content')
@csrf
@php $cantidadColSpanSeccion = 1; @endphp @foreach ($puntajesPermitidos as $puntaje) @php $cantidadColSpanSeccion = $cantidadColSpanSeccion + 2; @endphp @endforeach @foreach ($fichaEntrevistaTecnica->seccionesFichaEntrevistaTecnicaOrdenanos as $seccion) @foreach ($seccion->preguntasFichaEntrevistaTecnicaOrdenanos as $pregunta) @foreach ($puntajesPermitidos as $puntaje) @php $idOpcion = ''; $valorOpcion = ''; $valorPuntajeOpcion = 0; $opcionTieneContenidoEnEstePuntaje = false; $puntajeMaximo = 0; foreach ($pregunta->opcionesFichaEntrevistaTecnicaOrdenanos as $opcion) { if ($puntaje['puntaje_opcion'] == $opcion->puntaje) { $idOpcion = $opcion->id; $valorOpcion = $opcion->opcion; $valorPuntajeOpcion = $opcion->puntaje; $opcionTieneContenidoEnEstePuntaje = true; } if ($opcion->puntaje > $puntajeMaximo) { $puntajeMaximo = $opcion->puntaje; } } @endphp @if ($opcionTieneContenidoEnEstePuntaje == true) @else @endif @endforeach @endforeach @endforeach
Aspectos a Evaluar{{ $puntaje['puntaje_opcion'] }}ptos
{{ $seccion->seccion }} {{ $seccion->porcentaje }}%
{{ $pregunta->pregunta }}{{ $valorOpcion }}
Total 0%
Total Final 0% Muy Deficiente
IDENTIFICACIÓN DE ESTIMACIONES
0% - 55 % Muy Deficiente
56%- 66% Deficiente
67% - 77% Regular
78% - 88% Satisfactorio
89% y 100% Muy Satisfactorio

Importante: Si el postulante obtiene un porcentaje en la ficha entrevista técnica que es muy deficiente o deficiente, se descartara automáticamente.

@stop @section('footer')
Intranet
Copyright © 2021 GuiñezIngeniería.cl. @stop @section('css') @stop @section('js') @stop