Oops
This commit is contained in:
@@ -383,7 +383,7 @@ def generate_reading_exercises(passage: str, req_exercises: list, number_of_exer
|
|||||||
else:
|
else:
|
||||||
exercises.append({})
|
exercises.append({})
|
||||||
print("Did not add write blanks because it did not respect word limit")
|
print("Did not add write blanks because it did not respect word limit")
|
||||||
elif req_exercise == "paragraphMatch":
|
elif req_exercise == "matchSentences":
|
||||||
question = gen_paragraph_match_exercise(passage, number_of_exercises, start_id)
|
question = gen_paragraph_match_exercise(passage, number_of_exercises, start_id)
|
||||||
exercises.append(question)
|
exercises.append(question)
|
||||||
print("Added paragraph match: " + str(question))
|
print("Added paragraph match: " + str(question))
|
||||||
|
|||||||
Reference in New Issue
Block a user