inclusion question dans quiz
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user