So I have received an internship hiring assignment, the assignment asks for a quiz app that implements the basic functionality of login, progress record, and reward system.
Functionalities:-
Google Authentication
Splash screen
Reward system
horizontal scroll for the questions
Approach and plan:
I am planning to go through them in reverse order, I'll start with the quizzler app that I have already built and apply these required additions.
Let's start by making it a horizontal scroll: used PageView.builder to create a horizontal effect page with all the questions and kept a score check at the bottom, increasing the score by one for every correct answer.
Splash Screen: simply used the splash screen functionality of Flutter to achieve this.
ย