@extends('cultural.examen6thAYear.plantilla6thAYear') @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. (120 – 150 words)

- Write an email to a friend telling him / her about the computer games you play. If yes, which ones? Where / When / Who do you play with? If no, Why?
- Write a story ending with: “I thought it would be easy but it turned out to be the most difficult thing I had to do ever.”
- “Everyone likes music of some sort.” Write your opinion.

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