Giter Site home page Giter Site logo

tc2r1 / dev_interview_prep_app Goto Github PK

View Code? Open in Web Editor NEW
51.0 3.0 54.0 7.36 MB

This is an Open Sourced Programming Quiz Project to help people practice for interviews. We are redesigning the application for use with all languages. Open for help!

License: Other

Java 30.33% Kotlin 67.25% HTML 2.42%
hacktoberfest java python kotlin android javascript ios c html5 hacktoberfest2022 open-source swiftui blog cpp csharp design documentation

dev_interview_prep_app's Introduction

๐ŸŽƒ ๐ŸŽƒ

๐ŸŽƒ Use this project to make your first contribution to an open source project on GitHub. Practice making your first pull request to a public repository before doing the real thing! ๐ŸŽƒ

This repository is open to all members of the GitHub community. Any member may contribute to this project without being a collaborator.

Don't forget to give โญ ( To give star you can see on your screen on top right hand side Just smash it ๐Ÿ’ฅ :)

(Type "!assign" in a comment under issues to be assigned an issue)

I have worked really hard to create a variety of ways in which everyone contribute to this project, there should be multiple directions any skill level can go in with this project. Below are a few different ways all skill levels and programmer types can contribute.

Contributors submitting low- or non-code content to projects should create a PR/MR to track it

Click Here to Create a Pull Request

No Code Contributions

LOG YOUR NON-CODE CONTRIBUTION IN THE CONTRIBUTIONS.MD FILE

  • Documentation
    • If you see an area that could benefit from documentation, we welcome these contributions. Be it Code of Conducts, Reformatting a readme., Adding Graphs etc.
    • Writing and translating technical documentation
    • Translating a readme.md to another language
  • Designs
    • Use Tools Like Figma to create Mocks for the UI of the application
    • Redesign or create an application icon or splash screen
    • Create a header banner for the project
  • Advocacy by podcasts, case studies, blog posts, or social media posts
    • Write a blog post about the github project and how it can help others
    • Shoutout the repository on social media to a popular group
  • Maintenance
    • Create feature ideas you think would be benefitual for the application to have
      • At least 2 approve ideas must be submitted to satisfy a contribution of this type
      • Issues should be labeled Triage and Hacktoberfest
    • Review the Pull Request submitted by others.
      • At least 3 request must be reviewed in order to satisfy a contribution of this type.

Create a markdown.md file named [language]_cheatsheet_[username].md

Inside this file, create a cheatsheet that others can use to help them study for interviews.

Create a document in the project and-summit-22-notes with your thoughts on what you found interesting that was discussed during Android Summit 2022

Low Code Contributions

  • Add Comments to at least 2 files in the project
    • comments should explain and detail what the code is doing to help newer developers.
  • Helpful Links
    • Add at least 3 links to helpful free resources developers can use to the readme.md in the root folder.

Click Here to Create a Pull Request

๐ŸŽƒ๐ŸŽƒLEVEL 3 CONTRIBUTIONS๐ŸŽƒ๐ŸŽƒ - BUILD A MODULE OF THE PROJECT :O!! YOU'RE A BOSS!

Want a challenge? Here you will rebuild the project with options to use the supplied UI. You will focus on showing off a few different libraries and an architecture of your choice (MVP, MVC, MVVM, HILT, Coroutines, etc etc etc endless possibilities) To show other developers different ways in which these things can be combined to build the quiz application. Please focus on and gain experience with the repository layer, dependency injection, view models, and whatever else you like! Lets see how many different modules we can create!

  1. navigate to https://github.com/Tc2r1/DevInterview_Questions/tree/master/Interview_Prep_App/

  2. decide if you want to work in Native_Java or Native_Kotlin, or something else (for something else skip to 6b) open the folder you choose.

  3. Fork the repo and create a branch to save your work to.

  4. copy the template application folder, paste it into native_kotlin folder, and rename it based on what your project will showcase. for example "retrofit, coroutines, viewmodel, jetpack compose" along with your username (IE: retrofit2_tc2r1)

  5. Open the "Interview_Prep_App" folder in android studio and add your module to the settings.gradle file.

  6. Rename the module id com.interviewprep.unique_folder_name_from_step_3 6b. For those who want to work in something besides native android, create a folder with your application type in Interview_Prep_App folder: "SwiftUI" "Html5" etc.

  7. Use your skills and libraries of choice to recreate the project.

  8. Pull latest changes from master branch into your branch and resolve all merge conflicts.

  9. Open Contributors.md file and add your name and relevant information.

  10. Add a README.md to the base of your project folder/ module that list what makes your version of the quiz app special (aka libraries you used, patterns, languages, etc)

  11. Create a PR (With detailed information and images if possible of your work)!

  12. Your PR will be reviewed, after resolving all request, your PR will be accepted

  13. CELEBRATE GOOD TIMES COME ON!!

  14. RINSE REPEAT! You're a fireball!




๐ŸŽƒ๐ŸŽƒLEVEL 2 CONTRIBUTIONS๐ŸŽƒ๐ŸŽƒ - RESOLVE A SMALL "ISSUE" TICKET!

Want to get your hands wet with some programming? Look at the open issues and find one that allows you to contribute to one of the modules! These will vary but should be easy enough.

  1. Find an issue and ask for rights/claim to work on it.
  2. A Maintainer will grant said permissions.
  3. Fork the repo and create a branch to save your work to.
  4. Resolve the issue
  5. Pull latest changes from master branch into your branch and resolve all merge conflicts.
  6. Create a PR!
  7. Your PR will be reviewed, after resolving all request, your PR will be accepted
  8. Open Contributors.md file and add your name and relevant information.
  9. CELEBRATE GOOD TIMES COME ON!!
  10. RINSE REPEAT! You're a fireball!



๐ŸŽƒ๐ŸŽƒLevel 1 Contributions๐ŸŽƒ๐ŸŽƒ - Add a minimal of 3 objects to the questions or answers json of your choice.

We are using Json to create a list of frequently given interview questions and answers for different languages! In every directory, you will find two files questions and answers

If you'd like to contribute to questions.json:

  1. Fork this repo

  2. Navigate to the language folder you would like to contribute to.

  3. Open Questions, here copy the last item in the list, and fill in each label.

    id: incremental number.

    question: An interview question.

    details: An in depth answer of the question, no more than 150 characters.

    questionType: "multi" for a multiple answer type question, or "bool" for a true or false type question.

    trueOrFalse: if your question is multi, leave this false. If your question is true or false, type the correct answer.

    shortAns: The One Sentence Answer to your question PLEASE DO NOT INCLUDE THE TERM/SUBJECT USED IN THE QUESTION HERE, also Prefix with "it is", Please keep these less than 60 Characters

    tag: A one word tag that specifies what part of a project your question is in reference to.

    Please make sure to match the syntax of the previous items. Questions should end with a punctuation mark. Example: Please Make sure to start " shortAns" with "It is" (ie if the answer is "a cat" then say "It is a cat."

    { "id": 0,

    "question": "What is Android?",

    "details": "Android is a stack of software for mobile devices which includes an Operating System, middleware and some key applications. The application executes within its own process and its own instance of Dalvik Virtual Machine.",

    "questionType": "multi",

    "trueOrFalse": false,

    "shortAns": "It is a stack of software for mobile devices.",

    "tag": "android" },

    {

    "id": 1,

    "question": "The Android Operating System runs on many different devices?",

    "details": "Android operating system devices โ€” including computers, digital cameras, media players, notebooks, and smartphones. There are now more than 24,000 different Android devices.",

    "questionType": "bool",

    "trueOrFalse": true,

    "shortAns": "**NOTHING GOES HERE FOR BOOLEAN QUESTIONS" = "",

    "tag": "Operating System"

    }

  4. Open Contributors.md file and add your name and relevant information.

  5. Make Pull Request.

Json Objects in the Answers.json are terms that will be used to hide the correct answer supplied by an item from Questions. json. Please Make sure to start "Answer" with "It is" (ie if the answer is " a cat" then say "It is a cat."

If you'd like to contribute to answers.json:

  1. Fork this repo
  2. Navigate to the language folder you would like to contribute to.
  3. Open Answers.json, here copy the last item in the list, and fill in each label.

answer: A topic with a basic small description. details: Detailed Information on the subject supplied in Answer, no more than 150 characters.

Please make sure to match the syntax of the previous items. Answers should end with a punctuation mark. Example:

{

  "answer": "**It is** everything you can see on the screen of the app.",
  
  "details": "Think of the individual UI elements like buttons, labels, and text fields."

},

{

  "answer": "**It is** a month-long celebration of open source software run by DigitalOcean.",
  
  "details": "Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2021 challenge and earn a limited edition T-shirt."
  
}
  1. Open Contributors.md file and add your name and relevant information.
  2. Make Pull Request.
A month-long celebration from October 1st - 31st sponsored by [Digital Ocean](https://hacktoberfest.digitalocean.com/) and [GitHub](https://github.com/blog/2433-celebrate-open-source-this-october-with-hacktoberfest) to get people involved in [Open Source](https://github.com/open-source). Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.

Hacktoberfest 2022 ๐ŸŽ‰

Hacktober Badge Hacktober Badge Star Badge Contributions

๐Ÿ—ฃ Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2021 challenge and earn a limited edition T-shirt.

๐Ÿ“ข Register here for Hacktoberfest and make four pull requests (PRs) between October 1st-31st to grab free SWAGS ๐Ÿ”ฅ.

Rules

  • Don't use filthy words and be welcome for beginners and other people in this community.

Github Contribution Rules

  • Pull requests can be submitted to any opted-in repository on GitHub or GitLab.
  • The pull request must contain commits you made yourself.
  • If a maintainer reports your pull request as spam, it will not be counted toward your participation in Hacktoberfest.
  • If a maintainer reports behavior thatโ€™s not in line with the projectโ€™s code of conduct, you will be ineligible to participate.
  • To get a shirt, you must make four approved pull requests (PRs) on opted-in projects between October 1-31 in any time zone.
  • This year, the first 40,000 participants (maintainers and contributors) who complete Hacktoberfest can elect to receive one of two prizes: a tree planted in their name, or the Hacktoberfest 2022 t-shirt.

Contributions of any kind welcome!

-Best of luck โœŒ๏ธ

Don't forget to give โญ

( To give star you can see on your screen on top right hand side Just smash it ๐Ÿ’ฅ :) )


Thanks For Your Help!?๐Ÿ†

๐Ÿ†๐Ÿ™ Thanks๐Ÿ™๐Ÿ†

Made with contrib.rocks.

NOTE: if you should be on the list of contributors but we forgot you, don't be shy and let us know!



License

By-nc-nd

Nudennie White

dev_interview_prep_app's People

Contributors

amandeep404 avatar androidlion48 avatar dakshgupta2002 avatar distantfutures avatar frogo123 avatar glitched-sudhanshu avatar mksiddiq avatar ninjadev64 avatar nombasamore avatar nyrkln avatar omm2005 avatar poseidon2060 avatar prasad-333 avatar prasad-more-12 avatar premjeet1804 avatar priyasingh03 avatar rarj avatar rishu1601 avatar sahilchandravanshi avatar sbhmrj avatar scottajevans avatar sdtw20 avatar shibu-goswami avatar shinigami9450 avatar shreyanshmmgn avatar tannudaral avatar tc2r1 avatar vikrambaital avatar vishalrock1912 avatar yazh1202 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dev_interview_prep_app's Issues

Add 3 Quiz Questions or Answers to Json

Level 1 Contributions - Add a minimal of 3 objects to the questions or answers json of your choice.

We are using Json to create a list of frequently given interview questions and answers for different languages!
In every directory, you will find two files questions and answers

If you'd like to contribute to questions.json:

  1. Fork this repo

  2. Navigate to the language folder you would like to contribute to.

  3. Open Questions, here copy the last item in the list, and fill in each label.

    id: incremental number.

    question: An interview question.

    details: An in depth answer of the question, no more than 150 characters.

    questionType: "multi" for a multiple answer type question, or "bool" for a true or false type question.

    trueOrFalse: if your question is multi, leave this false. If your question is true or false, type the correct answer.

    shortAns: The One Sentence Answer to your question PLEASE DO NOT INCLUDE THE TERM/SUBJECT USED IN THE QUESTION HERE, also Prefix with "it is", Please keep these less than 60 Characters

    tag: A one word tag that specifies what part of a project your question is in reference to.

    Please make sure to match the syntax of the previous items. Questions should end with a punctuation mark.
    Example: Please Make sure to start "shortAns" with "It is" (ie if the answer is "a cat" then say "It is a cat."

    {
    "id": 0,

    "question": "What is Android?",

    "details": "Android is a stack of software for mobile devices which includes an Operating System, middleware and some key applications. The application executes within its own process and its own instance of Dalvik Virtual Machine.",

    "questionType": "multi",

    "trueOrFalse": false,

    "shortAns": "It is a stack of software for mobile devices.",

    "tag": "android"
    },

    {

    "id": 1,

    "question": "The Android Operating System runs on many different devices?",

    "details": "Android operating system devices โ€” including computers, digital cameras, media players, notebooks, and smartphones. There are now more than 24,000 different Android devices.",

    "questionType": "bool",

    "trueOrFalse": true,

    "shortAns": "**NOTHING GOES HERE FOR BOOLEAN QUESTIONS" = "",

    "tag": "Operating System"

    }

  4. Open Contributors.md file and add your name and relevant information.

  5. Make Pull Request.

Json Objects in the Answers.json are terms that will be used to hide the correct answer supplied by an item from Questions. json. Please Make sure to start "Answer" with "It is" (ie if the answer is "a cat" then say "It is a cat."

If you'd like to contribute to answers.json:

  1. Fork this repo
  2. Navigate to the language folder you would like to contribute to.
  3. Open Answers.json, here copy the last item in the list, and fill in each label.

answer: A topic with a basic small description.
details: Detailed Information on the subject supplied in Answer, no more than 150 characters.

Please make sure to match the syntax of the previous items. Answers should end with a punctuation mark.
Example:

{

  "answer": "**It is** everything you can see on the screen of the app.",
  
  "details": "Think of the individual UI elements like buttons, labels, and text fields."

},

{

  "answer": "**It is** a month-long celebration of open source software run by DigitalOcean.",
  
  "details": "Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2021 challenge and earn a limited edition T-shirt."
  
}
  1. Open Contributers.md file and add your name and relevant information.
  2. Make Pull Request.

[iOS] Create a native iOS version of the application.

The app essentially builds a 10 question quiz of multiple choice questions using questions from the Questions.json and Answers from the Answers.json. A Question item / model/ response has a "shortAns" key which is mixed in with 3 keys from the "Answers.json" to create a multiple choice question. Upon the user selecting the correct answer they move to the next question.

No matter which answer a user selects, they are shown a "Details" view that tells them more about the "answer" they selected.

After answering 10 questions they are taken to a score view where they can see how well they did, and try again.

So, are you up for it?

As an iOS Developer, I would like to create this application for the IOS platform.

Other Details:

Please place your project within the /Interview_Prep_App/ folder titled "native_iOS_[your github username]"

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

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.

[Android_React_Native] Create a Unique Version Of The App using React Native

The app essentially builds a 10 question quiz of multiple choice questions using questions from the Questions.json and Answers from the Answers.json. A Question item / model/ response has a "shortAns" key which is mixed in with 3 keys from the "Answers.json" to create a multiple choice question. Upon the user selecting the correct answer they move to the next question.

No matter which answer a user selects, they are shown a "Details" view that tells them more about the "answer" they selected.

After answering 10 questions they are taken to a score view where they can see how well they did, and try again.

So, are you up for it?

As a Developer, I would like to create this application using react native.

Other Details:

Please place your project within the /Interview_Prep_App/ folder titled "react_native_[your github username]"

Add 3 Quiz Questions or Answers to Json

Level 1 Contributions - Add a minimal of 3 objects to the questions or answers json of your choice.

We are using Json to create a list of frequently given interview questions and answers for different languages!
In every directory, you will find two files questions and answers

If you'd like to contribute to questions.json:

  1. Fork this repo

  2. Navigate to the language folder you would like to contribute to.

  3. Open Questions, here copy the last item in the list, and fill in each label.

    id: incremental number.

    question: An interview question.

    details: An in depth answer of the question, no more than 150 characters.

    questionType: "multi" for a multiple answer type question, or "bool" for a true or false type question.

    trueOrFalse: if your question is multi, leave this false. If your question is true or false, type the correct answer.

    shortAns: The One Sentence Answer to your question PLEASE DO NOT INCLUDE THE TERM/SUBJECT USED IN THE QUESTION HERE, also Prefix with "it is", Please keep these less than 60 Characters

    tag: A one word tag that specifies what part of a project your question is in reference to.

    Please make sure to match the syntax of the previous items. Questions should end with a punctuation mark.
    Example: Please Make sure to start "shortAns" with "It is" (ie if the answer is "a cat" then say "It is a cat."

    {
    "id": 0,

    "question": "What is Android?",

    "details": "Android is a stack of software for mobile devices which includes an Operating System, middleware and some key applications. The application executes within its own process and its own instance of Dalvik Virtual Machine.",

    "questionType": "multi",

    "trueOrFalse": false,

    "shortAns": "It is a stack of software for mobile devices.",

    "tag": "android"
    },

    {

    "id": 1,

    "question": "The Android Operating System runs on many different devices?",

    "details": "Android operating system devices โ€” including computers, digital cameras, media players, notebooks, and smartphones. There are now more than 24,000 different Android devices.",

    "questionType": "bool",

    "trueOrFalse": true,

    "shortAns": "**NOTHING GOES HERE FOR BOOLEAN QUESTIONS" = "",

    "tag": "Operating System"

    }

  4. Open Contributors.md file and add your name and relevant information.

  5. Make Pull Request.

Json Objects in the Answers.json are terms that will be used to hide the correct answer supplied by an item from Questions. json. Please Make sure to start "Answer" with "It is" (ie if the answer is "a cat" then say "It is a cat."

If you'd like to contribute to answers.json:

  1. Fork this repo
  2. Navigate to the language folder you would like to contribute to.
  3. Open Answers.json, here copy the last item in the list, and fill in each label.

answer: A topic with a basic small description.
details: Detailed Information on the subject supplied in Answer, no more than 150 characters.

Please make sure to match the syntax of the previous items. Answers should end with a punctuation mark.
Example:

{

  "answer": "**It is** everything you can see on the screen of the app.",
  
  "details": "Think of the individual UI elements like buttons, labels, and text fields."

},

{

  "answer": "**It is** a month-long celebration of open source software run by DigitalOcean.",
  
  "details": "Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2021 challenge and earn a limited edition T-shirt."
  
}
  1. Open Contributers.md file and add your name and relevant information.
  2. Make Pull Request.

Add Quiz Question and Answers

Level 1 Contributions - Add a minimal of 3 objects to the questions or answers json of your choice.

We are using Json to create a list of frequently given interview questions and answers for different languages!
In every directory, you will find two files questions and answers

If you'd like to contribute to questions.json:

  1. Fork this repo

  2. Navigate to the language folder you would like to contribute to.

  3. Open Questions, here copy the last item in the list, and fill in each label.

    id: incremental number.

    question: An interview question.

    details: An in depth answer of the question, no more than 150 characters.

    questionType: "multi" for a multiple answer type question, or "bool" for a true or false type question.

    trueOrFalse: if your question is multi, leave this false. If your question is true or false, type the correct answer.

    shortAns: The One Sentence Answer to your question PLEASE DO NOT INCLUDE THE TERM/SUBJECT USED IN THE QUESTION HERE, also Prefix with "it is", Please keep these less than 60 Characters

    tag: A one word tag that specifies what part of a project your question is in reference to.

    Please make sure to match the syntax of the previous items. Questions should end with a punctuation mark.
    Example: Please Make sure to start "shortAns" with "It is" (ie if the answer is "a cat" then say "It is a cat."

    {
    "id": 0,

    "question": "What is Android?",

    "details": "Android is a stack of software for mobile devices which includes an Operating System, middleware and some key applications. The application executes within its own process and its own instance of Dalvik Virtual Machine.",

    "questionType": "multi",

    "trueOrFalse": false,

    "shortAns": "It is a stack of software for mobile devices.",

    "tag": "android"
    },

    {

    "id": 1,

    "question": "The Android Operating System runs on many different devices?",

    "details": "Android operating system devices โ€” including computers, digital cameras, media players, notebooks, and smartphones. There are now more than 24,000 different Android devices.",

    "questionType": "bool",

    "trueOrFalse": true,

    "shortAns": "**NOTHING GOES HERE FOR BOOLEAN QUESTIONS" = "",

    "tag": "Operating System"

    }

  4. Open Contributors.md file and add your name and relevant information.

  5. Make Pull Request.

Json Objects in the Answers.json are terms that will be used to hide the correct answer supplied by an item from Questions. json. Please Make sure to start "Answer" with "It is" (ie if the answer is "a cat" then say "It is a cat."

If you'd like to contribute to answers.json:

  1. Fork this repo
  2. Navigate to the language folder you would like to contribute to.
  3. Open Answers.json, here copy the last item in the list, and fill in each label.

answer: A topic with a basic small description.
details: Detailed Information on the subject supplied in Answer, no more than 150 characters.

Please make sure to match the syntax of the previous items. Answers should end with a punctuation mark.
Example:

{

  "answer": "**It is** everything you can see on the screen of the app.",
  
  "details": "Think of the individual UI elements like buttons, labels, and text fields."

},

{

  "answer": "**It is** a month-long celebration of open source software run by DigitalOcean.",
  
  "details": "Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2021 challenge and earn a limited edition T-shirt."
  
}
  1. Open Contributers.md file and add your name and relevant information.
  2. Make Pull Request.

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

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/Template module only, add a screen that allows user to pick which quiz they'd like to engage in.
Describe the solution you'd like

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.

Add To Question Or Answers Json

Level 1 Contributions - Add a minimal of 3 objects to the questions or answers json of your choice.

We are using Json to create a list of frequently given interview questions and answers for different languages!
In every directory, you will find two files questions and answers

If you'd like to contribute to questions.json:

  1. Fork this repo

  2. Navigate to the language folder you would like to contribute to.

  3. Open Questions, here copy the last item in the list, and fill in each label.

    id: incremental number.

    question: An interview question.

    details: An in depth answer of the question, no more than 150 characters.

    questionType: "multi" for a multiple answer type question, or "bool" for a true or false type question.

    trueOrFalse: if your question is multi, leave this false. If your question is true or false, type the correct answer.

    shortAns: The One Sentence Answer to your question PLEASE DO NOT INCLUDE THE TERM/SUBJECT USED IN THE QUESTION HERE, also Prefix with "it is", Please keep these less than 60 Characters

    tag: A one word tag that specifies what part of a project your question is in reference to.

    Please make sure to match the syntax of the previous items. Questions should end with a punctuation mark.
    Example: Please Make sure to start "shortAns" with "It is" (ie if the answer is "a cat" then say "It is a cat."

    {
    "id": 0,

    "question": "What is Android?",

    "details": "Android is a stack of software for mobile devices which includes an Operating System, middleware and some key applications. The application executes within its own process and its own instance of Dalvik Virtual Machine.",

    "questionType": "multi",

    "trueOrFalse": false,

    "shortAns": "It is a stack of software for mobile devices.",

    "tag": "android"
    },

    {

    "id": 1,

    "question": "The Android Operating System runs on many different devices?",

    "details": "Android operating system devices โ€” including computers, digital cameras, media players, notebooks, and smartphones. There are now more than 24,000 different Android devices.",

    "questionType": "bool",

    "trueOrFalse": true,

    "shortAns": "**NOTHING GOES HERE FOR BOOLEAN QUESTIONS" = "",

    "tag": "Operating System"

    }

  4. Open Contributors.md file and add your name and relevant information.

  5. Make Pull Request.

Json Objects in the Answers.json are terms that will be used to hide the correct answer supplied by an item from Questions. json. Please Make sure to start "Answer" with "It is" (ie if the answer is "a cat" then say "It is a cat."

If you'd like to contribute to answers.json:

  1. Fork this repo
  2. Navigate to the language folder you would like to contribute to.
  3. Open Answers.json, here copy the last item in the list, and fill in each label.

answer: A topic with a basic small description.
details: Detailed Information on the subject supplied in Answer, no more than 150 characters.

Please make sure to match the syntax of the previous items. Answers should end with a punctuation mark.
Example:

{

  "answer": "**It is** everything you can see on the screen of the app.",
  
  "details": "Think of the individual UI elements like buttons, labels, and text fields."

},

{

  "answer": "**It is** a month-long celebration of open source software run by DigitalOcean.",
  
  "details": "Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2021 challenge and earn a limited edition T-shirt."
  
}
  1. Open Contributers.md file and add your name and relevant information.
  2. Make Pull Request.

Add 3 Quiz Answers to Json

If you'd like to contribute to answers.json:

  1. Fork this repo
  2. Navigate to the language folder you would like to contribute to.
  3. Open Answers.json, here copy the last item in the list, and fill in each label.

answer: A topic with a basic small description.
details: Detailed Information on the subject supplied in Answer, no more than 150 characters.

Please make sure to match the syntax of the previous items. Answers should end with a punctuation mark.
Example:

{

  "answer": "**It is** everything you can see on the screen of the app.",
  
  "details": "Think of the individual UI elements like buttons, labels, and text fields."

},

{

  "answer": "**It is** a month-long celebration of open source software run by DigitalOcean.",
  
  "details": "Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2021 challenge and earn a limited edition T-shirt."
  
}
  1. Open Contributers.md file and add your name and relevant information.
  2. Make Pull Request.

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

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/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.

Add 3 Quiz Answers to Json

If you'd like to contribute to answers.json:

  1. Fork this repo
  2. Navigate to the language folder you would like to contribute to.
  3. Open Answers.json, here copy the last item in the list, and fill in each label.

answer: A topic with a basic small description.
details: Detailed Information on the subject supplied in Answer, no more than 150 characters.

Please make sure to match the syntax of the previous items. Answers should end with a punctuation mark.
Example:

{

  "answer": "**It is** everything you can see on the screen of the app.",
  
  "details": "Think of the individual UI elements like buttons, labels, and text fields."

},

{

  "answer": "**It is** a month-long celebration of open source software run by DigitalOcean.",
  
  "details": "Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2021 challenge and earn a limited edition T-shirt."
  
}
  1. Open Contributers.md file and add your name and relevant information.
  2. Make Pull Request.

Feature: Clearer instructions for how to add to Anwsers and Questions json file.

Is your feature request related to a problem? Please describe.

I believe that the instructions inside the answers.json and questions.json file are confusing.

Describe the solution you'd like

I would like someone to refactor the answers within the two files above to reflect a better understanding of what is needed.

Describe alternatives you've considered

The files should contain examples of correct syntax.

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

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.

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

Is your feature request related to a problem? Please describe.

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.

**For Both Native_Java/Retrofit and Native_Kotlin/Retrofit modules only, add a screen that allows user to pick which quiz they'd like to engage in.

Describe the solution you'd like

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

Add 3 Quiz Questions or Answers to Json

Level 1 Contributions - Add a minimal of 3 objects to the questions or answers json of your choice.

We are using Json to create a list of frequently given interview questions and answers for different languages!
In every directory, you will find two files questions and answers

If you'd like to contribute to questions.json:

  1. Fork this repo

  2. Navigate to the language folder you would like to contribute to.

  3. Open Questions, here copy the last item in the list, and fill in each label.

    id: incremental number.

    question: An interview question.

    details: An in depth answer of the question, no more than 150 characters.

    questionType: "multi" for a multiple answer type question, or "bool" for a true or false type question.

    trueOrFalse: if your question is multi, leave this false. If your question is true or false, type the correct answer.

    shortAns: The One Sentence Answer to your question PLEASE DO NOT INCLUDE THE TERM/SUBJECT USED IN THE QUESTION HERE, also Prefix with "it is", Please keep these less than 60 Characters

    tag: A one word tag that specifies what part of a project your question is in reference to.

    Please make sure to match the syntax of the previous items. Questions should end with a punctuation mark.
    Example: Please Make sure to start "shortAns" with "It is" (ie if the answer is "a cat" then say "It is a cat."

    {
    "id": 0,

    "question": "What is Android?",

    "details": "Android is a stack of software for mobile devices which includes an Operating System, middleware and some key applications. The application executes within its own process and its own instance of Dalvik Virtual Machine.",

    "questionType": "multi",

    "trueOrFalse": false,

    "shortAns": "It is a stack of software for mobile devices.",

    "tag": "android"
    },

    {

    "id": 1,

    "question": "The Android Operating System runs on many different devices?",

    "details": "Android operating system devices โ€” including computers, digital cameras, media players, notebooks, and smartphones. There are now more than 24,000 different Android devices.",

    "questionType": "bool",

    "trueOrFalse": true,

    "shortAns": "**NOTHING GOES HERE FOR BOOLEAN QUESTIONS" = "",

    "tag": "Operating System"

    }

  4. Open Contributors.md file and add your name and relevant information.

  5. Make Pull Request.

Json Objects in the Answers.json are terms that will be used to hide the correct answer supplied by an item from Questions. json. Please Make sure to start "Answer" with "It is" (ie if the answer is "a cat" then say "It is a cat."

If you'd like to contribute to answers.json:

  1. Fork this repo
  2. Navigate to the language folder you would like to contribute to.
  3. Open Answers.json, here copy the last item in the list, and fill in each label.

answer: A topic with a basic small description.
details: Detailed Information on the subject supplied in Answer, no more than 150 characters.

Please make sure to match the syntax of the previous items. Answers should end with a punctuation mark.
Example:

{

  "answer": "**It is** everything you can see on the screen of the app.",
  
  "details": "Think of the individual UI elements like buttons, labels, and text fields."

},

{

  "answer": "**It is** a month-long celebration of open source software run by DigitalOcean.",
  
  "details": "Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2021 challenge and earn a limited edition T-shirt."
  
}
  1. Open Contributers.md file and add your name and relevant information.
  2. Make Pull Request.

Feature: [Kotlin] - Splash Screen Activity for native_kotlin/template

Please Create a splash screen for the application within the native_kotlin/retrofit folder.

Splash screen should cover the full screen, the application should open to the splash screen, display it for a few seconds then move on to the next activity.

Splash screen is of your choosing but try to make it look professional :D Look at other applications for inspiration. Here is a great resource Freepik- For providing awesome gradient pictures.

Additional Resources:

A guide on 3 different ways to complete this.

My brother's approved PR where you can review his code

#102

Feature: [Kotlin] - Splash Screen Activity for native_kotlin/base

Please Create a splash screen for the application within the native_kotlin/base folder.

Splash screen should cover the full screen, the application should open to the splash screen, display it for a few seconds then move on to the next activity.

Splash screen is of your choosing but try to make it look professional :D Look at other applications for inspiration. Here is a great resource Freepik- For providing awesome gradient pictures.

Additional Resources:

A guide on 3 different ways to complete this.

My brother's approved PR where you can review his code

#102

Add 3 Quiz Questions or Answers to Json

Level 1 Contributions - Add a minimal of 3 objects to the questions or answers json of your choice.

We are using Json to create a list of frequently given interview questions and answers for different languages!
In every directory, you will find two files questions and answers

If you'd like to contribute to questions.json:

  1. Fork this repo

  2. Navigate to the language folder you would like to contribute to.

  3. Open Questions, here copy the last item in the list, and fill in each label.

    id: incremental number.

    question: An interview question.

    details: An in depth answer of the question, no more than 150 characters.

    questionType: "multi" for a multiple answer type question, or "bool" for a true or false type question.

    trueOrFalse: if your question is multi, leave this false. If your question is true or false, type the correct answer.

    shortAns: The One Sentence Answer to your question PLEASE DO NOT INCLUDE THE TERM/SUBJECT USED IN THE QUESTION HERE, also Prefix with "it is", Please keep these less than 60 Characters

    tag: A one word tag that specifies what part of a project your question is in reference to.

    Please make sure to match the syntax of the previous items. Questions should end with a punctuation mark.
    Example: Please Make sure to start "shortAns" with "It is" (ie if the answer is "a cat" then say "It is a cat."

    {
    "id": 0,

    "question": "What is Android?",

    "details": "Android is a stack of software for mobile devices which includes an Operating System, middleware and some key applications. The application executes within its own process and its own instance of Dalvik Virtual Machine.",

    "questionType": "multi",

    "trueOrFalse": false,

    "shortAns": "It is a stack of software for mobile devices.",

    "tag": "android"
    },

    {

    "id": 1,

    "question": "The Android Operating System runs on many different devices?",

    "details": "Android operating system devices โ€” including computers, digital cameras, media players, notebooks, and smartphones. There are now more than 24,000 different Android devices.",

    "questionType": "bool",

    "trueOrFalse": true,

    "shortAns": "**NOTHING GOES HERE FOR BOOLEAN QUESTIONS" = "",

    "tag": "Operating System"

    }

  4. Open Contributors.md file and add your name and relevant information.

  5. Make Pull Request.

Json Objects in the Answers.json are terms that will be used to hide the correct answer supplied by an item from Questions. json. Please Make sure to start "Answer" with "It is" (ie if the answer is "a cat" then say "It is a cat."

If you'd like to contribute to answers.json:

  1. Fork this repo
  2. Navigate to the language folder you would like to contribute to.
  3. Open Answers.json, here copy the last item in the list, and fill in each label.

answer: A topic with a basic small description.
details: Detailed Information on the subject supplied in Answer, no more than 150 characters.

Please make sure to match the syntax of the previous items. Answers should end with a punctuation mark.
Example:

{

  "answer": "**It is** everything you can see on the screen of the app.",
  
  "details": "Think of the individual UI elements like buttons, labels, and text fields."

},

{

  "answer": "**It is** a month-long celebration of open source software run by DigitalOcean.",
  
  "details": "Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2021 challenge and earn a limited edition T-shirt."
  
}
  1. Open Contributers.md file and add your name and relevant information.
  2. Make Pull Request.

Feature: [Java] - Splash Screen Activity for native_java/retrofit

Please Create a splash screen for the application within the native_java/retrofit folder.

Splash screen should cover the full screen, the application should open to the splash screen, display it for a few seconds then move on to the next activity.

Splash screen is of your choosing but try to make it look professional :D Look at other applications for inspiration. Here is a great resource Freepik- For providing awesome gradient pictures.

Additional Resources:

A guide on 3 different ways to complete this.

My brother's approved PR where you can review his code

#102

Feature: [Kotlin] - Splash Screen Activity for native_kotlin/retrofit

Please Create a splash screen for the application within the native_java/retrofit folder.

Splash screen should cover the full screen, the application should open to the splash screen, display it for a few seconds then move on to the next activity.

Splash screen is of your choosing but try to make it look professional :D Look at other applications for inspiration. Here is a great resource Freepik- For providing awesome gradient pictures.

Additional Resources:

A guide on 3 different ways to complete this.

My brother's approved PR where you can review his code

#102

Feature: Update Java code to Kotlin

Is your feature request related to a problem? Please describe.

Not related to a problem. Looking to update Java language to Kotlin due to Android becoming "Kotlin first"

Describe the solution you'd like

Convert Java code to Kotlin

Additional context

Will need to convert to Kotlin in order to add or change any new features due to familiarity with Kotlin

Add 3 Quiz Questions or Answers to Json

Level 1 Contributions - Add a minimal of 3 objects to the questions or answers json of your choice.

We are using Json to create a list of frequently given interview questions and answers for different languages!
In every directory, you will find two files questions and answers

If you'd like to contribute to questions.json:

  1. Fork this repo

  2. Navigate to the language folder you would like to contribute to.

  3. Open Questions, here copy the last item in the list, and fill in each label.

    id: incremental number.

    question: An interview question.

    details: An in depth answer of the question, no more than 150 characters.

    questionType: "multi" for a multiple answer type question, or "bool" for a true or false type question.

    trueOrFalse: if your question is multi, leave this false. If your question is true or false, type the correct answer.

    shortAns: The One Sentence Answer to your question PLEASE DO NOT INCLUDE THE TERM/SUBJECT USED IN THE QUESTION HERE, also Prefix with "it is", Please keep these less than 60 Characters

    tag: A one word tag that specifies what part of a project your question is in reference to.

    Please make sure to match the syntax of the previous items. Questions should end with a punctuation mark.
    Example: Please Make sure to start "shortAns" with "It is" (ie if the answer is "a cat" then say "It is a cat."

    {
    "id": 0,

    "question": "What is Android?",

    "details": "Android is a stack of software for mobile devices which includes an Operating System, middleware and some key applications. The application executes within its own process and its own instance of Dalvik Virtual Machine.",

    "questionType": "multi",

    "trueOrFalse": false,

    "shortAns": "It is a stack of software for mobile devices.",

    "tag": "android"
    },

    {

    "id": 1,

    "question": "The Android Operating System runs on many different devices?",

    "details": "Android operating system devices โ€” including computers, digital cameras, media players, notebooks, and smartphones. There are now more than 24,000 different Android devices.",

    "questionType": "bool",

    "trueOrFalse": true,

    "shortAns": "**NOTHING GOES HERE FOR BOOLEAN QUESTIONS" = "",

    "tag": "Operating System"

    }

  4. Open Contributors.md file and add your name and relevant information.

  5. Make Pull Request.

Json Objects in the Answers.json are terms that will be used to hide the correct answer supplied by an item from Questions. json. Please Make sure to start "Answer" with "It is" (ie if the answer is "a cat" then say "It is a cat."

If you'd like to contribute to answers.json:

  1. Fork this repo
  2. Navigate to the language folder you would like to contribute to.
  3. Open Answers.json, here copy the last item in the list, and fill in each label.

answer: A topic with a basic small description.
details: Detailed Information on the subject supplied in Answer, no more than 150 characters.

Please make sure to match the syntax of the previous items. Answers should end with a punctuation mark.
Example:

{

  "answer": "**It is** everything you can see on the screen of the app.",
  
  "details": "Think of the individual UI elements like buttons, labels, and text fields."

},

{

  "answer": "**It is** a month-long celebration of open source software run by DigitalOcean.",
  
  "details": "Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2021 challenge and earn a limited edition T-shirt."
  
}
  1. Open Contributers.md file and add your name and relevant information.
  2. Make Pull Request.

Add 3 Quiz Answers to Json

Level 1 Contributions - Add a minimal of 3 objects to the questions or answers json of your choice.

We are using Json to create a list of frequently given interview questions and answers for different languages!
In every directory, you will find two files questions and answers

If you'd like to contribute to questions.json:

  1. Fork this repo

  2. Navigate to the language folder you would like to contribute to.

  3. Open Questions, here copy the last item in the list, and fill in each label.

    id: incremental number.

    question: An interview question.

    details: An in depth answer of the question, no more than 150 characters.

    questionType: "multi" for a multiple answer type question, or "bool" for a true or false type question.

    trueOrFalse: if your question is multi, leave this false. If your question is true or false, type the correct answer.

    shortAns: The One Sentence Answer to your question PLEASE DO NOT INCLUDE THE TERM/SUBJECT USED IN THE QUESTION HERE, also Prefix with "it is", Please keep these less than 60 Characters

    tag: A one word tag that specifies what part of a project your question is in reference to.

    Please make sure to match the syntax of the previous items. Questions should end with a punctuation mark.
    Example: Please Make sure to start "shortAns" with "It is" (ie if the answer is "a cat" then say "It is a cat."

    {
    "id": 0,

    "question": "What is Android?",

    "details": "Android is a stack of software for mobile devices which includes an Operating System, middleware and some key applications. The application executes within its own process and its own instance of Dalvik Virtual Machine.",

    "questionType": "multi",

    "trueOrFalse": false,

    "shortAns": "It is a stack of software for mobile devices.",

    "tag": "android"
    },

    {

    "id": 1,

    "question": "The Android Operating System runs on many different devices?",

    "details": "Android operating system devices โ€” including computers, digital cameras, media players, notebooks, and smartphones. There are now more than 24,000 different Android devices.",

    "questionType": "bool",

    "trueOrFalse": true,

    "shortAns": "**NOTHING GOES HERE FOR BOOLEAN QUESTIONS" = "",

    "tag": "Operating System"

    }

  4. Open Contributors.md file and add your name and relevant information.

  5. Make Pull Request.

Json Objects in the Answers.json are terms that will be used to hide the correct answer supplied by an item from Questions. json. Please Make sure to start "Answer" with "It is" (ie if the answer is "a cat" then say "It is a cat."

If you'd like to contribute to answers.json:

  1. Fork this repo
  2. Navigate to the language folder you would like to contribute to.
  3. Open Answers.json, here copy the last item in the list, and fill in each label.

answer: A topic with a basic small description.
details: Detailed Information on the subject supplied in Answer, no more than 150 characters.

Please make sure to match the syntax of the previous items. Answers should end with a punctuation mark.
Example:

{

  "answer": "**It is** everything you can see on the screen of the app.",
  
  "details": "Think of the individual UI elements like buttons, labels, and text fields."

},

{

  "answer": "**It is** a month-long celebration of open source software run by DigitalOcean.",
  
  "details": "Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2021 challenge and earn a limited edition T-shirt."
  
}
  1. Open Contributers.md file and add your name and relevant information.
  2. Make Pull Request.

Feature: [Java] - Splash Screen Activity for native_java/base

Please Create a splash screen for the application within the native_java/base folder.

Splash screen should cover the full screen, the application should open to the splash screen, display it for a few seconds then move on to the next activity.

Additional Resources:

A guide on 3 different ways to complete this.

My brother's approved PR where you can review his code

#102

Splash screen is of your choosing but try to make it look professional :D Look at other applications for inspiration. Here is a great resource Freepik- For providing awesome gradient pictures.

Feature: Create a github action to automate the assignment of issues using a "!assign" command tag.

Is your feature request related to a problem? Please describe.

Problem is I'm just one maintainer and I want to help facilitate those who wish to contribute in a more timely manner.

Describe the solution you'd like

Create a github action to automate the assignment of issues using a "!assign" command tag. Thus the first to comment with !assign to an issue would get assigned the issue.

Describe alternatives you've considered

Add 3 Quiz Questions or Answers to Json

Level 1 Contributions - Add a minimal of 3 objects to the questions or answers json of your choice.

We are using Json to create a list of frequently given interview questions and answers for different languages!
In every directory, you will find two files questions and answers

If you'd like to contribute to questions.json:

  1. Fork this repo

  2. Navigate to the language folder you would like to contribute to.

  3. Open Questions, here copy the last item in the list, and fill in each label.

    id: incremental number.

    question: An interview question.

    details: An in depth answer of the question, no more than 150 characters.

    questionType: "multi" for a multiple answer type question, or "bool" for a true or false type question.

    trueOrFalse: if your question is multi, leave this false. If your question is true or false, type the correct answer.

    shortAns: The One Sentence Answer to your question PLEASE DO NOT INCLUDE THE TERM/SUBJECT USED IN THE QUESTION HERE, also Prefix with "it is", Please keep these less than 60 Characters

    tag: A one word tag that specifies what part of a project your question is in reference to.

    Please make sure to match the syntax of the previous items. Questions should end with a punctuation mark.
    Example: Please Make sure to start "shortAns" with "It is" (ie if the answer is "a cat" then say "It is a cat."

    {
    "id": 0,

    "question": "What is Android?",

    "details": "Android is a stack of software for mobile devices which includes an Operating System, middleware and some key applications. The application executes within its own process and its own instance of Dalvik Virtual Machine.",

    "questionType": "multi",

    "trueOrFalse": false,

    "shortAns": "It is a stack of software for mobile devices.",

    "tag": "android"
    },

    {

    "id": 1,

    "question": "The Android Operating System runs on many different devices?",

    "details": "Android operating system devices โ€” including computers, digital cameras, media players, notebooks, and smartphones. There are now more than 24,000 different Android devices.",

    "questionType": "bool",

    "trueOrFalse": true,

    "shortAns": "**NOTHING GOES HERE FOR BOOLEAN QUESTIONS" = "",

    "tag": "Operating System"

    }

  4. Open Contributors.md file and add your name and relevant information.

  5. Make Pull Request.

Json Objects in the Answers.json are terms that will be used to hide the correct answer supplied by an item from Questions. json. Please Make sure to start "Answer" with "It is" (ie if the answer is "a cat" then say "It is a cat."

If you'd like to contribute to answers.json:

  1. Fork this repo
  2. Navigate to the language folder you would like to contribute to.
  3. Open Answers.json, here copy the last item in the list, and fill in each label.

answer: A topic with a basic small description.
details: Detailed Information on the subject supplied in Answer, no more than 150 characters.

Please make sure to match the syntax of the previous items. Answers should end with a punctuation mark.
Example:

{

  "answer": "**It is** everything you can see on the screen of the app.",
  
  "details": "Think of the individual UI elements like buttons, labels, and text fields."

},

{

  "answer": "**It is** a month-long celebration of open source software run by DigitalOcean.",
  
  "details": "Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2021 challenge and earn a limited edition T-shirt."
  
}
  1. Open Contributers.md file and add your name and relevant information.
  2. Make Pull Request.

Feature: Use Coroutine & Retrofit to get JSON data for Answers & Questions

Is your feature request related to a problem? Please describe.

AsyncTask is deprecated. App is only using default/hardcoded questions in the app

Describe the solution you'd like

Use Coroutine & Retrofit to request & pull JSON files for Answers & Questions

Describe alternatives you've considered

Considered continuing to use Async Task

Additional context

Add 3 Quiz Answers to Json

Level 1 Contributions - Add a minimal of 3 objects to the questions or answers json of your choice.

We are using Json to create a list of frequently given interview questions and answers for different languages!
In every directory, you will find two files questions and answers

If you'd like to contribute to questions.json:

  1. Fork this repo

  2. Navigate to the language folder you would like to contribute to.

  3. Open Questions, here copy the last item in the list, and fill in each label.

    id: incremental number.

    question: An interview question.

    details: An in depth answer of the question, no more than 150 characters.

    questionType: "multi" for a multiple answer type question, or "bool" for a true or false type question.

    trueOrFalse: if your question is multi, leave this false. If your question is true or false, type the correct answer.

    shortAns: The One Sentence Answer to your question PLEASE DO NOT INCLUDE THE TERM/SUBJECT USED IN THE QUESTION HERE, also Prefix with "it is", Please keep these less than 60 Characters

    tag: A one word tag that specifies what part of a project your question is in reference to.

    Please make sure to match the syntax of the previous items. Questions should end with a punctuation mark.
    Example: Please Make sure to start "shortAns" with "It is" (ie if the answer is "a cat" then say "It is a cat."

    {
    "id": 0,

    "question": "What is Android?",

    "details": "Android is a stack of software for mobile devices which includes an Operating System, middleware and some key applications. The application executes within its own process and its own instance of Dalvik Virtual Machine.",

    "questionType": "multi",

    "trueOrFalse": false,

    "shortAns": "It is a stack of software for mobile devices.",

    "tag": "android"
    },

    {

    "id": 1,

    "question": "The Android Operating System runs on many different devices?",

    "details": "Android operating system devices โ€” including computers, digital cameras, media players, notebooks, and smartphones. There are now more than 24,000 different Android devices.",

    "questionType": "bool",

    "trueOrFalse": true,

    "shortAns": "**NOTHING GOES HERE FOR BOOLEAN QUESTIONS" = "",

    "tag": "Operating System"

    }

  4. Open Contributors.md file and add your name and relevant information.

  5. Make Pull Request.

Json Objects in the Answers.json are terms that will be used to hide the correct answer supplied by an item from Questions. json. Please Make sure to start "Answer" with "It is" (ie if the answer is "a cat" then say "It is a cat."

If you'd like to contribute to answers.json:

  1. Fork this repo
  2. Navigate to the language folder you would like to contribute to.
  3. Open Answers.json, here copy the last item in the list, and fill in each label.

answer: A topic with a basic small description.
details: Detailed Information on the subject supplied in Answer, no more than 150 characters.

Please make sure to match the syntax of the previous items. Answers should end with a punctuation mark.
Example:

{

  "answer": "**It is** everything you can see on the screen of the app.",
  
  "details": "Think of the individual UI elements like buttons, labels, and text fields."

},

{

  "answer": "**It is** a month-long celebration of open source software run by DigitalOcean.",
  
  "details": "Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2021 challenge and earn a limited edition T-shirt."
  
}
  1. Open Contributers.md file and add your name and relevant information.
  2. Make Pull Request.

Add 3 Quiz Questions or Answers to Json

Level 1 Contributions - Add a minimal of 3 objects to the questions or answers json of your choice.

We are using Json to create a list of frequently given interview questions and answers for different languages!
In every directory, you will find two files questions and answers

If you'd like to contribute to questions.json:

  1. Fork this repo

  2. Navigate to the language folder you would like to contribute to.

  3. Open Questions, here copy the last item in the list, and fill in each label.

    id: incremental number.

    question: An interview question.

    details: An in depth answer of the question, no more than 150 characters.

    questionType: "multi" for a multiple answer type question, or "bool" for a true or false type question.

    trueOrFalse: if your question is multi, leave this false. If your question is true or false, type the correct answer.

    shortAns: The One Sentence Answer to your question PLEASE DO NOT INCLUDE THE TERM/SUBJECT USED IN THE QUESTION HERE, also Prefix with "it is", Please keep these less than 60 Characters

    tag: A one word tag that specifies what part of a project your question is in reference to.

    Please make sure to match the syntax of the previous items. Questions should end with a punctuation mark.
    Example: Please Make sure to start "shortAns" with "It is" (ie if the answer is "a cat" then say "It is a cat."

    {
    "id": 0,

    "question": "What is Android?",

    "details": "Android is a stack of software for mobile devices which includes an Operating System, middleware and some key applications. The application executes within its own process and its own instance of Dalvik Virtual Machine.",

    "questionType": "multi",

    "trueOrFalse": false,

    "shortAns": "It is a stack of software for mobile devices.",

    "tag": "android"
    },

    {

    "id": 1,

    "question": "The Android Operating System runs on many different devices?",

    "details": "Android operating system devices โ€” including computers, digital cameras, media players, notebooks, and smartphones. There are now more than 24,000 different Android devices.",

    "questionType": "bool",

    "trueOrFalse": true,

    "shortAns": "**NOTHING GOES HERE FOR BOOLEAN QUESTIONS" = "",

    "tag": "Operating System"

    }

  4. Open Contributors.md file and add your name and relevant information.

  5. Make Pull Request.

Json Objects in the Answers.json are terms that will be used to hide the correct answer supplied by an item from Questions. json. Please Make sure to start "Answer" with "It is" (ie if the answer is "a cat" then say "It is a cat."

If you'd like to contribute to answers.json:

  1. Fork this repo
  2. Navigate to the language folder you would like to contribute to.
  3. Open Answers.json, here copy the last item in the list, and fill in each label.

answer: A topic with a basic small description.
details: Detailed Information on the subject supplied in Answer, no more than 150 characters.

Please make sure to match the syntax of the previous items. Answers should end with a punctuation mark.
Example:

{

  "answer": "**It is** everything you can see on the screen of the app.",
  
  "details": "Think of the individual UI elements like buttons, labels, and text fields."

},

{

  "answer": "**It is** a month-long celebration of open source software run by DigitalOcean.",
  
  "details": "Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2021 challenge and earn a limited edition T-shirt."
  
}
  1. Open Contributers.md file and add your name and relevant information.
  2. Make Pull Request.

Add 3 Quiz Questions or Answers to Json

Level 1 Contributions - Add a minimal of 3 objects to the questions or answers json of your choice.

We are using Json to create a list of frequently given interview questions and answers for different languages!
In every directory, you will find two files questions and answers

If you'd like to contribute to questions.json:

  1. Fork this repo

  2. Navigate to the language folder you would like to contribute to.

  3. Open Questions, here copy the last item in the list, and fill in each label.

    id: incremental number.

    question: An interview question.

    details: An in depth answer of the question, no more than 150 characters.

    questionType: "multi" for a multiple answer type question, or "bool" for a true or false type question.

    trueOrFalse: if your question is multi, leave this false. If your question is true or false, type the correct answer.

    shortAns: The One Sentence Answer to your question PLEASE DO NOT INCLUDE THE TERM/SUBJECT USED IN THE QUESTION HERE, also Prefix with "it is", Please keep these less than 60 Characters

    tag: A one word tag that specifies what part of a project your question is in reference to.

    Please make sure to match the syntax of the previous items. Questions should end with a punctuation mark.
    Example: Please Make sure to start "shortAns" with "It is" (ie if the answer is "a cat" then say "It is a cat."

    {
    "id": 0,

    "question": "What is Android?",

    "details": "Android is a stack of software for mobile devices which includes an Operating System, middleware and some key applications. The application executes within its own process and its own instance of Dalvik Virtual Machine.",

    "questionType": "multi",

    "trueOrFalse": false,

    "shortAns": "It is a stack of software for mobile devices.",

    "tag": "android"
    },

    {

    "id": 1,

    "question": "The Android Operating System runs on many different devices?",

    "details": "Android operating system devices โ€” including computers, digital cameras, media players, notebooks, and smartphones. There are now more than 24,000 different Android devices.",

    "questionType": "bool",

    "trueOrFalse": true,

    "shortAns": "**NOTHING GOES HERE FOR BOOLEAN QUESTIONS" = "",

    "tag": "Operating System"

    }

  4. Open Contributors.md file and add your name and relevant information.

  5. Make Pull Request.

Json Objects in the Answers.json are terms that will be used to hide the correct answer supplied by an item from Questions. json. Please Make sure to start "Answer" with "It is" (ie if the answer is "a cat" then say "It is a cat."

If you'd like to contribute to answers.json:

  1. Fork this repo
  2. Navigate to the language folder you would like to contribute to.
  3. Open Answers.json, here copy the last item in the list, and fill in each label.

answer: A topic with a basic small description.
details: Detailed Information on the subject supplied in Answer, no more than 150 characters.

Please make sure to match the syntax of the previous items. Answers should end with a punctuation mark.
Example:

{

  "answer": "**It is** everything you can see on the screen of the app.",
  
  "details": "Think of the individual UI elements like buttons, labels, and text fields."

},

{

  "answer": "**It is** a month-long celebration of open source software run by DigitalOcean.",
  
  "details": "Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2021 challenge and earn a limited edition T-shirt."
  
}
  1. Open Contributers.md file and add your name and relevant information.
  2. Make Pull Request.

Error: Fix Github Lint Action

Describe the Error

Github Lint is failing on Pull Request.

Expected behavior

Github Lint action should not fail on pull request.

Additional context

Please fix whatever is causing the failure, to assign this issue type-!assign

Add 3 Quiz Questions or Answers to Json

Level 1 Contributions - Add a minimal of 3 objects to the questions or answers json of your choice.

We are using Json to create a list of frequently given interview questions and answers for different languages!
In every directory, you will find two files questions and answers

If you'd like to contribute to questions.json:

  1. Fork this repo

  2. Navigate to the language folder you would like to contribute to.

  3. Open Questions, here copy the last item in the list, and fill in each label.

    id: incremental number.

    question: An interview question.

    details: An in depth answer of the question, no more than 150 characters.

    questionType: "multi" for a multiple answer type question, or "bool" for a true or false type question.

    trueOrFalse: if your question is multi, leave this false. If your question is true or false, type the correct answer.

    shortAns: The One Sentence Answer to your question PLEASE DO NOT INCLUDE THE TERM/SUBJECT USED IN THE QUESTION HERE, also Prefix with "it is", Please keep these less than 60 Characters

    tag: A one word tag that specifies what part of a project your question is in reference to.

    Please make sure to match the syntax of the previous items. Questions should end with a punctuation mark.
    Example: Please Make sure to start "shortAns" with "It is" (ie if the answer is "a cat" then say "It is a cat."

    {
    "id": 0,

    "question": "What is Android?",

    "details": "Android is a stack of software for mobile devices which includes an Operating System, middleware and some key applications. The application executes within its own process and its own instance of Dalvik Virtual Machine.",

    "questionType": "multi",

    "trueOrFalse": false,

    "shortAns": "It is a stack of software for mobile devices.",

    "tag": "android"
    },

    {

    "id": 1,

    "question": "The Android Operating System runs on many different devices?",

    "details": "Android operating system devices โ€” including computers, digital cameras, media players, notebooks, and smartphones. There are now more than 24,000 different Android devices.",

    "questionType": "bool",

    "trueOrFalse": true,

    "shortAns": "**NOTHING GOES HERE FOR BOOLEAN QUESTIONS" = "",

    "tag": "Operating System"

    }

  4. Open Contributors.md file and add your name and relevant information.

  5. Make Pull Request.

Json Objects in the Answers.json are terms that will be used to hide the correct answer supplied by an item from Questions. json. Please Make sure to start "Answer" with "It is" (ie if the answer is "a cat" then say "It is a cat."

If you'd like to contribute to answers.json:

  1. Fork this repo
  2. Navigate to the language folder you would like to contribute to.
  3. Open Answers.json, here copy the last item in the list, and fill in each label.

answer: A topic with a basic small description.
details: Detailed Information on the subject supplied in Answer, no more than 150 characters.

Please make sure to match the syntax of the previous items. Answers should end with a punctuation mark.
Example:

{

  "answer": "**It is** everything you can see on the screen of the app.",
  
  "details": "Think of the individual UI elements like buttons, labels, and text fields."

},

{

  "answer": "**It is** a month-long celebration of open source software run by DigitalOcean.",
  
  "details": "Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2021 challenge and earn a limited edition T-shirt."
  
}
  1. Open Contributers.md file and add your name and relevant information.
  2. Make Pull Request.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.