diff --git a/index.html b/index.html index eef7d86..1a3a97a 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ Quiz App - +
Question
@@ -20,7 +20,7 @@
- +
diff --git a/script.js b/script.js index 91c52a5..733038a 100644 --- a/script.js +++ b/script.js @@ -108,5 +108,14 @@ const questions = [ { text: '6', correct: false }, { text: '8', correct: true } ] - } + }, + { + question: 'Google Community group in college', + answers: [ + { text: 'Khelo mbm', correct: false }, + { text: 'GDSC', correct: true }, + { text: 'ESE', correct: false }, + { text: 'IDK', correct: false } + ] + }, ]