From dd390bf8146ae16774ce5364f1c792e1dc5e6788 Mon Sep 17 00:00:00 2001 From: ___Anurag__Saikia___ <64187626+anurag90-tech@users.noreply.github.com> Date: Thu, 28 Oct 2021 07:58:39 +0530 Subject: [PATCH] Update index.json Added a new question related to Covid-19!! --- questions/index.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/questions/index.json b/questions/index.json index bf9accd..843a9f4 100644 --- a/questions/index.json +++ b/questions/index.json @@ -4189,5 +4189,15 @@ "c": "Covid Jagrutha", "d": "Covid Chodo India", "answer": "a" - } + }, + { + "id": 431, + "difficulty": 2, + "question": "Where first COVID-19 appeared?", + "a": "Kabul, Afghanistan", + "b": "Wuhan, China", + "c": "New Delhi, India", + "d": "Washington DC, USA", + "answer": "b" +} ]