On the Subject of Superparsing
Bringing the heat.
- To activate the module, press the letter display at the top of the module. A four letter English word will appear on the display, and the timer bar on the right side of the module will begin to fill.
- Use the displayed word in conjunction with the instructions below to calculate the correct submission for each of the four squares on the module. Successfully submitting any of the four squares will turn its border white and reset the timer bar.
- Complete all four squares in any order to solve the module. Allowing the timer bar to fill fully will cause a strike; the timer takes 10 seconds to fill.
Square I: Quadrants
- Concatenate all of the digits in the serial number. Modulo this by 4 and add 1. Let this number be called N.
- Assign the letters of the word from left to right to the quadrants in reading order.
- Sort the letters in the word in alphabetical order. Press the quadrant assigned to the Nth letter of the sorted word.
- Ties are broken from left to right in the original word.
Square II: Switches
- Two switches need to be set to their correct positions (up or down):
- Use the number of lit indicators minus the number of unlit indicators in the below table to obtain a condition.
- If this difference is not in the table, use the N/A row.
Num | Condition |
---|---|
-2 | Comes before the 4th character of the serial number in the alphabet |
-1 | Is within the range A–M (inclusive) |
0 | Is a vowel |
1 | Is within the range N–Z (inclusive) |
2 | Comes after the 5th character of the serial number in the alphabet |
N/A | Is a consonant |