Skip to content

Commit 1827565

Browse files
committed
move question example to the end.
1 parent c3d0ba4 commit 1827565

1 file changed

Lines changed: 16 additions & 13 deletions

File tree

v3/embedding-demo.html

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,22 @@
3131
<body>
3232

3333
<!-- This demo shows three visualizations, each embedded within a div ... -->
34+
35+
<p>Recursive list sum (from <a href="http://pythontutor.com">pythontutor.com</a> home page):</p>
36+
37+
<div id="listSumDiv"></div>
38+
39+
40+
<p>Towers of Hanoi:</p>
41+
42+
<div id="hanoiDiv"></div>
43+
44+
45+
<p>Happy Birthday:</p>
46+
47+
<div id="happyDiv"></div>
48+
49+
<p>This one tests your knowledge</p>
3450
<div id="bradsDiv"></div>
3551

3652
<div id="bradsDiv_modal" class="basic-modal-content">
@@ -46,19 +62,6 @@ <h3>Check your understanding</h3>
4662
<img src='x.png' alt='' />
4763
</div>
4864

49-
<p>Recursive list sum (from <a href="http://pythontutor.com">pythontutor.com</a> home page):</p>
50-
51-
<div id="listSumDiv"></div>
52-
53-
54-
<p>Towers of Hanoi:</p>
55-
56-
<div id="hanoiDiv"></div>
57-
58-
59-
<p>Happy Birthday:</p>
60-
61-
<div id="happyDiv"></div>
6265

6366
</body>
6467
</html>

0 commit comments

Comments
 (0)