File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ What to do next
162162 window .onload = function () {
163163
164164 a = document .getElementById (" pre_survey" )
165- a .href = " pre_survey .html"
165+ a .href = " mc_pre_survey .html"
166166 };
167167
168168 </script >
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ What to do next
216216 window .onload = function () {
217217
218218 a = document .getElementById (" posttest" )
219- a .href = " posttest .html"
219+ a .href = " mc_posttest .html"
220220 };
221221
222222 </script >
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ What to do next
6363 window .onload = function () {
6464
6565 a = document .getElementById (" posttest" )
66- a .href = " posttest .html"
66+ a .href = " mc_posttest .html"
6767 };
6868
6969 </script >
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ What to do next
197197 window .onload = function () {
198198
199199 a = document .getElementById (" post_survey" )
200- a .href = " post_survey .html"
200+ a .href = " mc_post_survey .html"
201201 };
202202
203203 < / script>
Original file line number Diff line number Diff line change @@ -170,9 +170,9 @@ What to do next
170170 }
171171
172172 if (cond == ' wt' ) {
173- a .href = " nested -wt.html"
173+ a .href = " mc_nested -wt.html"
174174 } else if (cond == ' nt' ) {
175- a .href = " nested -nt.html"
175+ a .href = " mc_nested -nt.html"
176176 }
177177 };
178178 </script >
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ What to do next
192192 window .onload = function () {
193193
194194 a = document .getElementById (" intro" )
195- a .href = " intro .html"
195+ a .href = " mc_intro .html"
196196 };
197197
198198 </script >
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ What to do next
8383 }
8484
8585 // If all elements exist, proceed to review.html
86- window .location .href = " review .html" ;
86+ window .location .href = " mc_review .html" ;
8787 };
8888 };
8989 </script >
You can’t perform that action at this time.
0 commit comments