Add speaking task 3 grading endpoint.

This commit is contained in:
Cristiano Ferreira
2023-09-16 11:44:08 +01:00
parent f77fafa864
commit 8d9cd2949c
3 changed files with 96 additions and 20 deletions

View File

@@ -1,9 +1,9 @@
{
"info": {
"_postman_id": "c3a09737-c624-4b32-9e9a-af8ee8084764",
"_postman_id": "1b901158-4228-426a-9c96-8cedc4df8470",
"name": "ielts",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "29491168"
"_exporter_id": "26107457"
},
"item": [
{
@@ -190,7 +190,7 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"question\": \"How do you usually spend your weekends? Why?\",\r\n \"answer\": \"speaking_recordings/weekends.m4a\"\r\n}",
"raw": " {\r\n \"answers\": [\r\n {\r\n \"question\": \"How do you think technology has affected the way people communicate with each other in today's society?\",\r\n \"answer\": \"speaking_recordings/weekends.m4a\"\r\n },\r\n {\r\n \"question\": \"In what ways has the use of smartphones and social media platforms changed the dynamics of personal relationships?\",\r\n \"answer\": \"speaking_recordings/weekends.m4a\"\r\n },\r\n {\r\n \"question\": \"Some argue that technology has made communication more convenient, while others worry that it has led to a decline in face-to-face interactions. What's your perspective on this matter, and how do you think it might impact future generations?\",\r\n \"answer\": \"speaking_recordings/weekends.m4a\"\r\n }\r\n ]\r\n}",
"options": {
"raw": {
"language": "json"
@@ -198,7 +198,7 @@
}
},
"url": {
"raw": "http://127.0.0.1:5000/speaking_task",
"raw": "http://127.0.0.1:5000/speaking_task_3",
"protocol": "http",
"host": [
"127",
@@ -208,7 +208,7 @@
],
"port": "5000",
"path": [
"speaking_task"
"speaking_task_3"
]
}
},