@extends('cultural.examen1stGrade.plantilla1stGrade')
@section('breadcrumb')
@endsection
@section('titulo', "$examen->nombre")
@section('contenido')
@section('scripts')
@endsection
MIRÁ EL DIBUJO. CONTÁ Y COMPLETA LAS PREGUNTAS CON LAS OPCIONES CORRECTAS
(4 MARKS)
- APPLES
- TOMATOES
- POTATOES
- ONIONS
@if(isset($docente) && $docente->fk_idusuario == Session::get('usuario_id'))
@else
@endif
@endsection