Gemini Quiz is an application developed in Android Studio that uses Gemini artificial intelligence to generate answer alternatives for quizzes based on the theme provided by the user. The application serves as a base for other applications that need to implement functionality with Google's AI.
-
Quiz Theme: The user inputs a theme for the quiz. The application sends this to Gemini, which automatically generates answer alternatives related to the provided theme.
-
Generating Alternatives: After entering the theme, Gemini processes the input and produces answer alternatives that can be used in multiple-choice questions.
-
Answering the Quiz: The user can then select the alternative they believe to be correct and check the feedback provided by the application.
For the application to function correctly, you will need to insert your own API key. Replace the API key in the application's source code before installing it.

The application is under development, and contributions are welcome! If you have suggestions for improvements or have encountered any issues, feel free to open an issue or submit a pull request. 🛠️
Quiz da Gemini é um aplicativo desenvolvido em Android Studio que utiliza a inteligência artificial Gemini para gerar alternativas de respostas para quizzes baseados no tema fornecido pelo usuário. O aplicativo serve como uma base para outras aplicações que precisam implementar alguma funcionalidade com a IA do Google.
-
Tema do Quiz: O usuário insere um tema para o quiz. O aplicativo envia para a Gemini e gera automaticamente alternativas de resposta relacionadas ao tema fornecido.
-
Geração das Alternativas: Após inserir o tema, a Gemini processa a entrada e produz alternativas de resposta que podem ser usadas em perguntas de múltipla escolha.
-
Responder o Quiz: O usuário pode então selecionar a alternativa que acredita ser a correta e verificar o feedback fornecido pelo aplicativo.
Para que o aplicativo funcione corretamente, você precisará inserir a sua própria chave de API (API Key). Substitua a chave de API no código-fonte do aplicativo antes de instalá-lo.

O aplicativo está em desenvolvimento e contribuições são bem-vindas! Se você tem sugestões para melhorias ou encontrou algum problema, sinta-se à vontade para abrir uma issue ou enviar um pull request. 🛠️