Skip to content

Commit ea7ece2

Browse files
committed
fix #38
translate the poem
1 parent 957b196 commit ea7ece2

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

steps/03-03-or.html

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,35 @@
44
lang: en
55
---
66
<p>
7-
The following poem "Ottos Mops" is by Ernst Jandl.
8-
Find all words which begin with <span class="regex">f</span> or <span class="regex">k</span>.
7+
The following poem <a href="http://www.signandsight.com/features/290.html">"fritz's bitch" is by Brian Murdoch</a>.
8+
It is a translation of Ernst Jandl's "Ottos Mops".
9+
Find all words which begin with <span class="regex">s</span> or <span class="regex">i</span>.
910
</p>
1011
<div class="playfield">
1112
<!-- needs attention -->
12-
<input type="text" value="" class="regex" reference=" f| k">
13+
<input type="text" value="" class="regex" reference=" s| i">
1314
<div class="message"></div>
1415
<ul class="examples">
15-
<li>ottos mops trotzt</li>
16-
<li>otto: fort mops fort</li>
17-
<li>ottos mops hopst fort</li>
18-
<li>otto: soso</li>
16+
<li>fritz's bitch itches</li>
17+
<li>fritz: quit bitch quit</li>
18+
<li>fritz's bitch quits it</li>
19+
<li>fritz: nitwit</li>
1920
<li></li>
20-
<li>otto holt koks</li>
21-
<li>otto holt obst</li>
22-
<li>otto horcht</li>
23-
<li>otto: mops mops</li>
24-
<li>otto hofft</li>
25-
<li>
26-
<li>ottos mops klopft</li>
27-
<li>otto: komm mops komm</li>
28-
<li>ottos mops kommt</li>
29-
<li>ottos mops kotzt</li>
30-
<li>otto: ogottogott</li>
21+
<li>fritz picks chips</li>
22+
<li>fritz picks chips</li>
23+
<li>fritz listens</li>
24+
<li>fritz: bitch bitch</li>
25+
<li>fritz wishes</li>
26+
<li></li>
27+
<li>fritz's bitch twitches</li>
28+
<li>fritz: sit bitch sit</li>
29+
<li>fritz's bitch sits</li>
30+
<li>fritz's bitch is sick</li>
31+
<li>fritz: shitshitshit</li>
3132
</ul>
3233
</div>
3334
<p class="hint">
3435
<!-- Hint still in German -->
35-
Das <span class="regex">f</span> is mitten im Wort <span class="regex">hofft</span>.
36-
Verwende Leerzeichen, um den Wortanfang zu finden.
36+
The <span class="regex">i</span> is in the middle of the word<span class="regex">nitwit</span>.
37+
Use spaces to find the beginning of the word.
3738
</p>

0 commit comments

Comments
 (0)