This puzzle presents each team with a server-side session of the
puzzle that they can all connect to. At first, the status is given
as Calibration, and any (non-command) input is met with five
instances of either PASS
or FAIL
. For
example:
> Let's see what happens when I type this. PASS FAIL FAIL FAIL PASS
Each PASS
or FAIL
represents a judgment
of the input against a set of five rules. The order of these rules
is randomized each time the puzzle session is reset, but in each
case it is the same set of five rules. The rules are:
Judgments are all case-insensitive. When an input which passes all five rules is entered, the team is given the option to move on to Testing. In Testing, the only options are to retrieve a list of test strings, or to reset to Calibration. Upon returning to Calibration, the order of the rules is reset.
The list of test strings (all quotes by GLaDOS from either Portal or Portal 2), all have a pattern of passes or fails of the rules. For instance, for the order of the rules given above,
A party associate will arrive shortly to collect you for your party.
If the puzzler has understood the rules by which their inputs
were judged, they could then judge this sentence FAIL FAIL FAIL
PASS FAIL. If this is interpreted as a binary number 00010, in
decimal 2, it can be used as an alphabetic index to associate this
judgment with the letter B
.
There are twenty-three outputs, and when each is translated in
order to a letter via its judgment against the rules, the answer
LABORATORY TECHNOLOGISTS
is
obtained.