@extends('layouts.main') @section('title','My Assessments - Section Settings') @section('content')

Create Assessments

{{-- Upload Question Wrapper for tabs and content --}}
{!! Form::hidden('total_weightage',$total_weigth,['id'=>'js-pro-total_weightage']) !!} {!! Form::open(['url'=>'pro/myot-assessment-setting/save','method'=>'POST','id'=>'js-pro-myot-ass-settings-form-2','autocomplete'=>'off','class'=>'pl-3 pr-3 pro-form']) !!} {!! Form::hidden('step',2) !!} {!! Form::hidden('id',$id,['id'=>'js-pro-assessment_id']) !!} {!! Form::hidden('section_id','',['id'=>'js-pro-section_id']) !!} @if($row) {!! Form::hidden('assessment_mode',"$row->mode",['id'=>'js-pro-assessment_mode']) !!} @else {!! Form::hidden('assessment_mode',"0",['id'=>'js-pro-assessment_mode']) !!} @endif @if($row) {!! Form::hidden('test_duration',"$row->duration_type",['id'=>'js-pro-test_duration']) !!} @else {!! Form::hidden('test_duration',"0",['id'=>'js-pro-test_duration']) !!} @endif {!! Form::hidden('scoring_logic_step1',"$row->scoring_logic",['id'=>'js-pro-scoring_logic_step1']) !!}
{!! Form::text("section_name","",['class'=>'form-control radius-4','placeholder'=>'Enter section name','id'=>'js-pro-section_name']) !!}
{!! Form::select('section_type', $ques_type , null, ['id' => 'js-pro-section_type','class'=> 'hme-select-style','data-placeholder'=>'Select a Section Type']) !!}

{!! Form::hidden('old_question_type',"",['id'=>'js-pro-old_question_type'])!!} {!! Form::radio("man_sel_ques",1,false,['class' => 'js-pro-man_sel_ques','id'=>'testcheck1']) !!}

{!! Form::radio("man_sel_ques",0,false,['class' => 'js-pro-man_sel_ques','id'=>'testcheck2']) !!}

{!! Form::hidden('old_sub_evaluate_type',"",['id'=>'js-pro-sub_evaluate_type'])!!}
0
{!! Form::textarea('sec_intro','',['class'=>'js_pro_editors','id'=>'js-pro-ass-sec_intro']) !!}
@if($row->scoring_logic==2)
{!! Form::text("score_weightage","",['class'=>'form-control radius-4','placeholder'=>'Enter Weightage name','id'=>'js-pro-score_weightage']) !!}
@endif @if($row->section_freeze == 1) @else @endif {!! Form::close() !!}
Available Sections
@if(!($row ? $row->sectionDetails->isEmpty() : ""))
@else
@endif {{-- No Sections --}}
{!! $component !!}
{{-- Section Lists actions --}}
Previous @if(!($row ? $row->sectionDetails->isEmpty() : "")) @else @endif
{{-- Upload Question Wrapper for tabs and content --}}
{{-- Manual Question Selection --}}
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy . . .
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy . . .
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy . . .
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy . . .
{{-- Auto Question Selection --}}

Pool : Subjective type Paragraph

Topic : Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece . . .

Q. to ADD
13 Questions

Pool : Subjective type Paragraph

Topic : Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece . . .

Q. to ADD
13 Questions

Pool : Subjective type Paragraph

Topic : Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece . . .

Q. to ADD
13 Questions

Pool : Subjective type Paragraph

Topic : Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece . . .

Q. to ADD
13 Questions

4.Cras consequat in enim ut efficitur. Nulla posuere elit quis auctor interdum praesent sit amet nulla vel enim amet. Donec convallis tellus neque, et imperdiet felis amet.

5.Cras consequat in enim ut efficitur. Nulla posuere elit quis auctor interdum praesent sit amet nulla vel enim amet. Donec convallis tellus neque, et imperdiet felis amet.

@endsection @section('footer') @endsection