ENCOA-311

This commit is contained in:
Carlos-Mesquita
2025-01-13 01:18:19 +00:00
parent 715a841483
commit ccbbf30058
33 changed files with 824 additions and 194 deletions

View File

@@ -22,6 +22,7 @@ const getSpeakingTaskData = (taskNumber: number, data: any) => {
video_url: ""
}))
],
difficulty: data.difficulty,
sectionId: 1,
};
case 2:
@@ -29,6 +30,7 @@ const getSpeakingTaskData = (taskNumber: number, data: any) => {
title: data.topic,
text: data.question,
prompts: data.prompts,
difficulty: data.difficulty,
sectionId: 2,
type: "speaking"
};
@@ -39,6 +41,7 @@ const getSpeakingTaskData = (taskNumber: number, data: any) => {
text: item || "",
video_url: ""
})),
difficulty: data.difficulty,
sectionId: 3,
};
default: