From 3cbd69bc9d024018a8fbf6bb70bcb083df7448cc Mon Sep 17 00:00:00 2001 From: Rimi Mittal Date: Tue, 23 Jan 2024 15:50:45 +0530 Subject: [PATCH 1/2] done --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index eef7d86..3d3a929 100644 --- a/index.html +++ b/index.html @@ -8,8 +8,8 @@ Quiz App - -
+ +
Question
@@ -20,9 +20,9 @@
- + - +
From d5c9642c529ac88b9f7b2ce00a9402cb7ff9b980 Mon Sep 17 00:00:00 2001 From: Rimi Mittal Date: Wed, 24 Jan 2024 12:23:57 +0530 Subject: [PATCH 2/2] done --- script.js | 7 +++++++ 1 file changed, 7 insertions(+) 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} + ] + } ]