Write From Dictation
Calculate scoring with the AI scoring system in the repeat sentence of the PTE certification.
Calculating score with Write From Dictation
POST
https://protocol.vardytests.com/pte/listening/wfd
Header
Content-Type
application/json
Authorization
YOUR_API_KEY
Parameter
question
String
The audio URL of the learner's speech.
responseUser
string
The list of the solution.
Response
Copy
{
"success": true,
"message": "The request was successful.",
"version": "3.3.8.6",
"processTime": 0.16,
"data": {
"components": [
{
"name": "Words",
"score": 7,
"suggestion": "Excellent",
"maxScore": 7,
"status": 1,
"privateNotes": ""
},
{
"name": "overall",
"score": 7,
"suggestion": null,
"maxScore": 0,
"status": 1,
"privateNotes": ""
}
],
"transcription": "",
"words": [
{
"word": "Extension",
"label": "Good",
"start": 0,
"end": 0,
"pronunciation": 0,
"phonemes": null,
"phonics": null,
"duration": null,
"userStress": null
}
],
"error": null
}
}
Result Explanation
Intermediate Result
success
Boolean
Was the request a success or failed?
message
String
The message of the response.
version
String
The current version of the application.
proccessTime
Double
Time number to complete the request. The unit is in seconds.
data
Object
The socre result object.
Data object (result.data)
components
List
The list of the component score.
words
List
The list of the word score.
error
Object
The error object.
Component (result.data.components)
name
String
The name of the component.
score
Double
The score of the component.
suggestion
String
The suggestion value of the score.
maxScore
Int
The max score of the component.
status
Int
The status of the component score.
Last updated