-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtop_50_negative_words_in_wat.html
More file actions
669 lines (608 loc) · 53.2 KB
/
top_50_negative_words_in_wat.html
File metadata and controls
669 lines (608 loc) · 53.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SYY2YDFEZ3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SYY2YDFEZ3');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- SEO TAGS -->
<title>Top 50 Negative Words in WAT and How to Tackle Them | SSB Psych Test</title>
<meta name="description" content="Master the Word Association Test in the SSB Interview. Discover the top 50 negative WAT words (Death, Defeat, Murder) and learn the exact psychology to tackle them.">
<meta name="keywords" content="Negative words in WAT, Top 50 WAT words, Word Association Test examples, SSB Interview Psychology, DIPR WAT, Defence Aspirants, Officer Like Qualities, Clear SSB">
<meta name="author" content="SSB Psych Test Team">
<!-- 👇 CANONICAL TAG FOR SEO (Clean URL) 👇 -->
<link rel="canonical" href="https://www.ssbpsychtest.in/top_50_negative_words_in_wat" />
<!-- Open Graph Tags -->
<meta property="og:title" content="Top 50 Negative Words in WAT and How to Tackle Them">
<meta property="og:description" content="Master the Word Association Test in the SSB Interview. Learn the exact psychological framework to tackle the 50 most dangerous negative words.">
<meta property="og:type" content="article">
<meta property="og:image" content="https://raw.githubusercontent.com/vishalkumar-netizen/TTPPPIC/2c5fdc0d58540d1d15bb3bba6e55de1b6529dcb4/logo%20new.png">
<!-- Favicon -->
<link rel="icon" type="image/png" href="https://raw.githubusercontent.com/vishalkumar-netizen/TTPPPIC/2c5fdc0d58540d1d15bb3bba6e55de1b6529dcb4/logo%20new.png">
<!-- Google Fonts & Tailwind (SAFE/WORKING PATTERN - NO DEFER) -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
<script>
window.tailwind = window.tailwind || {};
window.tailwind.config = {
darkMode: 'class',
theme: {
extend: {
fontFamily: { sans: ['Inter', 'sans-serif'], },
colors: { primary: '#0f172a', secondary: '#3b82f6', }
}
}
}
</script>
<style>
body { font-family: 'Inter', sans-serif; -webkit-font-smoothing: antialiased; }
.glass-nav { background: rgba(15, 23, 42, 0.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(30, 41, 59, 0.5); }
/* Custom Prose Styling for High Readability */
.prose p { margin-bottom: 1.5rem; line-height: 1.8; font-size: 1.125rem; }
.prose h2 { font-size: 2rem; font-weight: 800; margin-top: 3.5rem; margin-bottom: 1.25rem; letter-spacing: -0.025em; border-bottom: 2px solid #e2e8f0; padding-bottom: 0.5rem; }
.dark .prose h2 { border-bottom-color: #334155; }
.prose h3 { font-size: 1.5rem; font-weight: 700; margin-top: 2.5rem; margin-bottom: 1rem; color: #2563eb; }
.dark .prose h3 { color: #60a5fa; }
.prose h4 { font-size: 1.25rem; font-weight: 700; margin-top: 1.5rem; margin-bottom: 0.5rem; }
.prose ul { margin-bottom: 1.5rem; padding-left: 1.5rem; list-style-type: disc; }
.prose li { margin-bottom: 0.5rem; line-height: 1.7; font-size: 1.125rem; }
.prose strong { color: #0f172a; font-weight: 700; }
.dark .prose strong { color: #f8fafc; }
.dark .prose p, .dark .prose li { color: #cbd5e1; }
.prose a { color: #2563eb; font-weight: 700; text-decoration: none; border-bottom: 1px dotted #2563eb; transition: all 0.2s ease; }
.prose a:hover { color: #1d4ed8; border-bottom: 1px solid #1d4ed8; }
.dark .prose a { color: #60a5fa; border-bottom: 1px dotted #60a5fa;}
.dark .prose a:hover { color: #93c5fd; border-bottom: 1px solid #93c5fd;}
/* Word List Styling */
.word-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2rem; margin-bottom: 3rem; }
@media (min-width: 768px) { .word-grid { grid-template-columns: 1fr 1fr; } }
.word-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 1rem; padding: 1.5rem; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); }
.dark .word-card { background: #1e293b; border-color: #334155; }
.word-title { font-size: 1.5rem; font-weight: 900; color: #0f172a; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 0.05em; border-bottom: 2px solid #3b82f6; padding-bottom: 0.5rem; display: inline-block; }
.dark .word-title { color: #f8fafc; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #f1f5f9; }
.dark ::-webkit-scrollbar-track { background: #0f172a; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 10px; }
.dark ::-webkit-scrollbar-thumb { background: #334155; }
</style>
</head>
<body class="bg-[#f8fafc] dark:bg-[#0b1120] text-slate-900 dark:text-slate-100 overflow-x-hidden transition-colors duration-300 flex flex-col min-h-screen">
<!-- NAVIGATION BAR -->
<nav class="glass-nav text-white sticky top-0 z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-[72px]">
<a href="/" class="flex items-center cursor-pointer py-2 group">
<img src="https://raw.githubusercontent.com/vishalkumar-netizen/TTPPPIC/2c5fdc0d58540d1d15bb3bba6e55de1b6529dcb4/logo%20new.png" alt="SSB Logo" class="h-12 w-12 mr-3 object-contain bg-white rounded-xl p-1 shadow-lg group-hover:scale-105 transition-transform">
<div class="flex flex-col justify-center">
<span class="font-extrabold text-2xl tracking-tight leading-tight bg-clip-text text-transparent bg-gradient-to-r from-blue-600 to-teal-400">SSB Psych Test</span>
<span class="text-[10px] text-slate-300 uppercase tracking-widest hidden sm:block mt-0.5 font-medium">Real DIPR Practice</span>
</div>
</a>
<div class="hidden md:flex items-center space-x-8">
<a href="/" class="text-sm font-semibold text-slate-200 hover:text-white transition">Home</a>
<a href="/blog" class="text-sm font-bold text-blue-400 hover:text-white transition">Articles Library</a>
<a href="/Test?test=full" class="text-sm font-semibold text-slate-200 hover:text-white transition">Practice Tests</a>
<button onclick="toggleTheme()" class="p-2.5 rounded-full bg-slate-800 hover:bg-slate-700 transition focus:outline-none border border-slate-700">
<span id="theme-icon-desktop">🌙</span>
</button>
</div>
</div>
</div>
</nav>
<main class="flex-grow">
<!-- Article Header -->
<header class="bg-white dark:bg-[#0f172a] border-b border-slate-200 dark:border-slate-800 pt-16 pb-12 transition-colors">
<div class="max-w-4xl mx-auto px-4 sm:px-6">
<a href="/blog" class="inline-flex mb-8 items-center text-blue-600 dark:text-blue-400 font-bold hover:text-blue-800 dark:hover:text-blue-300 transition-colors" style="border:none;">
<svg class="w-4 h-4 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 19l-7-7m0 0l7-7m-7 7h18"></path></svg>
Back to Articles
</a>
<div class="flex items-center gap-3 mb-6">
<span class="bg-blue-100 dark:bg-blue-900/30 text-blue-700 dark:text-blue-400 text-xs font-bold px-4 py-1.5 rounded-full uppercase tracking-wider border border-blue-200 dark:border-blue-800">Psychology Guide</span>
<span class="text-slate-500 dark:text-slate-400 text-sm font-medium flex items-center gap-1">
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"></path></svg>
April 14, 2026
</span>
</div>
<h1 class="text-4xl md:text-5xl lg:text-6xl font-extrabold text-slate-900 dark:text-white mb-6 leading-tight tracking-tight">
Top 50 Negative Words in WAT and <span class="text-transparent bg-clip-text bg-gradient-to-r from-blue-600 to-teal-500">How to Tackle Them</span>
</h1>
<p class="text-xl text-slate-600 dark:text-slate-300 font-medium leading-relaxed mb-8">
In the Word Association Test (WAT), simple words like 'Courage' or 'Success' are easy. The real test of your emotional stability begins when words like 'Death', 'Murder', and 'Defeat' flash on the screen for 15 seconds. Here is the ultimate psychological blueprint to conquer the 50 most dangerous negative words in the SSB Interview.
</p>
<div class="flex items-center gap-4 bg-slate-50 dark:bg-slate-800/50 p-4 rounded-2xl border border-slate-100 dark:border-slate-700 w-max">
<div class="w-12 h-12 bg-blue-600 rounded-full flex items-center justify-center text-white font-bold text-xl">SSB</div>
<div>
<p class="text-sm font-bold text-slate-900 dark:text-white">Written by SSB Psych Test Team</p>
</div>
</div>
</div>
</header>
<!-- Article Content -->
<article class="max-w-4xl mx-auto px-4 sm:px-6 py-12">
<div class="prose max-w-none text-slate-700 dark:text-slate-300">
<p>The Word Association Test (WAT) is designed to be a psychological pressure cooker. You are shown 60 words consecutively, each flashing for exactly 15 seconds. Within that microscopic timeframe, your brain must read the word, process a memory, formulate an English sentence, and physically write it down.</p>
<p>While words like <em>"Love"</em>, <em>"Nation"</em>, or <em>"Progress"</em> naturally elicit positive sentences, the DIPR (Defence Institute of Psychological Research) psychologists intentionally insert a high volume of <strong>negative trigger words</strong>. Why? Because true Officer Like Qualities (OLQs) are not measured when things are going perfectly; they are measured when a person is confronted with failure, fear, and conflict.</p>
<p>Before we dive into the ultimate list of the top 50 negative words, you must profoundly understand the psychological strategy required to neutralize them.</p>
<h2>The Psychology Behind the Trap</h2>
<p>When a negative word like <strong>"FEAR"</strong> flashes on the screen, an untrained candidate's subconscious mind panics. They usually react in one of two catastrophic ways:</p>
<ol>
<li><strong>The Denial Trap:</strong> <em>"I have no fear."</em> or <em>"An officer never fears anything."</em> The psychologist instantly rejects this. Every human being experiences fear. Denial shows immense immaturity, arrogance, and a lack of self-awareness.</li>
<li><strong>The Submission Trap:</strong> <em>"Fear makes a man weak."</em> This response accepts the negative word but submits to it, demonstrating a defeatist, pessimistic mindset.</li>
</ol>
<p>The absolute correct way to handle a negative word is the <strong>Remedial Approach</strong>. You must acknowledge the existence of the negative word, but your sentence must provide the <em>cure, solution, or positive outcome</em> associated with overcoming it. </p>
<!-- CUSTOM SVG INFOGRAPHIC -->
<div class="my-14 p-8 bg-slate-50 dark:bg-slate-800/50 rounded-3xl border border-slate-200 dark:border-slate-700 text-center not-prose shadow-lg">
<h3 class="text-2xl font-black text-slate-900 dark:text-white mb-6">The Remedial Approach Engine</h3>
<div class="flex justify-center">
<svg viewBox="0 0 800 300" class="w-full max-w-3xl h-auto" xmlns="http://www.w3.org/2000/svg">
<!-- Step 1 -->
<rect x="50" y="100" width="160" height="80" rx="15" fill="#ef4444"/>
<text x="130" y="145" font-family="Inter, sans-serif" font-weight="800" font-size="20" fill="white" text-anchor="middle">Negative Word</text>
<text x="130" y="165" font-family="Inter, sans-serif" font-weight="600" font-size="14" fill="#fca5a5" text-anchor="middle">(e.g., DEFEAT)</text>
<!-- Arrow 1 -->
<path d="M 210 140 L 310 140" stroke="#94a3b8" stroke-width="4" stroke-dasharray="8,8" />
<polygon points="310,130 330,140 310,150" fill="#94a3b8"/>
<!-- Step 2 -->
<rect x="330" y="100" width="160" height="80" rx="15" fill="#f59e0b"/>
<text x="410" y="145" font-family="Inter, sans-serif" font-weight="800" font-size="20" fill="white" text-anchor="middle">Action / Cure</text>
<text x="410" y="165" font-family="Inter, sans-serif" font-weight="600" font-size="14" fill="#fde68a" text-anchor="middle">(Analyze it)</text>
<!-- Arrow 2 -->
<path d="M 490 140 L 590 140" stroke="#94a3b8" stroke-width="4" stroke-dasharray="8,8" />
<polygon points="590,130 610,140 590,150" fill="#94a3b8"/>
<!-- Step 3 -->
<rect x="610" y="100" width="160" height="80" rx="15" fill="#10b981"/>
<text x="690" y="145" font-family="Inter, sans-serif" font-weight="800" font-size="20" fill="white" text-anchor="middle">Positive Result</text>
<text x="690" y="165" font-family="Inter, sans-serif" font-weight="600" font-size="14" fill="#a7f3d0" text-anchor="middle">(Future Victory)</text>
<!-- Formula Text -->
<text x="400" y="250" font-family="Inter, sans-serif" font-weight="700" font-size="18" fill="#64748b" text-anchor="middle">Resulting Sentence: "Analyzing a defeat ensures future victory."</text>
</svg>
</div>
</div>
<h2>The Master List: Top 50 Negative Words</h2>
<p>We have categorized the 50 most frequently used negative words in the SSB WAT into five distinct psychological categories. We will provide the word, the common trap candidates fall into, and the recommended Officer-Like response.</p>
<h3>Category 1: Violence & Mortality</h3>
<p>These words test your emotional resilience, maturity, and perspective on the ultimate realities of military life: injury and death. You must treat these words objectively, associating them with protection, duty, or natural cycles, rather than aggression or panic.</p>
<div class="word-grid not-prose">
<!-- Word 1 -->
<div class="word-card">
<div class="word-title">1. Death</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "Death makes everyone sad."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Courage overcomes the fear of death."</p>
</div>
<!-- Word 2 -->
<div class="word-card">
<div class="word-title">2. Murder</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "I will murder the enemy."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Strict laws prevent murders in society."</p>
</div>
<!-- Word 3 -->
<div class="word-card">
<div class="word-title">3. Blood</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "Blood is red in color." (Universal truth)</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Blood donation saves countless lives."</p>
</div>
<!-- Word 4 -->
<div class="word-card">
<div class="word-title">4. Kill</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "Army kills terrorists."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Pesticides kill harmful bacteria in crops."</p>
</div>
<!-- Word 5 -->
<div class="word-card">
<div class="word-title">5. Weapon</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "AK-47 is a deadly weapon."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Education is the most powerful weapon for progress."</p>
</div>
<!-- Word 6 -->
<div class="word-card">
<div class="word-title">6. Attack</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "Terrorists attacked the building."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "A strong immune system repels viral attacks."</p>
</div>
<!-- Word 7 -->
<div class="word-card">
<div class="word-title">7. Gun</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "I want to fire a gun."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "A gun in responsible hands ensures security."</p>
</div>
<!-- Word 8 -->
<div class="word-card">
<div class="word-title">8. Suicide</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "Suicide is a sin."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Strong mental health counseling prevents suicides."</p>
</div>
<!-- Word 9 -->
<div class="word-card">
<div class="word-title">9. Wound</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "Wounds cause a lot of pain."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Timely first aid heals wounds faster."</p>
</div>
<!-- Word 10 -->
<div class="word-card">
<div class="word-title">10. Danger</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "I am not afraid of any danger."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Proper planning minimizes potential dangers."</p>
</div>
</div>
<h3>Category 2: Failure & Inadequacy</h3>
<p>An officer leads from the front, but they are human. They will face setbacks. The psychologist uses these words to see if you possess the <em>Resilience</em> to bounce back, or if you succumb to depression when things do not go your way.</p>
<div class="word-grid not-prose">
<!-- Word 11 -->
<div class="word-card">
<div class="word-title">11. Fail</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "Failing makes a person depressed."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Failure acts as a stepping stone to success."</p>
</div>
<!-- Word 12 -->
<div class="word-card">
<div class="word-title">12. Defeat</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "I will never face defeat."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Analyzing a defeat ensures future victory."</p>
</div>
<!-- Word 13 -->
<div class="word-card">
<div class="word-title">13. Reject</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "Being rejected is very bad."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Rejections highlight areas for self-improvement."</p>
</div>
<!-- Word 14 -->
<div class="word-card">
<div class="word-title">14. Lose</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "I hate losing games."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Losing a game teaches better sportsmanship."</p>
</div>
<!-- Word 15 -->
<div class="word-card">
<div class="word-title">15. Mistake</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "I never make mistakes."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Learning from mistakes prevents their repetition."</p>
</div>
<!-- Word 16 -->
<div class="word-card">
<div class="word-title">16. Poor</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "We should help poor people." (Preaching)</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Education eradicates poverty effectively."</p>
</div>
<!-- Word 17 -->
<div class="word-card">
<div class="word-title">17. Weak</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "I am not weak."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Consistent practice overcomes weak areas."</p>
</div>
<!-- Word 18 -->
<div class="word-card">
<div class="word-title">18. Unable</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "He was unable to pass."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Determination turns the unable into achievers."</p>
</div>
<!-- Word 19 -->
<div class="word-card">
<div class="word-title">19. Hopeless</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "The situation was completely hopeless."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "A true leader finds hope in tough times."</p>
</div>
<!-- Word 20 -->
<div class="word-card">
<div class="word-title">20. Fall</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "He fell from the tree."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Rising after a fall builds true character."</p>
</div>
</div>
<h3>Category 3: Fear & Anxiety</h3>
<p>Physical courage is important, but emotional courage is vital. Do you succumb to pressure? Do you let panic dictate your actions? The remedial approach here is to show that <em>preparation, knowledge, and action</em> conquer fear.</p>
<div class="word-grid not-prose">
<!-- Word 21 -->
<div class="word-card">
<div class="word-title">21. Fear</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "I have no fear."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Facing challenges directly eliminates fear."</p>
</div>
<!-- Word 22 -->
<div class="word-card">
<div class="word-title">22. Panic</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "Do not panic in exams."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "A calm mind naturally avoids panic."</p>
</div>
<!-- Word 23 -->
<div class="word-card">
<div class="word-title">23. Afraid</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "I am afraid of snakes."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Knowledge conquers being afraid of the unknown."</p>
</div>
<!-- Word 24 -->
<div class="word-card">
<div class="word-title">24. Nervous</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "I get nervous in interviews."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Thorough preparation cures nervousness."</p>
</div>
<!-- Word 25 -->
<div class="word-card">
<div class="word-title">25. Worry</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "Worrying causes high blood pressure."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Proactive action is the best cure for worry."</p>
</div>
<!-- Word 26 -->
<div class="word-card">
<div class="word-title">26. Threat</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "Terrorism is a big threat."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Vigilance easily neutralizes external threats."</p>
</div>
<!-- Word 27 -->
<div class="word-card">
<div class="word-title">27. Terror</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "Terrorists spread terror."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Global unity dismantles networks of terror."</p>
</div>
<!-- Word 28 -->
<div class="word-card">
<div class="word-title">28. Dark</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "I am scared of the dark."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "A single candle illuminates a dark room."</p>
</div>
<!-- Word 29 -->
<div class="word-card">
<div class="word-title">29. Alone</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "Being alone is very sad."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Time spent alone builds self-awareness."</p>
</div>
<!-- Word 30 -->
<div class="word-card">
<div class="word-title">30. Hide</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "Thieves hide from the police."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "A confident person never hides their mistakes."</p>
</div>
</div>
<h3>Category 4: Interpersonal Conflict</h3>
<p>Social Adaptability and Team Cohesiveness are primary OLQs. Officers must work with soldiers from diverse backgrounds. Words in this category test if you are prone to holding grudges, getting angry quickly, or if you possess the maturity to forgive and cooperate.</p>
<div class="word-grid not-prose">
<!-- Word 31 -->
<div class="word-card">
<div class="word-title">31. Anger</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "I never get angry."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Patience effectively controls sudden anger."</p>
</div>
<!-- Word 32 -->
<div class="word-card">
<div class="word-title">32. Hate</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "I hate liars."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Understanding and empathy replace hate."</p>
</div>
<!-- Word 33 -->
<div class="word-card">
<div class="word-title">33. Jealous</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "He was jealous of my success."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Healthy competition is better than being jealous."</p>
</div>
<!-- Word 34 -->
<div class="word-card">
<div class="word-title">34. Revenge</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "I will take revenge on my enemies."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Forgiveness is a stronger trait than revenge."</p>
</div>
<!-- Word 35 -->
<div class="word-card">
<div class="word-title">35. Insult</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "Never insult your elders."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "A mature mind ignores petty insults."</p>
</div>
<!-- Word 36 -->
<div class="word-card">
<div class="word-title">36. Argue</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "I like to argue with people."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Logical discussions are better than blind arguments."</p>
</div>
<!-- Word 37 -->
<div class="word-card">
<div class="word-title">37. Fight</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "Dogs were fighting on the street."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Fighting for justice builds a strong society."</p>
</div>
<!-- Word 38 -->
<div class="word-card">
<div class="word-title">38. Enemy</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "Pakistan is our enemy."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "A strong defence deters potential enemies."</p>
</div>
<!-- Word 39 -->
<div class="word-card">
<div class="word-title">39. Oppose</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "Do not oppose your seniors."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Constructive opposition leads to better ideas."</p>
</div>
<!-- Word 40 -->
<div class="word-card">
<div class="word-title">40. Quarrel</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "Friends should not quarrel."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Mutual understanding quickly resolves a quarrel."</p>
</div>
</div>
<h3>Category 5: Moral & Character Flaws</h3>
<p>The Armed Forces tolerate physical weakness (it can be trained), but they have zero tolerance for character flaws. Your responses to these words prove your integrity and your belief in an honest, dutiful society.</p>
<div class="word-grid not-prose">
<!-- Word 41 -->
<div class="word-card">
<div class="word-title">41. Cheat</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "Do not cheat in exams."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Hard work eliminates the need to cheat."</p>
</div>
<!-- Word 42 -->
<div class="word-card">
<div class="word-title">42. Steal</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "Stealing is a bad habit."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Providing employment reduces the urge to steal."</p>
</div>
<!-- Word 43 -->
<div class="word-card">
<div class="word-title">43. Lie</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "I never tell a lie."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Truthfulness always builds long-term trust."</p>
</div>
<!-- Word 44 -->
<div class="word-card">
<div class="word-title">44. Bribe</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "Politicians take bribes."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Strict digitalization reduces bribery in systems."</p>
</div>
<!-- Word 45 -->
<div class="word-card">
<div class="word-title">45. Crime</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "Crime rates are increasing."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Efficient policing rapidly brings down crime."</p>
</div>
<!-- Word 46 -->
<div class="word-card">
<div class="word-title">46. Guilt</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "I feel guilty about my past."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Accepting mistakes immediately clears all guilt."</p>
</div>
<!-- Word 47 -->
<div class="word-card">
<div class="word-title">47. Shame</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "It is a shame to fail."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Honest efforts bring pride, not shame."</p>
</div>
<!-- Word 48 -->
<div class="word-card">
<div class="word-title">48. Lazy</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "I am very lazy on Sundays."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "A strict routine effectively cures laziness."</p>
</div>
<!-- Word 49 -->
<div class="word-card">
<div class="word-title">49. Coward</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "I am not a coward."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Training turns a hesitant mind into a brave one."</p>
</div>
<!-- Word 50 -->
<div class="word-card">
<div class="word-title">50. Greed</div>
<p class="text-sm text-red-600 dark:text-red-400 font-bold mb-1">❌ Trap: "Greed is a curse."</p>
<p class="text-sm text-emerald-600 dark:text-emerald-400 font-bold m-0">✅ Safe: "Contentment brings far more joy than greed."</p>
</div>
</div>
<h2>Stop Reading, Start Practicing</h2>
<p>You have now read the 50 most common negative words. However, simply reading them will not help you in the actual SSB. When the 15-second timer starts ticking, your brain will revert to its oldest habits unless you forge new ones through strict, timed practice.</p>
<p>Do not practice WAT on a Microsoft Word document or by just looking at a static list. You must recreate the projector environment. Use our <a href="/Test?test=WAT">Free WAT Mock Engine</a>, grab a physical notebook, and force yourself to write 60 sentences back-to-back without a single pause.</p>
<hr class="my-10 border-slate-200 dark:border-slate-700">
<h2>Frequently Asked Questions (FAQs)</h2>
<div class="space-y-6 mt-6">
<div>
<h4 class="font-bold text-xl mb-1 text-slate-900 dark:text-white">Q1: Can I use the actual flashed word in my sentence?</h4>
<p class="m-0 text-base text-slate-600 dark:text-slate-400">Yes, it is highly recommended to use the exact word or its variations (e.g., using "Courageous" for the word "Courage"). Do not try to find complex synonyms, it wastes your 15 seconds.</p>
</div>
<div>
<h4 class="font-bold text-xl mb-1 text-slate-900 dark:text-white">Q2: What if I can only think of a universal truth?</h4>
<p class="m-0 text-base text-slate-600 dark:text-slate-400">Writing one or two universal truths out of 60 words is acceptable. We are all human. However, if 20 out of your 60 sentences are facts like "The sky is blue", the psychologist will flag you for lacking independent thought.</p>
</div>
<div>
<h4 class="font-bold text-xl mb-1 text-slate-900 dark:text-white">Q3: Is it okay to miss a negative word?</h4>
<p class="m-0 text-base text-slate-600 dark:text-slate-400">If your mind completely blanks out, simply leave the serial number blank and prepare for the next word. It is better to leave it blank than to write a highly depressing or violent sentence out of panic.</p>
</div>
<div>
<h4 class="font-bold text-xl mb-1 text-slate-900 dark:text-white">Q4: Will the assessor know if I memorize these 50 sentences?</h4>
<p class="m-0 text-base text-slate-600 dark:text-slate-400">Yes. If you memorize these sentences perfectly, but your TAT stories show a completely different, fearful personality, the contradiction will lead to an immediate rejection. Use these examples to change your *mindset*, not to memorize lines.</p>
</div>
</div>
<!-- OFFICIAL SOURCES SECTION -->
<div class="bg-slate-50 dark:bg-slate-800/50 rounded-2xl p-6 mt-12 border border-slate-200 dark:border-slate-700 text-sm">
<h4 class="font-bold text-slate-900 dark:text-white mb-3 flex items-center gap-2">
<svg class="w-5 h-5 text-slate-500" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1"></path></svg>
Official Sources & References
</h4>
<p class="text-slate-600 dark:text-slate-400 mb-2">The psychological parameters and free-association techniques discussed in this guide align with the standards established by the Defence Institute of Psychological Research (DIPR).</p>
<ul class="space-y-2 text-slate-600 dark:text-slate-400">
<li>• Indian Army Official Portal: <a href="https://joinindianarmy.nic.in" target="_blank" rel="noopener noreferrer">joinindianarmy.nic.in</a></li>
</ul>
</div>
<!-- READ NEXT SECTION -->
<div class="mt-12 pt-8 border-t border-slate-200 dark:border-slate-700">
<h3 class="text-2xl font-bold text-slate-900 dark:text-white mb-6">Read Next</h3>
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<a href="/wat_complete_guide" class="block bg-white dark:bg-slate-800 rounded-2xl p-6 border border-slate-200 dark:border-slate-700 hover:border-blue-500 dark:hover:border-blue-400 transition-colors shadow-sm hover:shadow-md group" style="border-bottom: 1px solid inherit;">
<span class="text-blue-600 dark:text-blue-400 text-xs font-extrabold tracking-wider uppercase mb-2 block">Foundation Guide</span>
<h4 class="text-lg font-bold text-slate-900 dark:text-white group-hover:text-blue-600 dark:group-hover:text-blue-400 transition-colors m-0 border-none">WAT Complete Guide & 15s Timer Rules</h4>
</a>
<a href="/how_psych_tests_decide_result" class="block bg-white dark:bg-slate-800 rounded-2xl p-6 border border-slate-200 dark:border-slate-700 hover:border-indigo-500 dark:hover:border-indigo-400 transition-colors shadow-sm hover:shadow-md group" style="border-bottom: 1px solid inherit;">
<span class="text-indigo-600 dark:text-indigo-400 text-xs font-extrabold tracking-wider uppercase mb-2 block">Deep Analysis</span>
<h4 class="text-lg font-bold text-slate-900 dark:text-white group-hover:text-indigo-600 dark:group-hover:text-indigo-400 transition-colors m-0 border-none">How Psych Tests Decide Your SSB Result</h4>
</a>
</div>
</div>
<!-- SEO TAGS SECTION -->
<div class="mt-10 pt-6 border-t border-slate-100 dark:border-slate-800">
<p class="text-sm text-slate-500 font-bold mb-3">Related Tags:</p>
<div class="flex flex-wrap gap-2">
<span class="bg-slate-100 dark:bg-slate-800 text-slate-600 dark:text-slate-400 text-xs px-3 py-1 rounded border border-slate-200 dark:border-slate-700 hover:bg-slate-200 dark:hover:bg-slate-700 cursor-pointer transition-colors">Negative words in WAT</span>
<span class="bg-slate-100 dark:bg-slate-800 text-slate-600 dark:text-slate-400 text-xs px-3 py-1 rounded border border-slate-200 dark:border-slate-700 hover:bg-slate-200 dark:hover:bg-slate-700 cursor-pointer transition-colors">WAT Practice</span>
<span class="bg-slate-100 dark:bg-slate-800 text-slate-600 dark:text-slate-400 text-xs px-3 py-1 rounded border border-slate-200 dark:border-slate-700 hover:bg-slate-200 dark:hover:bg-slate-700 cursor-pointer transition-colors">SSB Psychology Day 2</span>
<span class="bg-slate-100 dark:bg-slate-800 text-slate-600 dark:text-slate-400 text-xs px-3 py-1 rounded border border-slate-200 dark:border-slate-700 hover:bg-slate-200 dark:hover:bg-slate-700 cursor-pointer transition-colors">Word Association Test Examples</span>
<span class="bg-slate-100 dark:bg-slate-800 text-slate-600 dark:text-slate-400 text-xs px-3 py-1 rounded border border-slate-200 dark:border-slate-700 hover:bg-slate-200 dark:hover:bg-slate-700 cursor-pointer transition-colors">Officer Like Qualities (OLQ)</span>
<span class="bg-slate-100 dark:bg-slate-800 text-slate-600 dark:text-slate-400 text-xs px-3 py-1 rounded border border-slate-200 dark:border-slate-700 hover:bg-slate-200 dark:hover:bg-slate-700 cursor-pointer transition-colors">DIPR Evaluator Methods</span>
</div>
</div>
</div>
<!-- COMMUNITY CONNECT SECTION -->
<div class="mt-12 bg-slate-50 dark:bg-slate-800/80 rounded-3xl p-8 border border-slate-200 dark:border-slate-700 shadow-sm text-center">
<h3 class="text-2xl font-extrabold text-slate-900 dark:text-white mb-2">Join the SSB Psych Test Community</h3>
<p class="text-slate-600 dark:text-slate-400 mb-8 text-base">Get daily practice scenarios, expert reviews, and instant updates.</p>
<div class="flex flex-col sm:flex-row justify-center items-center gap-4">
<a href="https://t.me/ssbpsychtest" target="_blank" rel="noopener noreferrer" class="flex items-center justify-center gap-3 w-full sm:w-auto bg-[#0088cc] hover:bg-[#0077b3] text-white font-bold py-3.5 px-8 rounded-xl transition-all shadow-md hover:-translate-y-1">
<svg class="w-6 h-6 fill-current" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm5.894 8.221l-1.97 9.28c-.145.658-.537.818-1.084.508l-3-2.21-1.446 1.394c-.14.18-.357.223-.548.223l.188-2.85 5.18-4.686c.223-.204-.054-.315-.346-.116L7.49 14.33l-2.754-.86c-.598-.18-.61-.595.126-.885l10.76-4.148c.498-.184.945.105.792.884z"/></svg>
Join Telegram
</a>
<a href="https://www.youtube.com/@ssbpsychtest" target="_blank" rel="noopener noreferrer" class="flex items-center justify-center gap-3 w-full sm:w-auto bg-[#FF0000] hover:bg-[#cc0000] text-white font-bold py-3.5 px-8 rounded-xl transition-all shadow-md hover:-translate-y-1">
<svg class="w-6 h-6 fill-current" viewBox="0 0 24 24"><path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/></svg>
Watch on YouTube
</a>
<a href="/contact" class="flex items-center justify-center gap-3 w-full sm:w-auto bg-slate-800 dark:bg-slate-700 hover:bg-slate-900 dark:hover:bg-slate-600 text-white font-bold py-3.5 px-8 rounded-xl transition-all shadow-md hover:-translate-y-1 border border-slate-700 dark:border-slate-600">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z"></path></svg>
Feedback Form
</a>
</div>
</div>
<!-- Call to Action (Simulators) -->
<div class="mt-8 bg-white dark:bg-slate-800 rounded-3xl p-8 md:p-10 border border-slate-200 dark:border-slate-700 shadow-xl text-center">
<h3 class="text-2xl md:text-3xl font-extrabold text-slate-900 dark:text-white mb-4">Start Your 15-Second WAT Drill</h3>
<p class="text-slate-600 dark:text-slate-400 mb-10 text-lg">Stop reading and start building muscle memory. Grab your notebook and attempt 60 words back-to-back under strict DIPR projector timers.</p>
<div class="flex flex-wrap justify-center gap-3 sm:gap-4 items-center mb-10">
<a href="/Test?test=WAT" class="bg-gradient-to-r from-blue-600 to-indigo-600 text-white font-extrabold py-4 px-10 rounded-xl hover:scale-105 transition-transform shadow-xl w-full sm:w-auto text-lg mb-4 sm:mb-0">Start WAT Simulator</a>
</div>
<div class="flex flex-wrap justify-center gap-3 items-center pt-6 border-t border-slate-200 dark:border-slate-700">
<span class="text-sm font-bold text-slate-500 mr-2">Practice Individual Tests:</span>
<a href="/Test?test=PPDT" class="text-sm font-semibold text-slate-700 dark:text-slate-300 hover:text-blue-600 dark:hover:text-blue-400 transition-colors">PPDT</a>
<span class="text-slate-300 dark:text-slate-600">•</span>
<a href="/Test?test=TAT" class="text-sm font-semibold text-slate-700 dark:text-slate-300 hover:text-blue-600 dark:hover:text-blue-400 transition-colors">TAT</a>
<span class="text-slate-300 dark:text-slate-600">•</span>
<a href="/Test?test=SRT" class="text-sm font-semibold text-slate-700 dark:text-slate-300 hover:text-blue-600 dark:hover:text-blue-400 transition-colors">SRT</a>
<span class="text-slate-300 dark:text-slate-600">•</span>
<a href="/Test?test=full" class="text-sm font-bold text-blue-600 dark:text-blue-400 hover:underline">Full Mock Test</a>
</div>
</div>
</article>
</main>
<!-- FOOTER -->
<footer class="bg-slate-900 text-slate-300 border-t border-slate-800 py-8 text-center mt-auto">
<p class="text-sm text-slate-500 font-medium">© 2024 SSB Psych Test Platform. All rights reserved.</p>
</footer>
<!-- COOKIE CONSENT SCRIPT & THEME TOGGLE -->
<script>
function toggleTheme() {
document.documentElement.classList.toggle('dark');
const isDark = document.documentElement.classList.contains('dark');
document.getElementById('theme-icon-desktop').innerText = isDark ? '☀️' : '🌙';
}
if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) {
document.documentElement.classList.add('dark');
document.getElementById('theme-icon-desktop').innerText = '☀️';
}
</script>
</body>
</html>