PTE Speaking Questions
We will be recreating these PTE speaking questions using SpeechAce APIs:
Read Aloud
Repeat Sentence
Describe Image
Re-tell Lecture
Answer Short Question
Personal Introduction
Read Aloud
Objective: This question type will assess test-taker's pronunciation, fluency, and intonation while reading a text aloud.
The Pacific Ocean is the largest and deepest of the Earth's oceanic divisions. It extends from the Arctic Ocean in the north to the Southern Ocean in the south, and from the Asia and Australia in the west to the Americas in the east.
Steps to recreate:
Display Passage on UI: Provide a passage for the test-taker to read on your app's interface.
Enable Recording: Allow the test-taker to record their response, with an option for preparation time if needed.
Use SpeechAce APIs: Utilize the Score Text/Fluency API to analyze the test-taker’s pronunciation, fluency, and intonation.
Evaluate and Report: Assess the test-taker's response and present a detailed report based on the feedback metrics of your choice. You can use the following score fields to measure components listed in the PTE score guide:
Pronunciation:
.text_score.speechace_score.pronunciation
Fluency :
.text_score.speechace_score.fluency
Content Score:
.text_score.fluency.overall_metrics.correct_word_count
divided by.text_score.fluency.overall_metrics.word_count
Repeat Sentence
Objective: This question type will evaluate test-taker's ability to accurately repeat a sentence after hearing it once.
It is estimated that over 500 sea turtles die as a result of plastic consumption every year.
Steps to recreate:
Display Sentence's Audio on UI: Provide audio recordings of the sentences which test-taker needs to repeat after hearing.
Enable Recording: Allow the test-taker to record their response, with an option for preparation time if needed.
Use SpeechAce APIs: Utilize the Score Text/Fluency API to analyze the test-taker’s pronunciation, fluency, and intonation.
Evaluate and Report: Assess the test-taker's response and present a detailed report based on the feedback metrics of your choice. You can use the following score fields to measure components listed in the PTE score guide:
Pronunciation:
.text_score.speechace_score.pronunciation
Fluency :
.text_score.speechace_score.fluency
Content Score:
.text_score.fluency.overall_metrics.correct_word_count
divided by.text_score.fluency.overall_metrics.word_count
Describe Image
Objective: This question type will assess test-taker's ability to describe an image in detail and structure your response coherently.
Describe the graph that shows the increase in internet usage over the past decade. Mention key trends and any notable changes.
Steps to recreate:
Display image on UI, use SpeechAce API and Evaluate: Follow this task achievement guide to recreate this question type. You can use the following score fields to measure components listed in the PTE score guide:
Content:
task_score
is the overall score used to evaluate how well the given task was achieved. It ranges from 0 to 5.Pronunciation:
.speech_score.speechace_score.pronunciation
Fluency :
.speech_score.speechace_score.fluency
Re-tell Lecture
Objective: This question type will evaluate test-taker's ability to summarize and articulate the main points of a lecture or talk.
Listen to the following lecture on climate change and summarize the main causes and effects discussed.
Steps to recreate:
Display lecture on UI, use SpeechAce API and Evaluate: Follow this task achievement guide to recreate this question type. You can use the following score fields to measure components listed in the PTE score guide:
Content:
task_score
is the overall score used to evaluate how well the given task was achieved. It ranges from 0 to 5.Pronunciation:
.speech_score.speechace_score.pronunciation
Fluency :
.speech_score.speechace_score.fluency
Answer Short Question
Objective: This question type will assess test-taker's ability to respond briefly and accurately to simple questions.
What do you call a system of government in which people vote for the people who will represent them?
Steps to recreate:
Display question on UI, use SpeechAce API and Evaluate: Follow this task achievement guide to recreate this question type. You can use the following score field to measure components listed in the PTE score guide:
Overall task score: The task_score,
specifically for Answer Short Question, is a straightforward binary evaluation where the test-taker’s performance is assessed as either correct (1) or incorrect (0), providing a clear measure of whether the task was achieved successfully.
Personal Introduction
Objective: This question type will assess test-taker's ability to introduce themselves and provide relevant personal information.
Introduce yourself and briefly describe your educational background, current occupation, and a personal interest or hobby.
Steps to recreate:
Display question on UI: Provide a question for the test-taker to read on your app's interface.
Enable Recording: Allow the test-taker to record their response, with an option for preparation time if needed.
Use SpeechAce APIs: Use the Spontaneous Speech API to get the pronunciation, fluency and other feedback metrics of the test-taker's response.
Evaluate and Report: Assess the test-taker's response and present a detailed report based on the feedback metrics of your choice. You can use the following score fields to measure components listed in the PTE score guide:
Relevance Check:
.speechace_score.relevance.class
Coherence:
.speech_score.speechace_score.coherence
Pronunciation:
.speech_score.speechace_score.pronunciation
Fluency :
.speech_score.speechace_score.fluency
Vocabulary:
.speech_score.speechace_score.vocab
Grammar:
.speech_score.speechace_score.grammar
Last updated