@extends('layouts.main') @section('title', 'GLESEC Member Portal') @section('breadcrumb')

GLESEC Member Portal

@endsection @section('content')

GLESEC QUALITY CONTROL QUESTIONNAIRE

Thank you for choosing GLESEC for your cyber-security needs. Pleased help us to continue to improve our service by taking a few minutes to complete this evaluation form.

{{ Form::model($form, ['method'=>'post']) }} {{ Form::token() }}
{{ Form::label('organization', 'Company') }} {{ Form::text('organization', null, ['class'=>'form-control', 'placeholder'=>'Company']) }} @if ($errors->has('organization')) {{ $errors->first('organization') }} @endif
{{ Form::label('project', 'Project/Ongoing services') }} {{ Form::text('project', null, ['class'=>'form-control', 'placeholder'=>'Project/Ongoing services']) }} @if ($errors->has('project')) {{ $errors->first('project') }} @endif

Human Interactions & Communications:

(Please cross the appropriate response)

Excellent
Good
Average
Poor
Bad
N/A

1. Did we meet the following targeted production turnaround deadlines o approval was submitted in final form?

Agreed deadline was met
@include('contact.quality_control_row', ['name'=>'str1'])
Larger projects
Were deadlines established?
@if ($errors->has('str2')) Please, make a choise @endif
If yes, were these deadlines met?
@include('contact.quality_control_row', ['name'=>'str3'])
Proposals
Were deadlines established?
@if ($errors->has('str4')) Please, make a choise @endif
If yes, were these deadlines met?
@include('contact.quality_control_row', ['name'=>'str5'])
Monthly Reports (if applicable)
@include('contact.quality_control_row', ['name'=>'str6'])

2. Did you feel your Project Manager was accessible?

Returned phone calls within 4 hours
@include('contact.quality_control_row', ['name'=>'str7'])
Answered emails within 24 hours
@include('contact.quality_control_row', ['name'=>'str8'])

3. Did you feel our staff was accessible in the following ways:

Returned phone calls within 4 hours
@include('contact.quality_control_row', ['name'=>'str10'])
Answered emails within 24 hours
@include('contact.quality_control_row', ['name'=>'str11'])

4. Were problems, if any solved in an efficient and timely manner:

@include('contact.quality_control_row', ['name'=>'str13'])

5. Have we worked with you in a respectful and professional manner?

@include('contact.quality_control_row', ['name'=>'str14'])

Quality of our Work

Excellent
Good
Average
Poor
Bad
N/A

1. Do you feel the overall accuracy of our work as submitted in final form is

@include('contact.quality_control_row', ['name'=>'str15'])

2. Please grade our knowledge level in the following areas if applicable:

Overall Security knowledge
@include('contact.quality_control_row', ['name'=>'str16'])
Security Support Management
@include('contact.quality_control_row', ['name'=>'str17'])
Programming
@include('contact.quality_control_row', ['name'=>'str18'])
Security Assessments
@include('contact.quality_control_row', ['name'=>'str19'])
Architecture and Design
@include('contact.quality_control_row', ['name'=>'str20'])
General Security Consulting
@include('contact.quality_control_row', ['name'=>'str21'])

3. Please grade the quality of our work in these areas if applicable:

Security Deployment
@include('contact.quality_control_row', ['name'=>'str22'])
Security Consulting
@include('contact.quality_control_row', ['name'=>'str23'])
Project Management
@include('contact.quality_control_row', ['name'=>'str24'])
Programming
@include('contact.quality_control_row', ['name'=>'str25'])
Architecture and Design
@include('contact.quality_control_row', ['name'=>'str26'])

4. Please grade the availability of our systems and software if applicable:

Accessibility of our Network and Systems
@include('contact.quality_control_row', ['name'=>'str27'])
Servers and system up and operating
@include('contact.quality_control_row', ['name'=>'str28'])

5. Please grade the performance of our systems and software if applicable:

Network Response Time
@include('contact.quality_control_row', ['name'=>'str29'])
Servers Performance
@include('contact.quality_control_row', ['name'=>'str30'])
Software Performance
@include('contact.quality_control_row', ['name'=>'str31'])

General Questions:

{{ Form::textarea('question1', null, ['class'=>'form-control', 'placeholder'=>'']) }} @if ($errors->has('question1')) {{ $errors->first('question1') }} @endif
{{ Form::textarea('question2', null, ['class'=>'form-control', 'placeholder'=>'']) }} @if ($errors->has('question2')) {{ $errors->first('question2') }} @endif
{{ Form::textarea('question3', null, ['class'=>'form-control', 'placeholder'=>'']) }} @if ($errors->has('question3')) {{ $errors->first('question3') }} @endif
{{ Form::textarea('question4', null, ['class'=>'form-control', 'placeholder'=>'']) }} @if ($errors->has('question4')) {{ $errors->first('question4') }} @endif
{{ Form::close() }}
@endsection