diff --git a/helper/exercises.py b/helper/exercises.py index 539df85..2fb168b 100644 --- a/helper/exercises.py +++ b/helper/exercises.py @@ -383,7 +383,7 @@ def generate_reading_exercises(passage: str, req_exercises: list, number_of_exer else: exercises.append({}) 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) exercises.append(question) print("Added paragraph match: " + str(question))