From 1f6cb113db0dbecdd41f7b320fba66cc15238624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=B0=E0=A5=8B=E0=A4=B9=E0=A4=BF=E0=A4=A4=20=E0=A4=AF?= =?UTF-8?q?=E0=A4=BE=E0=A4=A6=E0=A4=B5?= Date: Fri, 30 Sep 2022 21:23:14 +0530 Subject: [PATCH] update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ca92dff..0c4b718 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ This is an Basic QuizApp based on the Information provided in the Intern hiring task and JSON data fetched from API. The app first lists a set of questions which are available in the JSON data. User can tap on a single question to view it's details and attempt it. +Because of the time constraint, I was not able to implement the following features: +- Showing the correct answer after the user has attempted the question. + ## Features - Login and Signup using Google Sign In as well as Email and Password. - List of Questions fetched from API.