Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue requests the creation of a basic `Question` class. The class should include attributes for the question's text and its correct answer, along with a constructor, standard getters and setters. Additionally, it needs a method to verify if a given answer string matches the correct answer.
Gamifier les contributions Open Source pour les rendre plus accessibles
AI Summary: This issue requests the translation of the project's README file from French to English. A new file named README.en.md should be created to host the translated content.
Gamifier les contributions Open Source pour les rendre plus accessibles
AI Summary: This issue requests the translation of the project's README file from French to English. A new file named README.en.md should be created to contain the translated content.
Gamifier les contributions Open Source pour les rendre plus accessibles
AI Summary: This issue requests the translation of the project's README file from French to English. A new file named README.en.md should be created to contain the English translation. This is a straightforward documentation task.
Gamifier les contributions Open Source pour les rendre plus accessibles
AI Summary: This issue requests the creation of a simple start menu for a game or application. The menu should include options to play, view the leaderboard, and quit, with navigation controlled by keyboard input.
Gamifier les contributions Open Source pour les rendre plus accessibles
AI Summary: This issue proposes implementing a local search history feature. It involves storing the last N searched cities, likely in `localStorage`, and displaying them below the search bar. Users should be able to click on a past search to re-initiate it.
Gamifier les contributions Open Source pour les rendre plus accessibles
AI Summary: This issue requests the implementation of weather icons and corresponding background images based on the current weather condition (e.g., "Clear", "Clouds", "Rain"). The icons and images should be in SVG or PNG format. This is tagged as a "good first issue" and a "hacktoberfest" contribution.
Gamifier les contributions Open Source pour les rendre plus accessibles
AI Summary: This issue requests the implementation of a basic weather application feature. Users should be able to input a city name, fetch weather data from an API, and display essential information like temperature, weather condition, and the city's name.
Gamifier les contributions Open Source pour les rendre plus accessibles
AI Summary: This issue proposes adding functionality to save new questions into a JSON file. It requires implementing a method to add questions, ensuring automatic saving, validating data, and handling duplicate questions.
Gamifier les contributions Open Source pour les rendre plus accessibles
AI Summary: This issue proposes extending the `Question` class to support multiple-choice questions. It involves adding a new question type, storing answer options, formatting them for display, and implementing validation for letter-based answers.
Gamifier les contributions Open Source pour les rendre plus accessibles
AI Summary: This issue requests the implementation of a welcome screen for a console application. It should include an ASCII art title for "Quiz Interactif", display the game rules, and present a simple main menu.
Gamifier les contributions Open Source pour les rendre plus accessibles