Skip to content

Instantly share code, notes, and snippets.

@LynnAU
Last active December 12, 2017 05:05
Show Gist options
  • Save LynnAU/4c452ead03a9c7ee6ec5288ec5357662 to your computer and use it in GitHub Desktop.
Save LynnAU/4c452ead03a9c7ee6ec5288ec5357662 to your computer and use it in GitHub Desktop.
This details the answers for each question that ASIS asks for their latest recruitment drive using VR
/*
This gist documents all the answers for the ASIS recruitment drive. The answers are structed in arrays so the number dictates which answer to select in the list. 0 = the first, 1 = the second, 2 = the third, etc. (it's zero-indexed).
Each answer has a comment to the right of it which is the actual answer you'd select on the page.
*/
w = function(t, e, n) {
if ("number" === typeof n && n >= 0 || "boolean" === typeof n || n) switch (t) {
case o.e:
return 87 === n; // The number 87, self explanatory
case o.c:
return 1 === n; // 13:45 (or 1:45PM in 12 hour time)
case o.j:
switch (e) {
case 0:
return 1 === n; // "Wait"
case 1:
return 2 === n; // "Wow its really busy today. How are you holding up?"
case 2:
return 0 === n; // "Hang in there. You'll be at home putting your feet up in no time."
case 3:
return 3 === n // "Looks like you're in a hurry. I'll get out of your way."
}
break;
case o.h:
return n === (1 === e || 4 === e || 5 === e); // Darryl, Ben and Alicia
case o.f: // Gathering information about domestic crime
case o.b:
return 1 === n; // Tokyo
case o.g:
switch (e) {
case 0:
return 3 === n; // Emerald St
case 1:
return 1 === n; // Fettuccine
case 2:
return 2 === n; // Six
case 3:
return 0 === n // (Bonus question) Joan
}
}
return !1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment