<<nobr>>
<<set $Line1 to "Sea-Fever">>
<<set $Line1Alt to "Sea-Fever ">>
<<set $Line2 to "by John Masefield">>
<<set $Line2Alt to "by John Masefield ">>
<<set $Line3 to "I must go down to the seas again, to the lonely sea and the sky,">>
<<set $Line3Alt to "I must go down to the seas again, to the lonely sea and the sky, ">>
<<set $Line4 to "And all I ask is a tall ship and a star to steer her by;">>
<<set $Line4Alt to "And all I ask is a tall ship and a star to steer her by; ">>
<<set $Line5 to "And the wheel’s kick and the wind’s song and the white sail’s shaking,">>
<<set $Line5Alt to "And the wheel's kick and the wind's song and the white sail's shaking,">>
<<set $Line6 to "And a grey mist on the sea’s face, and a grey dawn breaking.">>
<<set $Line6Alt to "And a grey mist on the sea's face, and a grey dawn breaking.">>
<<set $Line7 to "I must go down to the seas again, for the call of the running tide">>
<<set $Line7Alt to "I must go down to the seas again, for the call of the running tide ">>
<<set $Line8 to "Is a wild call and a clear call that may not be denied;">>
<<set $Line8Alt to "Is a wild call and a clear call that may not be denied; ">>
<<set $Line9 to "And all I ask is a windy day with the white clouds flying,">>
<<set $Line9Alt to "And all I ask is a windy day with the white clouds flying, ">>
<<set $Line10 to "And the flung spray and the blown spume, and the sea-gulls crying.">>
<<set $Line10Alt to "And the flung spray and the blown spume, and the sea-gulls crying. ">>
<<set $Line11 to "I must go down to the seas again, to the vagrant gypsy life,">>
<<set $Line11Alt to "I must go down to the seas again, to the vagrant gypsy life, ">>
<<set $Line12 to "To the gull’s way and the whale’s way where the wind’s like a whetted knife;">>
<<set $Line12Alt to "To the gull's way and the whale's way where the wind's like a whetted knife;">>
<<set $Line13 to "And all I ask is a merry yarn from a laughing fellow-rover,">>
<<set $Line13Alt to "And all I ask is a merry yarn from a laughing fellow-rover, ">>
<<set $Line14 to "And quiet sleep and a sweet dream when the long trick’s over.">>
<<set $Line14Alt to "And quiet sleep and a sweet dream when the long trick's over.">>
<</nobr>><<display Intro>><<set $Score to 0>>Welcome! Ready to [[test your memory|PlayerEntry]] of //Sea-Fever// by John Masefield?
If you want a refresher first, here’s the full poem:
I must go down to the seas again, to the lonely sea and the sky,
And all I ask is a tall ship and a star to steer her by;
And the wheel’s kick and the wind’s song and the white sail’s shaking,
And a grey mist on the sea’s face, and a grey dawn breaking.
I must go down to the seas again, for the call of the running tide
Is a wild call and a clear call that may not be denied;
And all I ask is a windy day with the white clouds flying,
And the flung spray and the blown spume, and the sea-gulls crying.
I must go down to the seas again, to the vagrant gypsy life,
To the gull’s way and the whale’s way where the wind’s like a whetted knife;
And all I ask is a merry yarn from a laughing fellow-rover,
And quiet sleep and a sweet dream when the long trick’s over.<<set $Score to 0>>Fill in each line!
Title:
<<textbox "$PlayerGuessLine1" "" autofocus>>
Attribution:
<<textbox "$PlayerGuessLine2" "">>
Full poem:
<<textbox "$PlayerGuessLine3" "">>
<<textbox "$PlayerGuessLine4" "">>
<<textbox "$PlayerGuessLine5" "">>
<<textbox "$PlayerGuessLine6" "">>
<<textbox "$PlayerGuessLine7" "">>
<<textbox "$PlayerGuessLine8" "">>
<<textbox "$PlayerGuessLine9" "">>
<<textbox "$PlayerGuessLine10" "">>
<<textbox "$PlayerGuessLine11" "">>
<<textbox "$PlayerGuessLine12" "">>
<<textbox "$PlayerGuessLine13" "">>
<<textbox "$PlayerGuessLine14" "" "Grading">>
[[Check your work!|Grading]]Line 1:
<<if $PlayerGuessLine1 eq $Line1 or $PlayerGuessLine1 eq $Line1Alt>>''Correct!''<<set $Score +=1>><html><br></html>//$Line1//<<else>>''You missed this.'' It's:<html><br></html>//$Line1//<html><br></html>You had:<html><br></html><<if $PlayerGuessLine1 is "">>[NO ENTRY]<<else>>//$PlayerGuessLine1//<</if>><</if>>
Line 2:
<<if $PlayerGuessLine2 eq $Line2 or $PlayerGuessLine2 eq $Line2Alt>>''Correct!''<<set $Score +=1>><html><br></html>//$Line2//<<else>>''You missed this.'' It's:<html><br></html>//$Line2//<html><br></html>You had:<html><br></html><<if $PlayerGuessLine2 is "">>[NO ENTRY]<<else>>//$PlayerGuessLine2//<</if>><</if>>
Line 3:
<<if $PlayerGuessLine3 eq $Line3 or $PlayerGuessLine3 eq $Line3Alt>>''Correct!''<<set $Score +=1>><html><br></html>//$Line3//<<else>>''You missed this.'' It's:<html><br></html>//$Line3//<html><br></html>You had:<html><br></html><<if $PlayerGuessLine3 is "">>[NO ENTRY]<<else>>//$PlayerGuessLine3//<</if>><</if>>
Line 4:
<<if $PlayerGuessLine4 eq $Line4 or $PlayerGuessLine4 eq $Line4Alt>>''Correct!''<<set $Score +=1>><html><br></html>//$Line4//<<else>>''You missed this.'' It's:<html><br></html>//$Line4//<html><br></html>You had:<html><br></html><<if $PlayerGuessLine4 is "">>[NO ENTRY]<<else>>//$PlayerGuessLine4//<</if>><</if>>
Line 5:
<<if $PlayerGuessLine5 eq $Line5 or $PlayerGuessLine5 eq $Line5Alt>>''Correct!''<<set $Score +=1>><html><br></html>//$Line5//<<else>>''You missed this.'' It's:<html><br></html>//$Line5//<html><br></html>You had:<html><br></html><<if $PlayerGuessLine5 is "">>[NO ENTRY]<<else>>//$PlayerGuessLine5//<</if>><</if>>
Line 6:
<<if $PlayerGuessLine6 eq $Line6 or $PlayerGuessLine6 eq $Line6Alt>>''Correct!''<<set $Score +=1>><html><br></html>//$Line6//<<else>>''You missed this.'' It's:<html><br></html>//$Line6//<html><br></html>You had:<html><br></html><<if $PlayerGuessLine6 is "">>[NO ENTRY]<<else>>//$PlayerGuessLine6//<</if>><</if>>
Line 7:
<<if $PlayerGuessLine7 eq $Line7 or $PlayerGuessLine7 eq $Line7Alt>>''Correct!''<<set $Score +=1>><html><br></html>//$Line7//<<else>>''You missed this.'' It's:<html><br></html>//$Line7//<html><br></html>You had:<html><br></html><<if $PlayerGuessLine7 is "">>[NO ENTRY]<<else>>//$PlayerGuessLine7//<</if>><</if>>
Line 8:
<<if $PlayerGuessLine8 eq $Line8 or $PlayerGuessLine8 eq $Line8Alt>>''Correct!''<<set $Score +=1>><html><br></html>//$Line8//<<else>>''You missed this.'' It's:<html><br></html>//$Line8//<html><br></html>You had:<html><br></html><<if $PlayerGuessLine8 is "">>[NO ENTRY]<<else>>//$PlayerGuessLine8//<</if>><</if>>
Line 9:
<<if $PlayerGuessLine9 eq $Line9 or $PlayerGuessLine9 eq $Line9Alt>>''Correct!''<<set $Score +=1>><html><br></html>//$Line9//<<else>>''You missed this.'' It's:<html><br></html>//$Line9//<html><br></html>You had:<html><br></html><<if $PlayerGuessLine9 is "">>[NO ENTRY]<<else>>//$PlayerGuessLine9//<</if>><</if>>
Line 10:
<<if $PlayerGuessLine10 eq $Line10 or $PlayerGuessLine10 eq $Line10Alt>>''Correct!''<<set $Score +=1>><html><br></html>//$Line10//<<else>>''You missed this.'' It's:<html><br></html>//$Line10//<html><br></html>You had:<html><br></html><<if $PlayerGuessLine10 is "">>[NO ENTRY]<<else>>//$PlayerGuessLine10//<</if>><</if>>
Line 11:
<<if $PlayerGuessLine11 eq $Line11 or $PlayerGuessLine11 eq $Line11Alt>>''Correct!''<<set $Score +=1>><html><br></html>//$Line11//<<else>>''You missed this.'' It's:<html><br></html>//$Line11//<html><br></html>You had:<html><br></html><<if $PlayerGuessLine11 is "">>[NO ENTRY]<<else>>//$PlayerGuessLine11//<</if>><</if>>
Line 12:
<<if $PlayerGuessLine12 eq $Line12 or $PlayerGuessLine12 eq $Line12Alt>>''Correct!''<<set $Score +=1>><html><br></html>//$Line12//<<else>>''You missed this.'' It's:<html><br></html>//$Line12//<html><br></html>You had:<html><br></html><<if $PlayerGuessLine12 is "">>[NO ENTRY]<<else>>//$PlayerGuessLine12//<</if>><</if>>
Line 13:
<<if $PlayerGuessLine13 eq $Line13 or $PlayerGuessLine13 eq $Line13Alt>>''Correct!''<<set $Score +=1>><html><br></html>//$Line13//<<else>>''You missed this.'' It's:<html><br></html>//$Line13//<html><br></html>You had:<html><br></html><<if $PlayerGuessLine13 is "">>[NO ENTRY]<<else>>//$PlayerGuessLine13//<</if>><</if>>
Line 14:
<<if $PlayerGuessLine14 eq $Line14 or $PlayerGuessLine14 eq $Line14Alt>>''Correct!''<<set $Score +=1>><html><br></html>//$Line14//<<else>>''You missed this.'' It's:<html><br></html>//$Line14//<html><br></html>You had:<html><br></html><<if $PlayerGuessLine14 is "">>[NO ENTRY]<<else>>//$PlayerGuessLine14//<</if>><</if>>
<<set $FinalScore to (($Score / 14) * 100)>><<set $FinalScore to $FinalScore.toFixed(2)>>You got <<print $FinalScore>>% of the poem right.
[[Try again.|PlayerEntry]]
[[Refresh yourself on the full poem first.|Intro]]$Line1 ($Line2, $Line3, etc.)
Is locked in the passage VariableSetting as the respective line of the poem.
VALUE:
Locked in as respective line of poem.
$PlayerGuessLine1 ($PlayerGuessLine2, $PlayerGuessLine3, etc.)
Player's entered guess for each respective line of the poem.
VALUE:
Player-entered.
$Score
Set as 0 in the PlayerEntry passage, and then goes up by 1 for each line the player gets right.
VALUES:
Starts as 0, goes up by 1 per each line that's right.
$FinalScore
Set to the percentage of lines the player got right in the Grading passage.
VALUES
0 to 100