Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
Solve the code, and you may move on.
ClrfloooOBod
<<set $answer to ''>>\
<<textbox '$answer' '' autofocus>>
<span id='textbox-reply'></span>
<span id='textbox-submit'>\
<<button 'Submit'>>
<<set $answer to $answer.trim().toLowerCase().replace(/\s\s+/g, ' ')>>
<<if $answer is 'red'>>
<<replace '#textbox-reply'>>\
[[Correct!|Page 2]]\
<</replace>>
<<replace '#textbox-submit'>>\
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<else>>
<<replace '#textbox-reply'>>\
Incorrect. Please try again.\
<</replace>>
<</if>>
<</button>>\
</span>
Input 6 letters in the order of the image below, from left to right.
[img[http://i.imgur.com/wdrWm1m.jpg]]
<<set $answer to ''>>\
<<textbox '$answer' '' autofocus>>
<span id='textbox-reply'></span>
<span id='textbox-submit'>\
<<button 'Submit'>>
<<set $answer to $answer.trim().toLowerCase().replace(/\s\s+/g, ' ')>>
<<if $answer is 'auagcu'>>
<<replace '#textbox-reply'>>\
[[Correct!|Page 3]]\
<</replace>>
<<replace '#textbox-submit'>>\
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<else>>
<<replace '#textbox-reply'>>\
Incorrect. Please try again.\
<</replace>>
<</if>>
<</button>>\
</span>
Roll a 4 or better
<span id='dice-outcome'></span>
<span id='dice-button'>\
<<button 'Roll a die.'>>
<<set $roll to random(1, 6)>>
<<if $roll gte 4>>
<<replace '#dice-outcome'>>\
You rolled a $roll.
[[Well Done|Page 3half]]\
<</replace>>
<<replace '#dice-button'>><</replace>> /% remove button %/
<<else>>
<<replace '#dice-outcome'>>\
You rolled a $roll. Try Again\
<</replace>>
<</if>>
<</button>>\
</span>
Solve the code using the images below.
[img[http://imgur.com/94KMNzp.jpg]]
[img[http://imgur.com/YaCqcey.jpg]]
<<set $answer to ''>>\
<<textbox '$answer' '' autofocus>>
<span id='textbox-reply'></span>
<span id='textbox-submit'>\
<<button 'Submit'>>
<<set $answer to $answer.trim().toLowerCase().replace(/\s\s+/g, ' ')>>
<<if $answer is 'practice'>>
<<replace '#textbox-reply'>>\
<<goto 'Practice'>>\
<</replace>>
<<replace '#textbox-submit'>>\
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<else>>
<<replace '#textbox-reply'>>\
Incorrect. Please try again.\
<</replace>>
<</if>>
<</button>>\
</span>
YOU WIN!
[img[http://imgur.com/RjZTfFv.jpg]]
Homeland Security have had incidents in 4 different cities. They are trying to find the suspect. They believe the suspect is probably in a major city. They are using the coordinates of the incidents to triangulate the location of the suspect. They hand you a sheet of paper and ask you to begin your investigation. What city would you most likely head to in order to begin the information you have been given?
[img[https://i.imgur.com/Dt3uC2C.jpg]]
<<set $answer to ''>>\
<<textbox '$answer' '' autofocus>>
<span id='textbox-reply'></span>
<span id='textbox-submit'>\
<<button 'Submit'>>
<<set $answer to $answer.trim().toLowerCase().replace(/\s\s+/g, ' ')>>
<<if $answer is 'louisville'>>
<<replace '#textbox-reply'>>\
[[Well Done|Page 4]]\
<</replace>>
<<replace '#textbox-submit'>>\
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<else>>
<<replace '#textbox-reply'>>\
I believe you misread the intel. Try again.\
<</replace>>
<</if>>
<</button>>\
</span>