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_Java/Template

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_Java/Template 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 template application, all loading of data should be mocked.

As this is the template application, please leave detailed notes on what future developers should do when using this template to complete their own module.

Tc2r1 avatar Oct 12 '22 18:10 Tc2r1