From 565874ad414145bdcbb9d73bbac3e97bb90509c7 Mon Sep 17 00:00:00 2001 From: Cristiano Ferreira Date: Fri, 28 Jun 2024 18:33:42 +0100 Subject: [PATCH] Minor improvements to speaking. --- app.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app.py b/app.py index 5dcc446..98a71b4 100644 --- a/app.py +++ b/app.py @@ -814,7 +814,7 @@ def get_speaking_task_2_question(): 'Create a question of medium difficulty for IELTS Speaking Part 2 ' 'that encourages candidates to narrate a ' 'personal experience or story related to the topic ' - 'of "' + random.choice(mti_topics) + '". Include 3 prompts that ' + 'of "' + topic + '". Include 3 prompts that ' 'guide the candidate to describe ' 'specific aspects of the experience, ' 'such as details about the situation, ' @@ -848,7 +848,7 @@ def get_speaking_task_3_question(): json_format = { "topic": "topic", "questions": [ - "Introductory question, should start with a greeting and introduce a question about the topic.", + "Introductory question about the topic.", "Follow up question about the topic", "Follow up question about the topic", "Follow up question about the topic", @@ -866,8 +866,7 @@ def get_speaking_task_3_question(): "role": "user", "content": ( 'Formulate a set of 5 questions of hard difficulty for IELTS Speaking Part 3 that encourage candidates to engage in a ' - 'meaningful discussion on the topic of "' + random.choice( - mti_topics) + '". Provide inquiries, ensuring ' + 'meaningful discussion on the topic of "' + topic + '". Provide inquiries, ensuring ' 'they explore various aspects, perspectives, and implications related to the topic.' 'Make sure that the generated question does not contain forbidden subjects in muslim countries.')