EVALUACIÓN PSICOLÓGICA
DATOS DEL ALUMNO | |
---|---|
Nombre completo:
{{ $alumno['nombre']}} {{ $alumno['apellidop']}} {{ $alumno['apellidom']}} |
Género:
{{ $alumno['genero']['genero']}} |
CURP:
{{ $alumno['curp']}} |
Fecha de nacimiento:
{{ $alumno['fecha_nacimiento']}} |
EVALUACIÓN | |||||
---|---|---|---|---|---|
Motivo de la evaluación:
{{ $valoracion['motivo_valoracion']}} |
Fecha de la evaluación:
{{ $valoracion['fecha_evaluacion']}} |
||||
PRUEBAS | DIAGNÓSTICO | INTERPRETACIÓN | |||
FIGURA HUMANA DE KOPPITS | {{$valoracion['figura_humana_koppit']}} | @if ($valoracion['id_koppit_inter_fk'] == 1)ROJO | @elseif ($valoracion['id_koppit_inter_fk'] == 2)AMARILLO | @elseif ($valoracion['id_koppit_inter_fk'] == 3)VERDE | @else?????? | @endif
PERSONA BAJO LA LLUVIA | {{$valoracion['persona_bajo_lluvia']}} | @if ($valoracion['id_lluvia_inter_fk'] == 1)ROJO | @elseif ($valoracion['id_lluvia_inter_fk'] == 2)AMARILLO | @elseif ($valoracion['id_lluvia_inter_fk'] == 3)VERDE | @else?????? | @endif
FAMILIAR | {{$valoracion['familiar']}} | @if ($valoracion['id_fami_inter_fk'] == 1)ROJO | @elseif ($valoracion['id_fami_inter_fk'] == 2)AMARILLO | @elseif ($valoracion['id_fami_inter_fk'] == 3)VERDE | @else?????? | @endif
BENDER CUANTITATIVO | {{$valoracion['bender_cuantitativo']}} | @if ($valoracion['id_tativo_inter_fk'] == 1)ROJO | @elseif ($valoracion['id_tativo_inter_fk'] == 2)AMARILLO | @elseif ($valoracion['id_tativo_inter_fk'] == 3)VERDE | @else?????? | @endif
BENDER CUALITATIVO | {{$valoracion['bender_caulitativo']}} | @if ($valoracion['id_litativo_inter_fk'] == 1)ROJO | @elseif ($valoracion['id_litativo_inter_fk'] == 2)AMARILLO | @elseif ($valoracion['id_litativo_inter_fk'] == 3)VERDE | @else?????? | @endif
CASA-ARBOL-PERSONA (HTP) | {{$valoracion['casa_arbol_persona']}} | @if ($valoracion['id_arbol_inter_fk'] == 1)ROJO | @elseif ($valoracion['id_arbol_inter_fk'] == 2)AMARILLO | @elseif ($valoracion['id_arbol_inter_fk'] == 3)VERDE | @else?????? | @endif
CONCLUSIONES Y RECOMENDACIONES | ||||
---|---|---|---|---|
{{$valoracion['conclusiones']}} |
||||
INTERPRETACIÓN DE REFERENCIA | @if ($valoracion['id_inter_fk'] == 3)ROJO | @elseif ($valoracion['id_inter_fk'] == 2)AMARILLO | @elseif ($valoracion['id_inter_fk'] == 1)VERDE | @else?????? | @endif
¿REQUIERE INTERVENCIÓN? | @if ($valoracion['id_interve_eval_fk'] == 2)SÍ | @elseif ($valoracion['id_interve_eval_fk'] == 1)NO | @else?????? | @endif