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

WRITING (10 MARKS)



Imagine you have to write about your favourite band as a part of a school project. Use these questions as a guide. (90 words)

What's the band name? What kind of music do they play? When was the band formed? Have they won any awards? When? Which one /s? What's your favorite song by them? What is it about?

@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