Skip to content

Commit 5b5f6a2

Browse files
Tweak "Hello, world!" lab to match new lab format (#452)
Signed-off-by: David A. Wheeler <[email protected]>
1 parent 038ddb6 commit 5b5f6a2

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/labs/hello.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,9 @@ <h1>Lab Exercise hello</h1>
124124
the labs</a>.
125125

126126
<p>
127-
<h2>Task</h2>
127+
<h2>Goal</h2>
128128
<p>
129-
<b>Please write code to print "Hello, world!" (not including the quotes)
130-
for JavaScript on Node.js, while also learning how our labs work.</b>
129+
<b>Learn how to use our labs by writing a "Hello, world!" program.</b>
131130

132131
<p>
133132
<h2>Background</h2>
@@ -144,8 +143,9 @@ <h2>Task Information</h2>
144143
<p>
145144

146145
<p>
147-
Please change this program to print "Hello, world!" and while
148-
doing so, experiment with the buttons below labelled
146+
Your task is to change the program below
147+
to print "Hello, world!" to learn how our labs work.
148+
Please experiment with the buttons below labelled
149149
<i>Hint</i>, <i>Reset</i>, and <i>Give up</i>.
150150

151151
<p>
@@ -156,6 +156,10 @@ <h2>Task Information</h2>
156156
<p>
157157
<h2>Interactive Lab (<span id="grade"></span>)</h2>
158158
<p>
159+
<b>Please modify the code below to print "Hello, world!"
160+
(not including the quotes)
161+
for JavaScript on Node.js, while also learning how our labs work.</b>
162+
<p>
159163
<!--
160164
You can use this an example for new labs.
161165
For multi-line inputs, instead of <input id="attempt0" type="text" ...>, use

0 commit comments

Comments
 (0)