inclusion question dans quiz

This commit is contained in:
Your Name
2025-12-05 02:11:00 +01:00
parent 0a8136dfb5
commit 6dc6df60c6
2 changed files with 2 additions and 15 deletions

View File

@@ -40,7 +40,7 @@ def get_leaderboard():
def show_questions():
with open('./data/quizz.json', 'r') as file:
questions = json.load(file)
return render_template('question.html', questions=questions)
return render_template('quiz.html', questions=questions)
if __name__ == '__main__':
app.run(debug=True, port=8080)