@extends('cultural.examen5thAYear.plantilla5thAYear') @section('breadcrumb') @endsection @section('titulo', "$examen->nombre") @section('contenido') @section('scripts') @endsection

WRITING PAPER (10 MARKS)



Choose one of the following topics and write about it. (100 – 120 words)

- Lessons should be learned by heart (from memory). Do you agree?
- Write an email to a new friend giving him / her some information about your life and your family, describing your life and how you live.
- Write a story starting like this: “How did I manage to get into so much trouble?”

@if(isset($docente) && $docente->fk_idusuario == Session::get('usuario_id'))
@elseif($cliente->fk_idusuario == Session::get('usuario_id') && $cliente->id == $examenAlumno->fk_idalumno && $examen->hora_inicio <= date('H:i:s') && $examen->fecha_examen == date('Y-m-d'))
@else
@endif