Update templates/quiz.html
Browse files- templates/quiz.html +1 -0
templates/quiz.html
CHANGED
@@ -63,6 +63,7 @@
|
|
63 |
<script>
|
64 |
// Use the passed response JSON directly
|
65 |
let textWithAnswers = `{{ textWithAnswers|tojson|safe }}`;
|
|
|
66 |
|
67 |
window.onload = function() {
|
68 |
generateQuiz();
|
|
|
63 |
<script>
|
64 |
// Use the passed response JSON directly
|
65 |
let textWithAnswers = `{{ textWithAnswers|tojson|safe }}`;
|
66 |
+
console.log('textWithAnswers:', textWithAnswers);
|
67 |
|
68 |
window.onload = function() {
|
69 |
generateQuiz();
|