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 3 Quiz Answers to Json #93

Open
AndroidLion48 opened this issue Oct 18, 2022 · 10 comments
Open

Add 3 Quiz Answers to Json #93

AndroidLion48 opened this issue Oct 18, 2022 · 10 comments
Assignees
Labels
good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed

Comments

@AndroidLion48
Copy link
Collaborator

AndroidLion48 commented Oct 18, 2022

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.
@Tc2r1
Copy link
Owner

Tc2r1 commented Oct 18, 2022

!assign

@github-actions
Copy link

This issue has been assigned to @Tc2r1!
It will become unassigned if it isn't closed within 7 days.
A maintainer can also add the Pinned label to prevent it from being unassigned.

@Tc2r1 Tc2r1 removed their assignment Oct 18, 2022
@jtsimon93
Copy link

!assign

@github-actions
Copy link

This issue has been assigned to @jtsimon93!
It will become unassigned if it isn't closed within 7 days.
A maintainer can also add the Pinned label to prevent it from being unassigned.

@jtsimon93 jtsimon93 removed their assignment Oct 19, 2022
@RachitGarg-12
Copy link

!assign

@github-actions
Copy link

This issue has been assigned to @RachitGarg-12!
It will become unassigned if it isn't closed within 7 days.
A maintainer can also add the Pinned label to prevent it from being unassigned.

@rishu1601
Copy link
Contributor

!assign

@github-actions
Copy link

👋 You've been assigned this issue, Please fork the repository and create a branch to work on the issue assigned here 💻. When you are done make a Pull Request. Good Luck!

Repository owner deleted a comment from github-actions bot Oct 19, 2022
@MilindPanwar
Copy link

!assign

rishu1601 added a commit to rishu1601/Hacktoberfest_Interview_App that referenced this issue Oct 20, 2022
@rishu1601
Copy link
Contributor

@Tc2r1 - Please review #98

Tc2r1 added a commit that referenced this issue Oct 25, 2022
* add java questions - #93

* resolve review comments

Co-authored-by: Nudennie <9339984+Tc2r1@users.noreply.github.com>
Tc2r1 added a commit that referenced this issue Oct 26, 2022
* set up app with dependencies

* set up main activity with nav graph

* create domain module

* add data models

* add data module and fake quiz repo

* add string res and quiz fragment

* add fragment quiz layout

* add hilt injection for application & dispatchers

* add normal implementation for quiz repo

* add answer details dialog

* add final score fragment

* add unit tests boilerplate + refactor

* update markdown files

* Added android questions to json (#143)

* Added android questions

* updated CONTRIBUTERS.MD

* Added Android answers (#144)

* Fix Grammatical Error of Android & template answers.json files

* Added answers for android quiz

* Added Splash Screen in kotlin retrofit (#145)

* Added a new question (#137)

* Added a new question

* Added three questions

Co-authored-by: Nudennie <9339984+Tc2r1@users.noreply.github.com>

* Create CODE_OF_CONDUCT.md (#150)

Added a file which contains the code of conduct because I feel its a good prograaming and open source pratice to add a code of conduct to your repositories also its one of the key features of repositreis opend under hacktoberfest to have a code of conductl,
Thank You

* Comments on Android Summit 2022 live #148 (#151)

Co-authored-by: AndroidLion48 <>

* 3 new answers are added to Answers.json file (#134)

* 3 new answers are listed.

* 3 new answers are listed

* Updated CONTRIBUTERS .md file

Co-authored-by: Nudennie <9339984+Tc2r1@users.noreply.github.com>

* Update auto-issue-assign.yml

* Added Android Dev Summit 2022 notes (#152)

* Adds Splash screen for native-java-retrofit module (#155)

* Fix Grammatical Error of Android & template answers.json files

* Added answers for android quiz

* Adds splash screen for java-native-retrofit module

Co-authored-by: Nudennie <9339984+Tc2r1@users.noreply.github.com>

* App Version using View Binding (#154)

* 3 new answers are added to Answer.json file

* Update answers.json

* copied the application module folder and renamed it

* added ViewBinding and modified the MainActivity class

* Added ViewBnding to ScoreActivityg

* added ViewBinding to DialogFragment

* added ViewBinding to QuestionFragment

Co-authored-by: Nudennie <9339984+Tc2r1@users.noreply.github.com>

* add java questions - #93 (#98)

* add java questions - #93

* resolve review comments

Co-authored-by: Nudennie <9339984+Tc2r1@users.noreply.github.com>

* HTML5_added (#128)

Co-authored-by: Nudennie <9339984+Tc2r1@users.noreply.github.com>

* added five questions (#141)

Co-authored-by: Nudennie <9339984+Tc2r1@users.noreply.github.com>

* provide SplashScreen that support for Android 12. (#153)

* Request calls for all supported quiz language in native-java-retrofit module (#158)

* Fix Grammatical Error of Android & template answers.json files

* Added answers for android quiz

* Adds only request calls for all quiz answers & questions based on selected quiz language for native-java-retrofit module

* update as per codefactor suggestions

* update as per codefactor suggestions

Co-authored-by: Nudennie <9339984+Tc2r1@users.noreply.github.com>

* small syntax changes.

* Added Documentation and More Issues for users to tackle. (#161)

* add trueOrFalse question handling

* add trueOrFalse question handling and fix bug when submitting without picked answer

* set up app with dependencies

* set up main activity with nav graph

* create domain module

* add data models

* add data module and fake quiz repo

* add string res and quiz fragment

* add fragment quiz layout

* add hilt injection for application & dispatchers

* add normal implementation for quiz repo

* add answer details dialog

* add final score fragment

* add unit tests boilerplate + refactor

* lint

* reorder to avoid 0

* add button margin

Co-authored-by: prasad-333 <37048768+prasad-333@users.noreply.github.com>
Co-authored-by: mksiddiq <97515210+mksiddiq@users.noreply.github.com>
Co-authored-by: Priya Singh <92670560+PriyaSingh03@users.noreply.github.com>
Co-authored-by: Nudennie <9339984+Tc2r1@users.noreply.github.com>
Co-authored-by: Kunal Chaturvedi <96841396+KCmean@users.noreply.github.com>
Co-authored-by: Clarence Moore <92341925+AndroidLion48@users.noreply.github.com>
Co-authored-by: Ayush Singh <ayushsingh12072000@gmail.com>
Co-authored-by: Prasad More <69249461+prasad-more-12@users.noreply.github.com>
Co-authored-by: Rishabh Kumar <rishukumar.com@gmail.com>
Co-authored-by: vikrambaital <93258493+vikrambaital@users.noreply.github.com>
Co-authored-by: Amit Kumar Rout <48612930+amitkroutthedev@users.noreply.github.com>
Co-authored-by: Rio Arjuna <ri0arjuna@programmer.net>
Co-authored-by: Nudennie White <Nudennie.White@pilottravelcenters.com>
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
Projects
None yet
Development

No branches or pull requests

6 participants