@extends('layouts.default') @section('content')

{{strtoupper($employe->emp_name.' '.$employe->emp_father_name)}}

{{$employe->emp_email}}
{{$employe->emp_contact_no}}

TEST SECTION

1- Which number should come next in the pattern? 37, 34, 31, 28

@if($right[0]==$question[0])

✔ Correct

@else

✖Wrong

@endif

2- Find the answer that best completes the analogy: Book is to Reading as Fork is to:

Drawing
Writing
Stirring
Eating
@if($right[1]==$question[1])

✔ Correct

@else

✖Wrong

@endif

3- Find two words, one from each group, that are the closest in meaning:

Group A

Talkative, Job, Ecstatic

Group B

Angry, Wind, Loquacious
Talkative and wind
Job and angry
Talkative and loquacious
Ecstatic and angry
@if($right[2]==$question[2])

✔ Correct

@else

✖Wrong

@endif

4- Which of the following can be arranged into a 5-letter English word?

H R G S T
R I L S A
T O O M T
W Q R G S
@if($right[3]==$question[3])

✔ Correct

@else

✖Wrong

@endif

5- What number best completes the analogy:

8:4 as 10:

3
7
24
5
@if($right[4]==$question[4])

✔ Correct

@else

✖Wrong

@endif

6- HAND is to Glove as HEAD is to

Hair
Hat
Hat
Earrings
Hairpins
@if($right[5]==$question[5])

✔ Correct

@else

✖Wrong

@endif

7- A fallacious argument is:

Disturbing
Valid
False
Necessary
@if($right[6]==$question[6])

✔ Correct

@else

✖Wrong

@endif

8- A cynic is one who knows the price of everything and the ________ of nothing.

Emotion
Value
Meaning
Color
Quality
@if($right[7]==$question[7])

✔ Correct

@else

✖Wrong

@endif

9- It is easier to _______________ than to offer a helping hand.

Raise a flag
Be on the ball
Lay down the law
Point the Finger
Sing Praises
@if($right[8]==$question[8])

✔ Correct

@else

✖Wrong

@endif

10- At a conference, 12 members shook hands with each other before & after the meeting. How many total number of handshakes occurred?

100
132
145
144
121
@if($right[9]==$question[9])

✔ Correct

@else

✖Wrong

@endif

Please choose the correct answer 12,7,10,5,8,3, ?

0
6
8
9
10
@if($right[10]==$question[10])

✔ Correct

@else

✖Wrong

@endif

12- Choose the correct answer

A | Z | B |? | C | X

K
L
A
Y
@if($right[11]==$question[11])

✔ Correct

@else

✖Wrong

@endif

13- Inept is the opposite of:

Healthy
Deep
Skillful
Sad
Happy
@if($right[12]==$question[12])

✔ Correct

@else

✖Wrong

@endif

14- A car traveled 28 miles in 30 minutes. How many miles per hour was it traveling?

28
36
56
58
62
@if($right[13]==$question[13])

✔ Correct

@else

✖Wrong

@endif

15- Sue is both the 50th best and the 50th worst student at her school. How many students attend her school?

50
75
99
100
101
@if($right[14]==$question[14])

✔ Correct

@else

✖Wrong

@endif

{{number_format($final,2).'%'.' '.'Achived'}}


@endsection