From 08f05ac3e0566e39a0bdf16d017336ed55bb7f37 Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Mon, 25 Mar 2024 00:46:38 +0000 Subject: [PATCH] Oops --- helper/exercises.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))