Trainee 1 & 2, welcome to the **Police Academy**. Today you'll be tested on your power of observation.
In a short while, you'll undergo ten rounds of examination. 15 seconds each round to observe a scene, and after that, answer questions fielded by your examiner.
How observant do you think you are? Ready to find out?
[[Yes, sir!|both p ready]]
(set: $round to 0)(set: $P1pts to 0)(set: $P2pts to 0)
{(set: $round to $round + 1)}
=><=
**TRAINEE 1 & 2**
<==
Get ready to enter the scene.
Remember, you only have 15 seconds to observe.
(link: "Yes, sir!")[
(if: $round is 1)[(goto: "stim 1")]
(if: $round is 2)[(goto: "stim 2")]
(if: $round is 3)[(goto: "stim 3")]
(if: $round is 4)[(goto: "stim 4")]
(if: $round is 5)[(goto: "stim 5")]
(if: $round is 6)[(goto: "stim 6")]
(if: $round is 7)[(goto: "stim 7")]
(if: $round is 8)[(goto: "stim 8")]
(if: $round is 9)[(goto: "stim 9")]
(if: $round is 10)[(goto: "stim 10")]
]
<img src="http://www.chintokkong.com/photos/wp-content/uploads/sites/11/2016/03/1-singapore-street-road-small.jpg" id="bg" alt="">
(live: 15s)[(goto: "qn 1 p1 ready")]
{
(set: $qn to "What is the plate number of the Mercedes?")
(set: $correct to "4331")
(set: $wrong1 to "3341")
(set: $wrong2 to "4313")
(set: $wrong3 to "3431")
}*Round $round*
Trainee 1 has $P1pts points.
Trainee 2 has $P2pts points.
---
=><=
**TRAINEE 1**
<==
$qn
A) [[$correct|odd qn p1 correct]]
B) [[$wrong1|odd qn p1 wrong]]
C) [[$wrong2|odd qn p1 wrong]]
D) [[$wrong3|odd qn p1 wrong]]
*Round $round*
Trainee 1 has $P1pts points.
Trainee 2 has $P2pts points.
---
Yes, the answer is "$correct".
You gain 1 point. (set: $P1pts to $P1pts + 1)
(link: "Continue")[
(if: $round is 1)[(goto: "qn 1 p2 ready")]
(if: $round is 2)[(goto: "qn 2 p2 ready")]
(if: $round is 3)[(goto: "qn 3 p2 ready")]
(if: $round is 4)[(goto: "qn 4 p2 ready")]
(if: $round is 5)[(goto: "qn 5 p2 ready")]
(if: $round is 6)[(goto: "qn 6 p2 ready")]
(if: $round is 7)[(goto: "qn 7 p2 ready")]
(if: $round is 8)[(goto: "qn 8 p2 ready")]
(if: $round is 9)[(goto: "qn 9 p2 ready")]
(if: $round is 10)[(goto: "conclusion")]
]
*Round $round*
Trainee 1 has $P1pts points.
Trainee 2 has $P2pts points.
---
No, the answer is "$correct".
You lose 1 point. (set: $P1pts to $P1pts - 1)
(link: "Continue")[
(if: $round is 1)[(goto: "qn 1 p2 ready")]
(if: $round is 2)[(goto: "qn 2 p2 ready")]
(if: $round is 3)[(goto: "qn 3 p2 ready")]
(if: $round is 4)[(goto: "qn 4 p2 ready")]
(if: $round is 5)[(goto: "qn 5 p2 ready")]
(if: $round is 6)[(goto: "qn 6 p2 ready")]
(if: $round is 7)[(goto: "qn 7 p2 ready")]
(if: $round is 8)[(goto: "qn 8 p2 ready")]
(if: $round is 9)[(goto: "qn 9 p2 ready")]
(if: $round is 10)[(goto: "conclusion")]
]
{
(set: $qn to "Which company manufactured the truck behind the Mercedes?")
(set: $correct to "Nissan")
(set: $wrong1 to "Hyundai")
(set: $wrong2 to "Volvo")
(set: $wrong3 to "Ford")
}*Round $round*
Trainee 1 has $P1pts points.
Trainee 2 has $P2pts points.
---
=><=
**TRAINEE 2**
<==
$qn
A) [[$wrong1|odd qn p2 wrong]]
B) [[$wrong2|odd qn p2 wrong]]
C) [[$correct|odd qn p2 correct]]
D) [[$wrong3|odd qn p2 wrong]]
*Round $round*
Trainee 1 has $P1pts points.
Trainee 2 has $P2pts points.
---
Yes, the answer is "$correct".
You gain 1 point. (set: $P2pts to $P2pts + 1)
[[Continue|both p ready]]
*Round $round*
Trainee 1 has $P1pts points.
Trainee 2 has $P2pts points.
---
No, the answer is "$correct".
You lose 1 point. (set: $P2pts to $P2pts - 1)
[[Continue|both p ready]]
<img src="http://www.chintokkong.com/photos/wp-content/uploads/sites/11/2016/03/1-5-coolies-statues-small.jpg" id="bg" alt="">
(live: 15s)[(goto: "qn 2 p2 ready")]
{
(set: $qn to "How many statues are bare-topped?")
(set: $correct to "Two")
(set: $wrong1 to "One")
(set: $wrong2 to "Three")
(set: $wrong3 to "Four")
}*Round $round*
Trainee 1 has $P1pts points.
Trainee 2 has $P2pts points.
---
=><=
**TRAINEE 1**
<==
$qn
A) [[$wrong1|even qn p1 wrong]]
B) [[$correct|even qn p1 correct]]
C) [[$wrong2|even qn p1 wrong]]
D) [[$wrong3|even qn p1 wrong]]
*Round $round*
Trainee 1 has $P1pts points.
Trainee 2 has $P2pts points.
---
Yes, the answer is "$correct".
You gain 1 point. (set: $P1pts to $P1pts + 1)
(link: "Continue")[
(if: $round < 10)[(goto: "both p ready")]
(if: $round >= 10)[(goto: "conclusion")]
]
*Round $round*
Trainee 1 has $P1pts points.
Trainee 2 has $P2pts points.
---
No, the answer is "$correct".
You lose 1 point. (set: $P1pts to $P1pts - 1)
(link: "Continue")[
(if: $round < 10)[(goto: "both p ready")]
(if: $round >= 10)[(goto: "conclusion")]
]
{
(set: $qn to "How many statues are holding something in their hands?")
(set: $correct to "Three")
(set: $wrong1 to "One")
(set: $wrong2 to "Two")
(set: $wrong3 to "Four")
}*Round $round*
Trainee 1 has $P1pts points.
Trainee 2 has $P2pts points.
---
=><=
**TRAINEE 2**
<==
$qn
A) [[$wrong1|even qn p2 wrong]]
B) [[$wrong2|even qn p2 wrong]]
C) [[$correct|even qn p2 correct]]
D) [[$wrong3|even qn p2 wrong]]
*Round $round*
Trainee 1 has $P1pts points.
Trainee 2 has $P2pts points.
---
Yes, the answer is "$correct".
You gain 1 point. (set: $P2pts to $P2pts + 1)
(link: "Continue")[
(if: $round is 1)[(goto: "qn 1 p1 ready")]
(if: $round is 2)[(goto: "qn 2 p1 ready")]
(if: $round is 3)[(goto: "qn 3 p1 ready")]
(if: $round is 4)[(goto: "qn 4 p1 ready")]
(if: $round is 5)[(goto: "qn 5 p1 ready")]
(if: $round is 6)[(goto: "qn 6 p1 ready")]
(if: $round is 7)[(goto: "qn 7 p1 ready")]
(if: $round is 8)[(goto: "qn 8 p1 ready")]
(if: $round is 9)[(goto: "qn 9 p1 ready")]
(if: $round is 10)[(goto: "qn 10 p1 ready")]
]
*Round $round*
Trainee 1 has $P1pts points.
Trainee 2 has $P2pts points.
---
No, the answer is "$correct".
You lose 1 point. (set: $P2pts to $P2pts - 1)
(link: "Continue")[
(if: $round is 1)[(goto: "qn 1 p1 ready")]
(if: $round is 2)[(goto: "qn 2 p1 ready")]
(if: $round is 3)[(goto: "qn 3 p1 ready")]
(if: $round is 4)[(goto: "qn 4 p1 ready")]
(if: $round is 5)[(goto: "qn 5 p1 ready")]
(if: $round is 6)[(goto: "qn 6 p1 ready")]
(if: $round is 7)[(goto: "qn 7 p1 ready")]
(if: $round is 8)[(goto: "qn 8 p1 ready")]
(if: $round is 9)[(goto: "qn 9 p1 ready")]
(if: $round is 10)[(goto: "qn 10 p1 ready")]
]
=><=
**TRAINEE 1**
<==
Trainee 1 will be tested first.
Get ready to answer the question.
[[Yes, sir!|qn1p1]]
=><=
**TRAINEE 2**
<==
Trainee 2 will be tested now.
Get ready for the question.
[[Yes, sir!|qn1p2]]
=><=
**TRAINEE 1**
<==
Trainee 1 will be tested now.
Get ready for the question.
[[Yes, sir!|qn2p1]]
=><=
**TRAINEE 2**
<==
Trainee 2 will be tested first.
Get ready to answer the question.
[[Yes, sir!|qn2p2]]
<img src="http://www.chintokkong.com/photos/wp-content/uploads/sites/11/2016/03/2-mrt-station-small.jpg" id="bg" alt="">
(live: 15s)[(goto: "qn 3 p1 ready")]
<img src="http://www.chintokkong.com/photos/wp-content/uploads/sites/11/2016/03/3-mobile-stall-small.jpg" id="bg" alt="">
(live: 15s)[(goto: "qn 4 p2 ready")]
<img src="http://www.chintokkong.com/photos/wp-content/uploads/sites/11/2016/03/4-construction-small.jpg" id="bg" alt="">
(live: 15s)[(goto: "qn 5 p1 ready")]
<img src="http://www.chintokkong.com/photos/wp-content/uploads/sites/11/2016/03/5-escalator-small.jpg" id="bg" alt="">
(live: 15s)[(goto: "qn 6 p2 ready")]
<img src="http://www.chintokkong.com/photos/wp-content/uploads/sites/11/2016/03/6-in-mrt-train-small.jpg" id="bg" alt="">
(live: 15s)[(goto: "qn 7 p1 ready")]
<img src="http://www.chintokkong.com/photos/wp-content/uploads/sites/11/2016/03/7-man-and-spice-small.jpg" id="bg" alt="">
(live: 15s)[(goto: "qn 8 p2 ready")]
<img src="http://www.chintokkong.com/photos/wp-content/uploads/sites/11/2016/03/9-audience-looking-up-small.jpg" id="bg" alt="">
(live: 15s)[(goto: "qn 9 p1 ready")]
<img src="http://www.chintokkong.com/photos/wp-content/uploads/sites/11/2016/03/10-coffee-shop-small.jpg" id="bg" alt="">
(live: 15s)[(goto: "qn 10 p2 ready")]
=><=
**TRAINEE 1**
<==
Trainee 1 will be tested first.
Get ready to answer the question.
[[Yes, sir!|qn3p1]]
{
(set: $qn to "Which company's product is being advertised?")
(set: $correct to "OSIM")
(set: $wrong1 to "OTTO")
(set: $wrong2 to "Pokka")
(set: $wrong3 to "Yeo's")
}*Round $round*
Trainee 1 has $P1pts points.
Trainee 2 has $P2pts points.
---
=><=
**TRAINEE 1**
<==
$qn
A) [[$correct|odd qn p1 correct]]
B) [[$wrong1|odd qn p1 wrong]]
C) [[$wrong2|odd qn p1 wrong]]
D) [[$wrong3|odd qn p1 wrong]]
=><=
**TRAINEE 1**
<==
Trainee 1 will be tested first.
Get ready to answer the question.
[[Yes, sir!|qn5p1]]
{
(set: $qn to "Who many construction workers are there?")
(set: $correct to "Three")
(set: $wrong1 to "Two")
(set: $wrong2 to "Four")
(set: $wrong3 to "Five")
}*Round $round*
Trainee 1 has $P1pts points.
Trainee 2 has $P2pts points.
---
=><=
**TRAINEE 1**
<==
$qn
A) [[$wrong1|odd qn p1 wrong]]
B) [[$correct|odd qn p1 correct]]
C) [[$wrong2|odd qn p1 wrong]]
D) [[$wrong3|odd qn p1 wrong]]
=><=
**TRAINEE 1**
<==
Trainee 1 will be tested first.
Get ready to answer the question.
[[Yes, sir!|qn7p1]]
{
(set: $qn to "What is the shape of the hand-grip handles overhead?")
(set: $correct to "Triangle")
(set: $wrong1 to "Square")
(set: $wrong2 to "Circle")
(set: $wrong3 to "There's only a horizontal metal bar")
}*Round $round*
Trainee 1 has $P1pts points.
Trainee 2 has $P2pts points.
---
=><=
**TRAINEE 1**
<==
$qn
A) [[$wrong3|odd qn p1 wrong]]
B) [[$wrong1|odd qn p1 wrong]]
C) [[$wrong2|odd qn p1 wrong]]
D) [[$correct|odd qn p1 correct]]
=><=
**TRAINEE 1**
<==
Trainee 1 will be tested first.
Get ready to answer the question.
[[Yes, sir!|qn9p1]]
{
(set: $qn to "Which country's flag is beside Singapore's?")
(set: $correct to "Australia")
(set: $wrong1 to "Malaysia")
(set: $wrong2 to "United Kingdom")
(set: $wrong3 to "New Zealand")
}*Round $round*
Trainee 1 has $P1pts points.
Trainee 2 has $P2pts points.
---
=><=
**TRAINEE 1**
<==
$qn
A) [[$correct|odd qn p1 correct]]
B) [[$wrong1|odd qn p1 wrong]]
C) [[$wrong2|odd qn p1 wrong]]
D) [[$wrong3|odd qn p1 wrong]]
=><=
**TRAINEE 2**
<==
Trainee 2 will be tested now.
Get ready for the question.
[[Yes, sir!|qn3p2]]
{
(set: $qn to "The man sitting on the bench has what colour bag?")
(set: $correct to "Pink")
(set: $wrong1 to "Brown")
(set: $wrong2 to "Yellow")
(set: $wrong3 to "Blue")
}*Round $round*
Trainee 1 has $P1pts points.
Trainee 2 has $P2pts points.
---
=><=
**TRAINEE 2**
<==
$qn
A) [[$wrong1|odd qn p2 wrong]]
B) [[$wrong2|odd qn p2 wrong]]
C) [[$wrong3|odd qn p2 wrong]]
D) [[$correct|odd qn p2 correct]]
=><=
**TRAINEE 2**
<==
Trainee 2 will be tested now.
Get ready for the question.
[[Yes, sir!|qn5p2]]
{
(set: $qn to "What is the number on the sign of the higher elevator?")
(set: $correct to "18")
(set: $wrong1 to "16")
(set: $wrong2 to "20")
(set: $wrong3 to "22")
}*Round $round*
Trainee 1 has $P1pts points.
Trainee 2 has $P2pts points.
---
=><=
**TRAINEE 2**
<==
$qn
A) [[$wrong1|odd qn p2 wrong]]
B) [[$correct|odd qn p2 correct]]
C) [[$wrong2|odd qn p2 wrong]]
D) [[$wrong3|odd qn p2 wrong]]
=><=
**TRAINEE 2**
<==
Trainee 2 will be tested now.
Get ready for the question.
[[Yes, sir!|qn7p2]]
{
(set: $qn to "What station is the train heading to?")
(set: $correct to "NS18")
(set: $wrong1 to "NS16")
(set: $wrong2 to "NS17")
(set: $wrong3 to "NS19")
}*Round $round*
Trainee 1 has $P1pts points.
Trainee 2 has $P2pts points.
---
=><=
**TRAINEE 2**
<==
$qn
A) [[$wrong1|odd qn p2 wrong]]
B) [[$wrong2|odd qn p2 wrong]]
C) [[$correct|odd qn p2 correct]]
D) [[$wrong3|odd qn p2 wrong]]
=><=
**TRAINEE 2**
<==
Trainee 2 will be tested now.
Get ready for the question.
[[Yes, sir!|qn9p2]]
{
(set: $qn to "Which company's camera does the man in the foreground has?")
(set: $correct to "Nikon")
(set: $wrong1 to "Canon")
(set: $wrong2 to "Olympus")
(set: $wrong3 to "Sony")
}*Round $round*
Trainee 1 has $P1pts points.
Trainee 2 has $P2pts points.
---
=><=
**TRAINEE 2**
<==
$qn
A) [[$wrong1|odd qn p2 wrong]]
B) [[$wrong2|odd qn p2 wrong]]
C) [[$correct|odd qn p2 correct]]
D) [[$wrong3|odd qn p2 wrong]]
=><=
**TRAINEE 1**
<==
Trainee 1 will be tested now.
Get ready for the question.
[[Yes, sir!|qn4p1]]
{
(set: $qn to "The Indian seller has")
(set: $correct to "only a moustache")
(set: $wrong1 to "only a beard")
(set: $wrong2 to "both moustache and beard")
(set: $wrong3 to "clean-shaven")
}*Round $round*
Trainee 1 has $P1pts points.
Trainee 2 has $P2pts points.
---
=><=
**TRAINEE 1**
<==
$qn
A) [[$wrong1|even qn p1 wrong]]
B) [[$correct|even qn p1 correct]]
C) [[$wrong2|even qn p1 wrong]]
D) [[$wrong3|even qn p1 wrong]]
=><=
**TRAINEE 1**
<==
Trainee 1 will be tested now.
Get ready for the question.
[[Yes, sir!|qn6p1]]
{
(set: $qn to "How many escalators are there?")
(set: $correct to "Six")
(set: $wrong1 to "Four")
(set: $wrong2 to "Five")
(set: $wrong3 to "Eight")
}*Round $round*
Trainee 1 has $P1pts points.
Trainee 2 has $P2pts points.
---
=><=
**TRAINEE 1**
<==
$qn
A) [[$wrong1|even qn p1 wrong]]
B) [[$wrong2|even qn p1 wrong]]
C) [[$correct|even qn p1 correct]]
D) [[$wrong3|even qn p1 wrong]]
=><=
**TRAINEE 1**
<==
Trainee 1 will be tested now.
Get ready for the question.
[[Yes, sir!|qn8p1]]
{
(set: $qn to "Start counting from the left, in which tub is coriander?")
(set: $correct to "Third")
(set: $wrong1 to "Second")
(set: $wrong2 to "Fourth")
(set: $wrong3 to "Fifth")
}*Round $round*
Trainee 1 has $P1pts points.
Trainee 2 has $P2pts points.
---
=><=
**TRAINEE 1**
<==
$qn
A) [[$wrong1|even qn p1 wrong]]
B) [[$correct|even qn p1 correct]]
C) [[$wrong2|even qn p1 wrong]]
D) [[$wrong3|even qn p1 wrong]]
=><=
**TRAINEE 1**
<==
Trainee 1 will be tested now.
Get ready for the question.
[[Yes, sir!|qn10p1]]
{
(set: $qn to "Who is the person outside the door?")
(set: $correct to "A man with a beard")
(set: $wrong1 to "An old man with walking stick")
(set: $wrong2 to "A woman wearing blue jacket")
(set: $wrong3 to "A young girl with long hair")
}*Round $round*
Trainee 1 has $P1pts points.
Trainee 2 has $P2pts points.
---
=><=
**TRAINEE 1**
<==
$qn
A) [[$correct|even qn p1 correct]]
B) [[$wrong2|even qn p1 wrong]]
C) [[$wrong1|even qn p1 wrong]]
D) [[$wrong3|even qn p1 wrong]]
=><=
**TRAINEE 2**
<==
Trainee 2 will be tested first.
Get ready to answer the question.
[[Yes, sir!|qn4p2]]
{
(set: $qn to "What type of bag is the lady buyer carrying?")
(set: $correct to "Floral")
(set: $wrong1 to "Brown leather")
(set: $wrong2 to "Blue denim")
(set: $wrong3 to "She's not carrying one")
}*Round $round*
Trainee 1 has $P1pts points.
Trainee 2 has $P2pts points.
---
=><=
**TRAINEE 2**
<==
$qn
A) [[$wrong1|even qn p2 wrong]]
B) [[$wrong2|even qn p2 wrong]]
C) [[$correct|even qn p2 correct]]
D) [[$wrong3|even qn p2 wrong]]
=><=
**TRAINEE 2**
<==
Trainee 2 will be tested first.
Get ready to answer the question.
[[Yes, sir!|qn6p2]]
{
(set: $qn to "How many people are onboard the escalators?")
(set: $correct to "Four")
(set: $wrong1 to "Five")
(set: $wrong2 to "Six")
(set: $wrong3 to "Seven")
}*Round $round*
Trainee 1 has $P1pts points.
Trainee 2 has $P2pts points.
---
=><=
**TRAINEE 2**
<==
$qn
A) [[$correct|even qn p2 correct]]
B) [[$wrong1|even qn p2 wrong]]
C) [[$wrong2|even qn p2 wrong]]
D) [[$wrong3|even qn p2 wrong]]
=><=
**TRAINEE 2**
<==
Trainee 2 will be tested first.
Get ready to answer the question.
[[Yes, sir!|qn8p2]]
{
(set: $qn to "What is the man wearing on his right hand?")
(set: $correct to "Nothing")
(set: $wrong1 to "Watch")
(set: $wrong2 to "Bracelet")
(set: $wrong3 to "Wristband")
}*Round $round*
Trainee 1 has $P1pts points.
Trainee 2 has $P2pts points.
---
=><=
**TRAINEE 2**
<==
$qn
A) [[$wrong1|even qn p2 wrong]]
B) [[$wrong2|even qn p2 wrong]]
C) [[$wrong3|even qn p2 wrong]]
D) [[$correct|even qn p2 correct]]
=><=
**TRAINEE 2**
<==
Trainee 2 will be tested first.
Get ready to answer the question.
[[Yes, sir!|qn10p2]]
{
(set: $qn to "What is the word written above the door?")
(set: $correct to "PRESS")
(set: $wrong1 to "CAFE")
(set: $wrong2 to "COFFEE")
(set: $wrong3 to "NEWS")
}*Round $round*
Trainee 1 has $P1pts points.
Trainee 2 has $P2pts points.
---
=><=
**TRAINEE 2**
<==
$qn
A) [[$wrong1|even qn p2 wrong]]
B) [[$wrong2|even qn p2 wrong]]
C) [[$wrong3|even qn p2 wrong]]
D) [[$correct|even qn p2 correct]]
Well done. You've completed your testing for today.
**Trainee 1** has $P1pts points.
**Trainee 2** has $P2pts points.
---
Continue to practise your power of observation in the real world.
Make it a habit.
And so live a deeper and richer life.
I'll see you again at the Police Academy soon.
(link: "Quit")[(goto-url: "http://www.chintokkong.com/")] | [[Restart|Start]]