ENCOA-311
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user