@extends('layouts.master') @section('browserTitle') Text completion @endsection @section('breadcrumb') @if(isset($_SESSION['logged'])&&($_SESSION['logged']==true)) @endif @endsection @section('title') Text completion @endsection @section('subtitle') {{ trans('ex.inputs') }} @endsection @section('body')

{{ trans('ex.txtCmplExLongDescription') }}

{{ trans('ex.txtCmplV2ExLongDescription') }}

{{ trans('ex.txtCmplV1V2InputInstr') }}

{{ trans('ex.availInputs') }}

{{ trans('menu.addExInput') }}
@foreach($ex_inputs as $input) @if($input->sortable == 0) @endif @endforeach
{{ trans('ex.story') }} {{ trans('ex.level') }} {{ trans('ex.target') }} {{ trans('ex.distractors') }}
{{ $input->complete_story }} {{ $input->level }}
    @foreach($input->targets as $target)
  • {{ $target }}
  • @endforeach
    @foreach($input->distractors as $distractor)
  • {{ $distractor }}
  • @endforeach
{{ trans('btn.edit') }} {{ trans('btn.delete') }}
@endsection