@php($invitation = ($currentAnswer->invitation))
@php($question = ($currentAnswer->question))
{{ config('app.name', 'Laravel') }} | {{ __('Start Inverview') }}
@include('layouts.header')
PRESS START WHEN YOU ARE READY TO START THE INTERVIEW
Before Clicking Start Interview Test your video Recording Click here to test video
Wait for the video to upload to server. You will get an alert message once uploaded.
Question - {{count($invitation->questionnaire->questions) - $countPending}} : {{$question->question}}
TIME LEFT :
{{$question->duration}} Seconds
Answering - {{count($invitation->questionnaire->questions) - $countPending}} / {{count($invitation->questionnaire->questions)}}
@include('layouts.footer')