@extends('layouts.new-app') @section('content')
Please complete this part of the questionnaire before the training starts
For CLASS AB Operator
{{ ucwords(auth()->user()->name.' '.auth()->user()->last_name) }}
Please Tick the appropriate box
* All fields are mandatory
@if($pre != '') {{ Form::model($pre, ['url'=>'user/pre-evaluation', 'id'=>'validateForm']) }} {{ Form::hidden('pre_id', $pre->id) }} @else {{ Form::open(['url'=>'user/pre-evaluation', 'id'=>'validateForm']) }} @endif {{ Form::hidden('operator', $operator) }}
Class AB Operator
1) How much do you know State Fire Marshal(SFM) and one of its Bureau (Bureau of Underground Storage Tank Regulations) - BUSTR ?
Nil
Somewhat Familiar
Familiar
2) Please rate your knowledge on how well you can operate your UST system to keep in compliance?
Nil
Somewhat Familiar
Familiar
3) How well are you aware of your responsibilities for operating and maintaining UST system?
Nil
Somewhat Familiar
Familiar
4) How well you can Identify and understand each component in your UST system?
Nil
Somewhat Familiar
Familiar
5) Rate your knowledge in dealing withrelease detection equipment and analysis of test results?
Nil
Somewhat Familiar
Familiar
6) How would you rate your knowledge in preventing releases, spills and overfills at your UST system?
Nil
Somewhat Familiar
Familiar
7) How do you rate your skills in maintaining and submitting UST records to SFM?
Nil
Somewhat Familiar
Familiar
8) How well you respond to the emergency situation upon releases in your UST system?
Nil
Somewhat Familiar
Familiar
@if($operator==1)
9) How well you can demonstrate with financial mechanisms for your UST system?
Nil
Somewhat Familiar
Familiar
10) How much do you know about annual UST registration and type of applications to be submitted to SFM according to UST activity type?
Nil
Somewhat Familiar
Familiar
11) How well you know about permits and which UST activities require permit by SFM?
Nil
Somewhat Familiar
Familiar
12) How much you know about the UST temporary and permanent closures?
Nil
Somewhat Familiar
Familiar
@endif
{{ Form::close() }}
@endsection