Disable randomisation
This commit is contained in:
@@ -43,7 +43,7 @@ def _fetch_questions():
|
||||
data_path = dataset.get_file()
|
||||
with open(data_path, 'r') as data_file:
|
||||
data = loads(data_file.read())
|
||||
questions = generate_questions(data)
|
||||
questions = generate_questions(dataset:data, randomise:false)
|
||||
return jsonify({
|
||||
'time_limit': end_time,
|
||||
'questions': questions,
|
||||
|
Reference in New Issue
Block a user