We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc6ecb commit 9d761beCopy full SHA for 9d761be
1 file changed
pages/christmas/game.html
@@ -10,10 +10,10 @@
10
<link rel="stylesheet" href="../../css/index.css" />
11
<link rel="stylesheet" href="../../css/game.css" />
12
<script type="module" defer>
13
- import { xmas } from "../../js/data/index.js";
+ import { xmasQA } from "../../js/data/index.js";
14
import { Quiz } from "../../js/QuizClass.js";
15
16
- const QuizInstance = new Quiz(xmas);
+ const QuizInstance = new Quiz(xmasQA);
17
18
document.addEventListener("click", (e) => {
19
if (e.target.dataset.number) {
@@ -59,4 +59,4 @@ <h1 id="question">What is the answer to this question</h1>
59
</div>
60
</body>
61
62
-</html>
+</html>
0 commit comments