@@ -124,10 +124,9 @@ <h1>Lab Exercise hello</h1>
124
124
the labs</ a > .
125
125
126
126
< p >
127
- < h2 > Task </ h2 >
127
+ < h2 > Goal </ h2 >
128
128
< 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 >
131
130
132
131
< p >
133
132
< h2 > Background</ h2 >
@@ -144,8 +143,9 @@ <h2>Task Information</h2>
144
143
< p >
145
144
146
145
< 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
149
149
< i > Hint</ i > , < i > Reset</ i > , and < i > Give up</ i > .
150
150
151
151
< p >
@@ -156,6 +156,10 @@ <h2>Task Information</h2>
156
156
< p >
157
157
< h2 > Interactive Lab (< span id ="grade "> </ span > )</ h2 >
158
158
< 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 >
159
163
<!--
160
164
You can use this an example for new labs.
161
165
For multi-line inputs, instead of <input id="attempt0" type="text" ...>, use
0 commit comments