Endpoint generate reading kinda working.
This commit is contained in:
@@ -12,6 +12,12 @@ class QuestionType(Enum):
|
||||
WRITING_TASK_2 = "Writing Task 2"
|
||||
SPEAKING_1 = "Speaking Task Part 1"
|
||||
SPEAKING_2 = "Speaking Task Part 2"
|
||||
READING_PASSAGE_1 = "Reading Passage 1"
|
||||
READING_PASSAGE_2 = "Reading Passage 2"
|
||||
READING_PASSAGE_3 = "Reading Passage 3"
|
||||
|
||||
class ExerciseType(Enum):
|
||||
MULTIPLE_CHOICE = "multiple choice"
|
||||
|
||||
|
||||
def get_grading_messages(question_type: QuestionType, question: str, answer: str, context: str = None):
|
||||
|
||||
Reference in New Issue
Block a user