Skip to content

Commit eb26ed3

Browse files
authored
Merge branch 'barbarer:master' into master
2 parents a577a83 + 3b11ae9 commit eb26ed3

12 files changed

Lines changed: 21 additions & 12 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

_sources/bsoup/writecode_mu.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Write Code Questions
2-
---------------------
1+
Parsons Problems for Code Questions
2+
--------------------------------------
33

44
.. parsonsprob:: bsoup_writecode1q_mu_v2
55
:numbered: left

0 commit comments

Comments
 (0)