AI Quiz

This is an AI Quiz App that uses GPT-3 to generate questions.

How to Play

  1. Go to ai-quiz.de
  2. Click on “Start” and enter a valid OpenAI API Key
  3. Create Teams: On the Team page, you can add teams by clicking on the “+” button. To delete a team, use the trashcan symbol. When you have created all the teams you need, click the “Start” button to begin the game.
  4. Choose Categories and Difficulty: On the Game page, the active team can select a category and difficulty level by clicking on “Choose Category.” The active team’s card is larger than the other teams’ cards. The category can be freely chosen, so it can be anything you like.
  5. Answer Questions: Once the active team has chosen a category and difficulty level, a question will be generated based on that information. If the team answers the question correctly, its score will increase. The current round is displayed in the upper left corner. Once all teams have answered a question, the round will be increased.
  6. View Rankings: You can see the rankings by clicking on the “🏅” symbol.
  7. Restart Game: To start a new game, simply refresh the page in your browser.

Screenshots

Start Page Team Page Game Page Question Page Question Page Info Game Page Award Ceremony Page

Requirements

How to Run

  1. Clone the repository
  2. Run flutter pub get to install dependencies
  3. Run flutter run --web-renderer html to start the app
  4. Enter a valid OpenAI API Key in the text field on the start page
  5. Create teams and start the game

Technologies Used

  • Flutter for the app
  • OpenAI API for Text completion and Image generation and editing. The Project uses GPT-3 and DALL-E.
  • dart:http for HTTP requests
  • image for image manipulation

To Do

  • add settings
  • save game state in local storage
  • refine animation in the award ceremony page

How to Contribute

Feel free to open a pull request or an issue if you find a bug or have a feature request!

License

This project is licensed under the MIT License feel free to use it in your own projects.

Credits

This project was created by Simon Graeber

GitHub

View Github