KunalRaghav / CrossFire

A Binary Quiz App
MIT License
4 stars 14 forks source link

Add more questions #1

Open KunalRaghav opened 2 years ago

KunalRaghav commented 2 years ago

Add more questions to the Questions.kt file.

How? Add a Question to questions arraylist in the Object QuestionsBank.

Format:

Question(
           <String: Question to ask here>,
           <Boolean: if the statement made in the question is true or false>,
           <String: The actual fact of the question>
        ),

Example:

Question(
            "Other than water, coffee is the world's most popular drink.",
            true,
            "Coffee is consumed by about one-third of Earth's population."
        ),

Note:

keivalya commented 2 years ago

I would like to work on it. Can you assign it to me?

KunalRaghav commented 2 years ago

@keivalya You can start working on it directly, as this issue asks to add more questions it will be open to everyone.

keivalya commented 2 years ago

Oh true. Absolutely. Thanks!

vilgad commented 2 years ago

i would like to solve this

aastha0326 commented 2 years ago

i would like to work on this

KunalRaghav commented 2 years ago

@aastha01chauhan please feel free to work on it

Rarj commented 2 years ago

Hi @KunalRaghav , I have added one new question for hacktoberfest 2021 on PR. Thanks for your attention 😄

PratikFagadiya commented 2 years ago

Hi @KunalRaghav , I have added some questions for hacktoberfest 2021 on PR. Please accept it 😄