mou3az commited on
Commit
1238c53
1 Parent(s): 2f73a63

Update templates/quiz.html

Browse files
Files changed (1) hide show
  1. 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();