We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b0e545 commit 6e0c5acCopy full SHA for 6e0c5ac
2 files changed
v3/embedding-demo.html
@@ -46,7 +46,9 @@
46
47
<div id="happyDiv"></div>
48
49
- <p>This one tests your knowledge</p>
+
50
+ <!-- popup question dialog code from Brad Miller -->
51
+ <p>This one tests your knowledge:</p>
52
<div id="bradsDiv"></div>
53
54
<div id="bradsDiv_modal" class="basic-modal-content">
v3/js/pytutor.js
@@ -3133,6 +3133,8 @@ function isOutputLineVisibleForBubbles(lineDivID) {
3133
}
3134
3135
3136
+// popup question dialog code from Brad Miller
3137
3138
// inputId is the ID of the input element
3139
// divId is the div that containsthe visualizer
3140
// answer is a dotted form of an attribute that lives in the curEntry of the trace
0 commit comments