Dev_Interview_Prep_App icon indicating copy to clipboard operation
Dev_Interview_Prep_App copied to clipboard

Feature: Add Screen to choose what code language you'd like for quiz. Native_Kotlin/base

Open Tc2r1 opened this issue 2 years ago • 0 comments

Quiz application is currently tuned towards Android Quiz questions, Application should open to a screen allowing users to choose what type of quiz they would like to engage in.

Inside of the Native_Kotlin/Base module only, add a screen that allows user to pick which quiz they'd like to engage in.

Developer will create a "pick a quiz" fragment or activity that allows user to choose different types of quizzes based on languages.

Based on this choice, the network should "load" questions from different json sources within the /Languages/ folder.

###As this is the base application, please get the information from the "repository api" (aka json / github and folders) without using any advanced libraries.

Tc2r1 avatar Oct 12 '22 19:10 Tc2r1