Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more questions #1

Open
KunalRaghav opened this issue Sep 26, 2021 · 8 comments · Fixed by #31
Open

Add more questions #1

KunalRaghav opened this issue Sep 26, 2021 · 8 comments · Fixed by #31
Labels
good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed up-for-grabs

Comments

@KunalRaghav
Copy link
Owner

KunalRaghav commented Sep 26, 2021

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:

  • Only one question should be added in a PR, if you need to add more questions, make a pr for each request
  • Ensure no questions are repeated
  • The pull request should also contain the source of truth for the question.
@KunalRaghav KunalRaghav added help wanted Extra attention is needed good first issue Good for newcomers hacktoberfest up-for-grabs labels Sep 26, 2021
@keivalya
Copy link
Contributor

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

@KunalRaghav
Copy link
Owner Author

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

@keivalya
Copy link
Contributor

Oh true. Absolutely.
Thanks!

@vilgad
Copy link

vilgad commented Oct 1, 2021

i would like to solve this

@aastha0326
Copy link
Contributor

i would like to work on this

@KunalRaghav
Copy link
Owner Author

@aastha01chauhan please feel free to work on it

@Rarj
Copy link
Contributor

Rarj commented Oct 6, 2021

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

@PratikFagadiya
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed up-for-grabs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants