Skip to content

Commit

Permalink
fixed question 3 json question, fixed footer text size, clarified que…
Browse files Browse the repository at this point in the history
…stion text
  • Loading branch information
edentodd committed Oct 4, 2010
1 parent 35ddc0b commit 1cae171
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/asset/css/site.css
Expand Up @@ -35,11 +35,11 @@ p, a, a:hover, a:link, a:visited {
}

.footer {
font-size: .8em;
margin-top: 3em;
margin-bottom: 2em;
}

.footer p, .footer a, .footer a:hover, .footer a:link, .footer a:visited {
font-size: .8em;
color: #AAAAAA;
}
2 changes: 1 addition & 1 deletion public/questions/14f7ca5f6ff1a5afb9032aa5e533ad95.html
Expand Up @@ -27,7 +27,7 @@ <h1>YOUR FIRST CHALLENGE</h1>

<p>The plans captured show the MARK I as being a very simple device. The operator sets an encoder wheel to a value between 0 and 9 as pre-determined by standard operating protocols. They then type on a keyboard and the resulting encoded character is sent to the field, which is then decoded and the commands are carried out.</p>

<p>The keyboard has the following set of characters, which are used for both the input and output messages.</p>
<p>The keyboard has the following set of characters (assuming a zero-based index), which are used for both the input and output messages.</p>

<pre>
<code>
Expand Down
2 changes: 1 addition & 1 deletion public/questions/36d80eb0c50b49a509b49f2424e8c805.html
Expand Up @@ -25,7 +25,7 @@ <h1>QUESTION 3:</h1>

<p>Our troops are preparing for the BIG-DAY landing on the beaches of Sardinia (we thought the weather was nicer there). For us to successfully land on the BIG-DAY, we need to know the enemy troop positions. Lucky, one of our seductive SSPA agents, Madame Moth, has wooed a new machine away from under the nose of an enemy general. The MARK IV (MARK III was canceled due to budget overruns) again builds off the design of the MARK II. Except this time (drum roll please...) it has THREE wheels.</p>

<p>The MARK IV's third wheel is more complicated than the first two in that it's setting is based off the previously pressed character position. The machine shifts the letter based off the first two wheels, then it further ADDS to the index TWO TIMES the PREVIOUS LETTER'S position in the machine's alphabet.</p>
<p>The MARK IV's third wheel is more complicated than the first two in that it's setting is based off the previously pressed character position. The machine shifts the letter based off the first two wheels, then it further ADDS to the index TWO TIMES the PREVIOUS LETTER'S position in the machine's alphabet. Note that the third wheel's initial position starts at 0.</p>

<p>You have a DEADLINE to get this working before the BIG-DAY. So get moving!</p>

Expand Down
2 changes: 1 addition & 1 deletion questions.json
Expand Up @@ -15,7 +15,7 @@
{
"key": "36d80eb0c50b49a509b49f2424e8c805",
"answer": "JMl0kBp?20QixoivSc.2\"vvmls8KOk\"0jA,4kgt0OmUb,pm.",
"question": "The white cliffs of Dover are visible at night",
"question": "The white cliffs of Alghero are visible at night",
"reference-url": "questions/36d80eb0c50b49a509b49f2424e8c805.html"
},
{
Expand Down

0 comments on commit 1cae171

Please sign in to comment.