/Trivia-test

Primary LanguageJavaMIT LicenseMIT

TriviaQuiz

  • An android project to use for different types of multiple-choice quiz applications.
  • Written by Sarvesh chavan
  • Under The MIT License (MIT)
  • Copyright (c) 2017 Sarvesh chavan

Usage

  • Import the TriviaQuiz project into Android studio.

Features

  • Educational (General knowledge).
  • Multiple choice answer mode.
  • Correct answer option score x5
  • Correct answer option level x1
  • Timmer 5min=300sec
  • Level 1-15
  • Good and Extensible UI.
  • Compatibility with Android API-14 and above
  • minSdkVersion 14
  • targetSdkVersion 25

#class files

  • MainActivity.java // Main Activity
  • ResultPlayAgain.java // Play gain class if you choose wrong answer option.
  • ResultWon.java // class file If you won the game by choosing all correct options.
  • timeup.java // If you exceeds time limit i.e=5min=300sec.
  • TriviaQuestion.java // Question class which has get and set methods.
  • TriviaQuizHelper.java // My question bank class. NOTE-IF YOU WANT TO MODIFY THE QUESTIONS YOU CAN DO SO HERE AND AFTER THAT DONT FORGET TO INCREMENT THE "DATABASEVERSIONNUMBER" VARIABLE DECLARED IN THIS CLASS EACH TIME YOU MODIFY TO CHANGE TO TAKE PLACE.

Screenshots

capture1 capture2 capture3 capture4

Notice:

  • Feel free to import the project in android studio ment for educational purpose (to learn to build the mcq type android appication)
  • If you do like what you saw please give it a star!! it mean a lot to me.
  • For any details email me -sarveshchavan777@gmail.com

#License.md MIT License

Copyright (c) 2017 Sarveshchavan

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.