Update speaking 1 to be like interactive with 5 questions and 2 topics.
This commit is contained in:
@@ -1136,12 +1136,11 @@ def getSpeakingTemplate():
|
||||
"exercises": [
|
||||
{
|
||||
"id": str(uuid.uuid4()),
|
||||
"prompts": [],
|
||||
"text": "text",
|
||||
"title": "topic",
|
||||
"video_url": "sp1_video_url",
|
||||
"video_path": "sp1_video_path",
|
||||
"type": "speaking"
|
||||
"prompts": ["questions"],
|
||||
"text": "Listen carefully and respond.",
|
||||
"first_title": "first_topic",
|
||||
"second_title": "second_topic",
|
||||
"type": "interactiveSpeaking"
|
||||
},
|
||||
{
|
||||
"id": str(uuid.uuid4()),
|
||||
|
||||
Reference in New Issue
Block a user