@extends('cultural.examen2ndGrade.plantilla2ndGrade')
@section('breadcrumb')
@endsection
@section('titulo', "$examen->nombre")
@section('contenido')
@section('scripts')
@endsection
MIRÁ EL DIBUJO. LEÉ LAS ORACIONES DEBAJO DEL DIBUJO Y ELEGÍ LA PALABRA CORRECTA
(5 PUNTOS)
@if(isset($docente) && $docente->fk_idusuario == Session::get('usuario_id'))
@else
@endif
@endsection