diff --git a/index.html b/index.html
index eef7d86..3d3a929 100644
--- a/index.html
+++ b/index.html
@@ -8,8 +8,8 @@
+
+
Question
@@ -20,9 +20,9 @@
-
+
-
+
diff --git a/script.js b/script.js
index 91c52a5..94f4c70 100644
--- a/script.js
+++ b/script.js
@@ -109,4 +109,11 @@ const questions = [
{ text: '8', correct: true }
]
}
+ {
+ question: "What is 8*2?"
+ answers: [
+ {text: '16', correct: true},
+ {text: '10', correct: false}
+ ]
+ }
]