Files
encoach_backend/postman/ielts.postman_collection.json
2024-10-01 19:31:01 +01:00

1156 lines
70 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"info": {
"_postman_id": "9905f8e4-f3b9-45e4-8ede-434c5de11eca",
"name": "ielts",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "29491168"
},
"item": [
{
"name": "Writing",
"item": [
{
"name": "Gen Question Writing Task 1",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{jwt_token}}",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://127.0.0.1:5000/writing_task1_general",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "5000",
"path": [
"writing_task1_general"
]
}
},
"response": []
},
{
"name": "Grade Answer Writing Task 1 With Context",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{jwt_token}}",
"type": "string"
}
]
},
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"question\": \"The chart below shows the amount of money per week spent on fast foods in Britain. The graph shows the trends in consumption of fast-foods. Write a report for a university lecturer describing the information shown below.\",\r\n \"answer\": \"The chart shows that high income earners consumed considerably more fast foods than the other income groups, spending more than twice as much on hamburgers (43 pence per person per week) than on fish and chips or pizza (both under 20 pence). Average income earners also favoured hamburgers, spending 33 pence per person per week, followed by fish and chips at 24 pence, then pizza at 11 pence. Low income earners appear to spend less than other income groups on fast foods, though fish and chips remains their most popular fast food, followed by hamburgers and then pizza. From the graph we can see that in 1970, fish and chips were twice as popular as burgers, pizza being at that time the least popular fast food. The consumption of hamburgers and pizza has risen steadily over the 20 year period to 1990 while the consumption of fish and chips has been in decline over that same period with a slight increase in popularity since 1985.\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://127.0.0.1:5000/writing_task1",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "5000",
"path": [
"writing_task1"
]
}
},
"response": []
},
{
"name": "Gen Question Writing Task 2",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{jwt_token}}",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://127.0.0.1:5000/writing_task2_general",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "5000",
"path": [
"writing_task2_general"
]
}
},
"response": []
},
{
"name": "Grade Answer Writing Task 2",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{jwt_token}}",
"type": "string"
}
]
},
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"question\": \"The average standard of people's health is likely to be lower in the future than it is now. To what extent do you agree or disagree with this statement?\",\r\n \"answer\": \"I completly disagree with the written statment. I believe that most of the people in the world have more information about their health and also about how they can improve their healthy conditions. Nowadays, information about how harmful is to smoke for our bodies can be seen in many packets of cigars. This is a clear example how things can change from our recent past. There is a clear trend in the diminishing of smokers and if this continues it will have a positive impact in our health. On the other hand, the alimentation habbits are changing all over the world and this can affect peoples health. However every one can choose what to eat every day. Mostly everybody, from developed societies, know the importance of having a healthy diet. Advances such as the information showed in the menus of fast food restaurants will help people to have a clever choice before they choose what to eat. Another important issue that I would like to mention is how medicine is changing. There are new discovers and treatments almost every week and that is an inequivoque sintom of how things are changing in order to improve the worlds health.\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://127.0.0.1:5000/writing_task2",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "5000",
"path": [
"writing_task2"
]
}
},
"response": []
},
{
"name": "Save Writing",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{jwt_token}}",
"type": "string"
}
]
},
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"exercises\": [\r\n \"You recently attended a friend's wedding and were impressed by their wedding planner. Write a letter to your friend, advising them on the best wedding planner for their upcoming wedding. In your letter, include information about the planner's services, pricing, and any personal experiences you had with them. Provide your friend with recommendations and tips on how to make the most out of their wedding planning experience.\",\r\n \"To what extent do you agree or disagree with the statement that technology has had a positive impact on modern society? In your response, critically examine the opposing perspectives on this issue, considering both the benefits and drawbacks of technological advancements. Support your arguments with relevant examples and evidence, and conclude with your own stance on the matter.\"\r\n ]\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://127.0.0.1:5000/writing",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "5000",
"path": [
"writing"
]
}
},
"response": []
}
]
},
{
"name": "Speaking",
"item": [
{
"name": "Gen Question Speaking Part 1",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{jwt_token}}",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://127.0.0.1:5000/speaking_task_1",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "5000",
"path": [
"speaking_task_1"
]
}
},
"response": []
},
{
"name": "Gen Question Speaking Part 2",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{jwt_token}}",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://127.0.0.1:5000/speaking_task_2",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "5000",
"path": [
"speaking_task_2"
]
}
},
"response": []
},
{
"name": "Gen Question Speaking Part 3",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{jwt_token}}",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://127.0.0.1:5000/speaking_task_3",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "5000",
"path": [
"speaking_task_3"
]
}
},
"response": []
},
{
"name": "Grade Answer Speaking Task",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{jwt_token}}",
"type": "string"
}
]
},
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"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/speaking_tech_1.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/speaking_tech_2.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/speaking_tech_3.m4a\"\r\n }\r\n ]\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://127.0.0.1:5000/speaking_task_3",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "5000",
"path": [
"speaking_task_3"
]
}
},
"response": []
},
{
"name": "Save Speaking",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{jwt_token}}",
"type": "string"
}
]
},
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"exercises\": [\r\n {\r\n \"question\": \"What is the most impactful book you have ever read and how has it influenced your perspective on life? Please share specific examples from the book that resonated with you on a personal level.\",\r\n \"topic\": \"Books\"\r\n },\r\n {\r\n \"prompts\": [\r\n \"Where did you go?\",\r\n \"What did you do there?\",\r\n \"Why was it a memorable experience for you?\"\r\n ],\r\n \"question\": \"Tell me about a memorable travel experience you have had.\",\r\n \"topic\": \"Travel\"\r\n },\r\n {\r\n \"questions\": [\r\n \"In what ways has technology improved our lives?\",\r\n \"What are some potential negative effects of technology on society?\",\r\n \"How can we strike a balance between the use of technology and maintaining healthy relationships?\"\r\n ],\r\n \"topic\": \"Technology and Society\"\r\n }\r\n ]\r\n }",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://127.0.0.1:5000/speaking",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "5000",
"path": [
"speaking"
]
}
},
"response": []
}
]
},
{
"name": "Reading",
"item": [
{
"name": "Gen Question Reading Passage 1",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{jwt_token}}",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://127.0.0.1:5000/reading_passage_1?topic=football manager video game&exercises=multipleChoice&exercises=trueFalse&exercises=fillBlanks&exercises=writeBlanks",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "5000",
"path": [
"reading_passage_1"
],
"query": [
{
"key": "topic",
"value": "football manager video game"
},
{
"key": "exercises",
"value": "multipleChoice"
},
{
"key": "exercises",
"value": "trueFalse"
},
{
"key": "exercises",
"value": "fillBlanks"
},
{
"key": "exercises",
"value": "writeBlanks"
}
]
}
},
"response": []
},
{
"name": "Gen Question Reading Passage 2",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{jwt_token}}",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://127.0.0.1:5000/reading_passage_2?topic=football manager video game&exercises=multipleChoice&exercises=trueFalse&exercises=fillBlanks&exercises=writeBlanks",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "5000",
"path": [
"reading_passage_2"
],
"query": [
{
"key": "topic",
"value": "football manager video game"
},
{
"key": "exercises",
"value": "multipleChoice"
},
{
"key": "exercises",
"value": "trueFalse"
},
{
"key": "exercises",
"value": "fillBlanks"
},
{
"key": "exercises",
"value": "writeBlanks"
}
]
}
},
"response": []
},
{
"name": "Gen Question Reading Passage 3",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{jwt_token}}",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://127.0.0.1:5000/reading_passage_3?topic=football manager video game&exercises=multipleChoice&exercises=trueFalse&exercises=fillBlanks&exercises=writeBlanks",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "5000",
"path": [
"reading_passage_3"
],
"query": [
{
"key": "topic",
"value": "football manager video game"
},
{
"key": "exercises",
"value": "multipleChoice"
},
{
"key": "exercises",
"value": "trueFalse"
},
{
"key": "exercises",
"value": "fillBlanks"
},
{
"key": "exercises",
"value": "writeBlanks"
}
]
}
},
"response": []
},
{
"name": "Save Reading",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{jwt_token}}",
"type": "string"
}
]
},
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"parts\": [\r\n {\r\n \"exercises\": [\r\n {\r\n \"id\": \"cbd08cdd-5850-40a8-b6e2-6021c04474ad\",\r\n \"prompt\": \"Do the following statements agree with the information given in the Reading Passage?\",\r\n \"questions\": [\r\n {\r\n \"id\": \"1\",\r\n \"prompt\": \"Technology is constantly evolving and shaping our world.\",\r\n \"solution\": \"true\"\r\n },\r\n {\r\n \"id\": \"2\",\r\n \"prompt\": \"The use of artificial intelligence (AI) has only recently become popular.\",\r\n \"solution\": \"false\"\r\n },\r\n {\r\n \"id\": \"3\",\r\n \"prompt\": \"5G technology offers slower speeds and higher latency than its predecessors.\",\r\n \"solution\": \"false\"\r\n },\r\n {\r\n \"id\": \"4\",\r\n \"prompt\": \"Social media has had a minimal impact on our society.\",\r\n \"solution\": \"false\"\r\n },\r\n {\r\n \"id\": \"5\",\r\n \"prompt\": \"Cybersecurity is not a growing concern as technology becomes more integrated into our lives.\",\r\n \"solution\": \"false\"\r\n },\r\n {\r\n \"id\": \"6\",\r\n \"prompt\": \"Technology has not had a significant impact on the education sector.\",\r\n \"solution\": \"false\"\r\n },\r\n {\r\n \"id\": \"7\",\r\n \"prompt\": \"Automation and AI are not causing shifts in the job market.\",\r\n \"solution\": \"false\"\r\n }\r\n ],\r\n \"type\": \"trueFalse\"\r\n },\r\n {\r\n \"allowRepetition\": true,\r\n \"id\": \"b88f3eb5-11b7-4a8e-bb1a-4e96215b34bf\",\r\n \"prompt\": \"Complete the summary below. Click a blank to select the corresponding word(s) for it.\\\\nThere are more words than spaces so you will not use them all. You may use any of the words more than once.\",\r\n \"solutions\": [\r\n {\r\n \"id\": \"8\",\r\n \"solution\": \"smartphones\"\r\n },\r\n {\r\n \"id\": \"9\",\r\n \"solution\": \"artificial intelligence\"\r\n },\r\n {\r\n \"id\": \"10\",\r\n \"solution\": \"5G technology\"\r\n },\r\n {\r\n \"id\": \"11\",\r\n \"solution\": \"virtual reality\"\r\n },\r\n {\r\n \"id\": \"12\",\r\n \"solution\": \"cybersecurity\"\r\n },\r\n {\r\n \"id\": \"13\",\r\n \"solution\": \"telemedicine\"\r\n }\r\n ],\r\n \"text\": \"\\n\\nTechnology has become an integral part of our daily lives, from {{8}} to smart homes. The rise of {{9}} (AI) and the Internet of Things (IoT) are two major trends that are revolutionizing the way we live and work. {{10}} is also gaining popularity, enabling advancements in areas like {{11}} and self-driving cars. Cloud computing, virtual and augmented reality (VR and AR), and blockchain technology are also on the rise, impacting industries such as finance, education, and healthcare. Social media has changed the way we communicate and raised concerns about privacy and mental health. With the increase in data breaches and cyber attacks, {{12}} has become a growing concern. {{13}} and online learning have made healthcare and education more accessible and efficient. However, there are concerns about the impact of technology on the job market, leading to discussions about the need for reskilling and upskilling. As technology continues to advance, it is crucial to understand its impact and consequences on our society.\",\r\n \"type\": \"fillBlanks\",\r\n \"words\": [\r\n \"speaking\",\r\n \"5G technology\",\r\n \"telemedicine\",\r\n \"virtual reality\",\r\n \"antechamber\",\r\n \"smartphones\",\r\n \"kitsch\",\r\n \"devilish\",\r\n \"parent\",\r\n \"artificial intelligence\",\r\n \"cybersecurity\"\r\n ]\r\n }\r\n ],\r\n \"text\": {\r\n \"content\": \"In today's society, technology has become an integral part of our daily lives. From smartphones to smart homes, we are constantly surrounded by the latest and most advanced technological devices. As technology continues to evolve and improve, it is important to understand the current trends and how they are shaping our world. One of the biggest technology trends in recent years is the rise of artificial intelligence (AI). AI is the simulation of human intelligence processes by machines, particularly computer systems. This technology has been around for decades, but with the advancement of computing power and big data, AI has become more sophisticated and prevalent. From virtual personal assistants like Siri and Alexa to self-driving cars, AI is revolutionizing the way we live and work. Another trend that has gained widespread popularity is the Internet of Things (IoT). This refers to the interconnection of everyday objects via the internet, allowing them to send and receive data. Smart homes, wearable devices, and even smart cities are all examples of IoT. With IoT, our devices and appliances can communicate with each other, making our lives more convenient and efficient. The use of 5G technology is also on the rise. 5G is the fifth generation of wireless technology, offering faster speeds and lower latency than its predecessors. With 5G, we can expect to see advancements in areas like virtual reality, self-driving cars, and remote surgery. It will also enable the development of smart cities and the Internet of Things to reach its full potential. Cloud computing is another trend that has been steadily growing. Cloud computing involves the delivery of computing services over the internet, such as storage, servers, and databases. This allows for easy access to data and applications from anywhere, at any time. Many businesses and individuals are utilizing cloud computing to streamline their operations and increase efficiency. Virtual and augmented reality (VR and AR) are becoming more prevalent in various industries, from gaming and entertainment to healthcare and education. VR immerses the user in a simulated environment, while AR overlays digital information onto the real world. These technologies have the potential to change the way we learn, work, and entertain ourselves. Blockchain technology is also gaining traction, particularly in the financial sector. Blockchain is a decentralized digital ledger that records transactions across a network of computers. It allows for secure and transparent transactions without the need for intermediaries. This technology has the potential to disrupt traditional banking and financial systems. Social media has been a dominant force in the technology world for some time now, and it continues to evolve and shape our society. With the rise of platforms like Facebook, Twitter, and Instagram, we are more connected than ever before. Social media has changed the way we communicate, share information, and even do business. It has also raised concerns about privacy and the impact of social media on mental health. Cybersecurity is a growing concern as technology becomes more integrated into our lives. With the increase in data breaches and cyber attacks, the need for strong cybersecurity measures is greater than ever. Companies and individuals are investing in better security protocols to protect their sensitive information. The healthcare industry is also experiencing technological advancements with the introduction of telemedicine. This allows patients to receive medical care remotely, without having to visit a physical doctor's office. Telemedicine has become increasingly popular, especially during the COVID-19 pandemic, as it allows for safe and convenient access to healthcare. In the education sector, technology has brought about significant changes as well. Online learning platforms and digital tools have made education more accessible and efficient. With the rise of e-learning, students can access education from anywhere in the world and at their own pace. As technology continues to advance, concerns about its impact on the job market have also arisen. Automation and AI are replacing human workers in many industries, leading to job loss and shifts in the workforce. This trend has sparked discussions about the need for reskilling and upskilling to adapt to the changing job market. In conclusion, the world is constantly evolving and adapting to the latest technology trends. From AI and IoT to 5G and blockchain, these advancements are shaping the way we live, work, and interact with each other. As society continues to embrace and integrate technology into our daily lives, it is crucial to understand its impact and potential consequences. Whether it be in the fields of healthcare, education, or finance, technology is undoubtedly transforming the world as we know it.\",\r\n \"title\": \"Modern Technology Trends\"\r\n }\r\n },\r\n {\r\n \"exercises\": [\r\n {\r\n \"id\": \"f2daa91a-3e92-4c07-aefd-719bcf22bac7\",\r\n \"prompt\": \"Do the following statements agree with the information given in the Reading Passage?\",\r\n \"questions\": [\r\n {\r\n \"id\": \"14\",\r\n \"prompt\": \"Yoga and meditation have been gaining popularity in recent years.\",\r\n \"solution\": \"true\"\r\n },\r\n {\r\n \"id\": \"15\",\r\n \"prompt\": \"Yoga and meditation originated in ancient India.\",\r\n \"solution\": \"true\"\r\n },\r\n {\r\n \"id\": \"16\",\r\n \"prompt\": \"Yoga is a system that combines physical postures, breathing techniques, and meditation.\",\r\n \"solution\": \"true\"\r\n },\r\n {\r\n \"id\": \"17\",\r\n \"prompt\": \"Meditation involves training the mind to achieve a state of inner peace and relaxation.\",\r\n \"solution\": \"true\"\r\n },\r\n {\r\n \"id\": \"18\",\r\n \"prompt\": \"Yoga and meditation can reduce stress and improve mental health.\",\r\n \"solution\": \"true\"\r\n },\r\n {\r\n \"id\": \"19\",\r\n \"prompt\": \"Yoga and meditation can improve physical health.\",\r\n \"solution\": \"true\"\r\n },\r\n {\r\n \"id\": \"20\",\r\n \"prompt\": \"Yoga and meditation are only suitable for people who are physically fit.\",\r\n \"solution\": \"false\"\r\n }\r\n ],\r\n \"type\": \"trueFalse\"\r\n },\r\n {\r\n \"id\": \"b500cb69-843d-4430-a544-924c514ea12a\",\r\n \"maxWords\": 3,\r\n \"prompt\": \"Choose no more than three words and/or a number from the passage for each answer.\",\r\n \"solutions\": [\r\n {\r\n \"id\": \"21\",\r\n \"solution\": [\r\n \"physical, mental, emotional\"\r\n ]\r\n },\r\n {\r\n \"id\": \"22\",\r\n \"solution\": [\r\n \"ancient India\"\r\n ]\r\n },\r\n {\r\n \"id\": \"23\",\r\n \"solution\": [\r\n \"physical postures, breathing techniques\"\r\n ]\r\n },\r\n {\r\n \"id\": \"24\",\r\n \"solution\": [\r\n \"reduce stress, improve mindfulness\"\r\n ]\r\n },\r\n {\r\n \"id\": \"25\",\r\n \"solution\": [\r\n \"improve, promote relaxation\"\r\n ]\r\n },\r\n {\r\n \"id\": \"26\",\r\n \"solution\": [\r\n \"anyone, all ages and backgrounds\"\r\n ]\r\n }\r\n ],\r\n \"text\": \"What are the three main benefits of yoga and meditation?{{21}}\\\\nWhere did yoga originate?{{22}}\\\\nWhat are the two components of yoga?{{23}}\\\\nHow do yoga and meditation improve mental health?{{24}}\\\\nWhat is the impact of yoga and meditation on sleep quality?{{25}}\\\\nWho can practice yoga and meditation?{{26}}\\\\n\",\r\n \"type\": \"writeBlanks\"\r\n }\r\n ],\r\n \"text\": {\r\n \"content\": \"Yoga and meditation have been gaining popularity in recent years as more and more people recognize the physical, mental, and emotional benefits of these ancient practices. Originating in ancient India, yoga is a holistic system that combines physical postures, breathing techniques, and meditation to promote overall well-being. Similarly, meditation is a mental practice that involves training the mind to achieve a state of inner peace and relaxation. One of the main benefits of yoga and meditation is their ability to reduce stress and improve mental health. In today's fast-paced world, stress has become a common problem for many people, leading to various physical and mental health issues. However, studies have shown that practicing yoga and meditation can significantly reduce stress levels and improve overall mental health. This is because these practices focus on deep breathing and mindfulness, which can help individuals to calm their minds and relax their bodies. As a result, many people who regularly practice yoga and meditation report feeling more peaceful, centered, and less stressed in their daily lives. Furthermore, yoga and meditation have been shown to have a positive impact on physical health. The physical postures and movements in yoga help to improve flexibility, strength, and balance. These postures also work to stretch and strengthen different muscles in the body, which can alleviate tension and prevent injuries. Additionally, the controlled breathing in yoga helps to increase oxygen flow throughout the body, which can improve cardiovascular health. As for meditation, studies have shown that it can lower blood pressure and reduce the risk of heart disease. These physical benefits make yoga and meditation an excellent form of exercise for people of all ages and fitness levels. Apart from the physical and mental benefits, yoga and meditation also have a positive impact on emotional well-being. The practice of mindfulness in these practices helps individuals to become more aware of their thoughts and emotions, allowing them to better manage and process them. This can result in improved emotional regulation and a greater sense of self-awareness. As a result, individuals who practice yoga and meditation often report feeling more positive, content, and emotionally stable. Another significant benefit of yoga and meditation is their ability to improve overall concentration and focus. In today's digital age, our minds are constantly bombarded with information and distractions, making it challenging to stay focused on tasks. However, regular practice of yoga and meditation can improve concentration and enhance cognitive function. This is because these practices require individuals to focus their minds on their breath, movements, or a specific mantra, helping to train the brain to stay focused for longer periods. Moreover, yoga and meditation have been shown to have a positive impact on sleep quality. Many people struggle with insomnia or other sleep-related issues, which can have a significant impact on their overall health and well-being. However, studies have shown that yoga and meditation can improve sleep quality and help individuals fall asleep faster. This is because these practices promote relaxation and reduce stress, which are common causes of sleep issues. As a result, individuals who practice yoga and meditation often report feeling more rested and rejuvenated after a good night's sleep. In addition to the physical, mental, emotional, and cognitive benefits, yoga and meditation also have a spiritual component. These practices are deeply rooted in ancient Indian spirituality and have been used for centuries to connect individuals with their inner selves and the universe. While the spiritual aspect may not be for everyone, many people find that it adds a deeper level of meaning and purpose to their practice. Furthermore, yoga and meditation are accessible to people of all ages and backgrounds. Whether you are young or old, fit or not, religious or not, yoga and meditation can be practiced by anyone. There are many different styles and forms of yoga and meditation, allowing individuals to choose the practice that best suits their needs and preferences. This inclusivity is what makes yoga and meditation such powerful and universal practices. In conclusion, the benefits of yoga and meditation are numerous and far-reaching. From reducing stress and improving mental health to promoting physical strength and emotional well-being, these ancient practices offer a holistic approach to overall health and wellness. Whether you are looking to improve your physical fitness, manage stress, or connect with your inner self, yoga and meditation are powerful tools that can help you achieve these goals. So why not give it a try and experience the transformative power of yoga and meditation for yourself?\",\r\n \"title\": \"The Benefits of Yoga and Meditation\"\r\n }\r\n },\r\n {\r\n \"exercises\": [\r\n {\r\n \"allowRepetition\": true,\r\n \"id\": \"1035c153-d38a-4f27-a14e-0ce63184ff82\",\r\n \"prompt\": \"Complete the summary below. Click a blank to select the corresponding word(s) for it.\\\\nThere are more words than spaces so you will not use them all. You may use any of the words more than once.\",\r\n \"solutions\": [\r\n {\r\n \"id\": \"27\",\r\n \"solution\": \"Cultural diversity\"\r\n },\r\n {\r\n \"id\": \"28\",\r\n \"solution\": \"Variety\"\r\n },\r\n {\r\n \"id\": \"29\",\r\n \"solution\": \"Multicultural\"\r\n },\r\n {\r\n \"id\": \"30\",\r\n \"solution\": \"Tolerance\"\r\n },\r\n {\r\n \"id\": \"31\",\r\n \"solution\": \"Unity\"\r\n },\r\n {\r\n \"id\": \"32\",\r\n \"solution\": \"Challenges\"\r\n },\r\n {\r\n \"id\": \"33\",\r\n \"solution\": \"Celebrated\"\r\n }\r\n ],\r\n \"text\": \"\\n\\n{{27}} refers to the {{28}} of cultures, traditions, beliefs, and lifestyles that exist within a society. In today's interconnected world, the movement of people, goods, and ideas has led to a more diverse and {{29}} society. The exchange of ideas and knowledge, {{30}} and understanding, and promoting peace and {{31}} are some of the benefits of cultural diversity. However, it also poses {{32}} such as potential clashes and the marginalization of certain groups. To address these challenges, it is important for societies to promote cultural competency and sensitivity, as well as for individuals to embrace diversity and participate in cultural events. Overall, cultural diversity is a crucial aspect of our global society that needs to be preserved and {{33}}.\",\r\n \"type\": \"fillBlanks\",\r\n \"words\": [\r\n \"Tolerance\",\r\n \"Cultural diversity\",\r\n \"penny\",\r\n \"Multicultural\",\r\n \"shrill\",\r\n \"Celebrated\",\r\n \"Variety\",\r\n \"query\",\r\n \"Challenges\",\r\n \"wont\",\r\n \"Unity\",\r\n \"chemical\"\r\n ]\r\n },\r\n {\r\n \"questions\": [\r\n {\r\n \"id\": \"34\",\r\n \"options\": [\r\n {\r\n \"id\": \"A\",\r\n \"text\": \"The variety of cultures, traditions, beliefs, and lifestyles within a society\"\r\n },\r\n {\r\n \"id\": \"B\",\r\n \"text\": \"The number of countries in the world\"\r\n },\r\n {\r\n \"id\": \"C\",\r\n \"text\": \"The different types of technology used in different cultures\"\r\n },\r\n {\r\n \"id\": \"D\",\r\n \"text\": \"The number of languages spoken in a society\"\r\n }\r\n ],\r\n \"prompt\": \"What is the main definition of cultural diversity?\",\r\n \"solution\": \"A\",\r\n \"variant\": \"text\"\r\n },\r\n {\r\n \"id\": \"35\",\r\n \"options\": [\r\n {\r\n \"id\": \"A\",\r\n \"text\": \"By making it easier for people to travel\"\r\n },\r\n {\r\n \"id\": \"B\",\r\n \"text\": \"By increasing the number of countries in the world\"\r\n },\r\n {\r\n \"id\": \"C\",\r\n \"text\": \"By creating more jobs for people from different cultures\"\r\n },\r\n {\r\n \"id\": \"D\",\r\n \"text\": \"By promoting a single global culture\"\r\n }\r\n ],\r\n \"prompt\": \"How has technology contributed to an increase in cultural diversity?\",\r\n \"solution\": \"A\",\r\n \"variant\": \"text\"\r\n },\r\n {\r\n \"id\": \"36\",\r\n \"options\": [\r\n {\r\n \"id\": \"A\",\r\n \"text\": \"Increased economic opportunities\"\r\n },\r\n {\r\n \"id\": \"B\",\r\n \"text\": \"Higher levels of education\"\r\n },\r\n {\r\n \"id\": \"C\",\r\n \"text\": \"Improved transportation systems\"\r\n },\r\n {\r\n \"id\": \"D\",\r\n \"text\": \"The exchange of ideas and knowledge\"\r\n }\r\n ],\r\n \"prompt\": \"What is one of the key benefits of cultural diversity?\",\r\n \"solution\": \"D\",\r\n \"variant\": \"text\"\r\n },\r\n {\r\n \"id\": \"37\",\r\n \"options\": [\r\n {\r\n \"id\": \"A\",\r\n \"text\": \"By forcing people to conform to a single culture\"\r\n },\r\n {\r\n \"id\": \"B\",\r\n \"text\": \"By exposing people to different perspectives and experiences\"\r\n },\r\n {\r\n \"id\": \"C\",\r\n \"text\": \"By creating a homogenous society\"\r\n },\r\n {\r\n \"id\": \"D\",\r\n \"text\": \"By limiting the movement of people between countries\"\r\n }\r\n ],\r\n \"prompt\": \"How does cultural diversity promote tolerance and understanding?\",\r\n \"solution\": \"B\",\r\n \"variant\": \"text\"\r\n },\r\n {\r\n \"id\": \"38\",\r\n \"options\": [\r\n {\r\n \"id\": \"A\",\r\n \"text\": \"Increased discrimination\"\r\n },\r\n {\r\n \"id\": \"B\",\r\n \"text\": \"A decline in technological advancements\"\r\n },\r\n {\r\n \"id\": \"C\",\r\n \"text\": \"A decrease in the number of countries\"\r\n },\r\n {\r\n \"id\": \"D\",\r\n \"text\": \"A lack of cultural exchange\"\r\n }\r\n ],\r\n \"prompt\": \"What is one challenge posed by cultural diversity?\",\r\n \"solution\": \"A\",\r\n \"variant\": \"text\"\r\n },\r\n {\r\n \"id\": \"39\",\r\n \"options\": [\r\n {\r\n \"id\": \"A\",\r\n \"text\": \"By promoting a single global culture\"\r\n },\r\n {\r\n \"id\": \"B\",\r\n \"text\": \"By creating barriers between different groups\"\r\n },\r\n {\r\n \"id\": \"C\",\r\n \"text\": \"By promoting cultural competency and sensitivity\"\r\n },\r\n {\r\n \"id\": \"D\",\r\n \"text\": \"By limiting the number of countries in the world\"\r\n }\r\n ],\r\n \"prompt\": \"What is one way that societies can address the challenges of cultural diversity?\",\r\n \"solution\": \"C\",\r\n \"variant\": \"text\"\r\n },\r\n {\r\n \"id\": \"40\",\r\n \"options\": [\r\n {\r\n \"id\": \"A\",\r\n \"text\": \"To ignore cultural differences\"\r\n },\r\n {\r\n \"id\": \"B\",\r\n \"text\": \"To actively participate in cultural events and activities\"\r\n },\r\n {\r\n \"id\": \"C\",\r\n \"text\": \"To only embrace their own culture\"\r\n },\r\n {\r\n \"id\": \"D\",\r\n \"text\": \"To avoid learning about other cultures\"\r\n }\r\n ],\r\n \"prompt\": \"What is the responsibility of individuals in promoting and preserving cultural diversity?\",\r\n \"solution\": \"B\",\r\n \"variant\": \"text\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"text\": {\r\n \"content\": \"Cultural diversity is a term that is often used in today's world, but what does it really mean? Simply put, cultural diversity refers to the variety of cultures, traditions, beliefs, and lifestyles that exist within a society. It is a reflection of the different backgrounds, experiences, and identities of individuals and groups. In this IELTS Reading Passage, we will explore the concept of cultural diversity and its significance in our global society. The world we live in today is more interconnected and interdependent than ever before. With the advancements in technology, transportation, and communication, people from different parts of the world can easily connect and interact with one another. This has led to an increase in the movement of people, goods, and ideas, resulting in a more diverse and multicultural society. In fact, it is estimated that over 190 countries exist in the world, each with its unique culture and traditions. One of the key benefits of cultural diversity is the exchange of ideas and knowledge. When people from different backgrounds come together, they bring with them their unique perspectives and experiences. This leads to a rich exchange of ideas, which can result in the development of new innovations and solutions to various problems. For example, the fusion of different cuisines has led to the creation of new and delicious dishes, and the blending of different musical styles has given birth to new genres of music. Moreover, cultural diversity also promotes tolerance and understanding among individuals and groups. When people are exposed to different cultures, they learn to appreciate and respect the differences that exist. This, in turn, leads to a more inclusive and harmonious society, where people from diverse backgrounds can coexist peacefully. In a world that is plagued by conflicts and discrimination, cultural diversity plays a crucial role in promoting peace and unity. However, despite its numerous benefits, cultural diversity also poses some challenges. One of the main challenges is the potential for cultural clashes. As individuals from different cultures interact, conflicts can arise due to differences in values, beliefs, and customs. This can lead to misunderstandings and even discrimination. For instance, a person from a collectivist culture may struggle to understand the individualistic values of someone from a Western culture. Furthermore, cultural diversity can also lead to the marginalization of certain groups within a society. In some cases, minority cultures may face discrimination and exclusion, which can result in social and economic disadvantages. This is often seen in the case of migrant communities, where they may struggle to fully integrate into the host society due to cultural barriers. To address these challenges, it is important for societies to promote cultural competency and sensitivity. This means educating individuals about different cultures and encouraging them to embrace diversity. It also involves creating policies and programs that promote inclusivity and equality for all groups within a society. For example, many countries have implemented diversity training programs in schools and workplaces to promote understanding and respect for different cultures. In addition, governments play a crucial role in promoting and preserving cultural diversity. They can do this by protecting the cultural heritage of different groups and promoting cultural events and festivals. This not only helps in preserving the unique identities of different cultures but also promotes cultural exchange and understanding. On an individual level, there are also steps that we can take to embrace cultural diversity. This includes being open-minded and respectful towards different cultures, being willing to learn about other cultures, and actively participating in cultural events and activities. By doing so, we can break down barriers and promote a more inclusive and harmonious society. In conclusion, cultural diversity is a key aspect of our global society. It brings numerous benefits such as the exchange of ideas and promoting tolerance, but it also poses challenges that need to be addressed. As individuals and societies, it is our responsibility to promote and preserve cultural diversity and create a world where everyone is embraced and valued for their unique identities and backgrounds. By doing so, we can create a more peaceful and prosperous world for all.\",\r\n \"title\": \"Cultural Diversity: A Key Aspect of Our Global Society\"\r\n }\r\n }\r\n ]\r\n }",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://127.0.0.1:5000/reading",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "5000",
"path": [
"reading"
]
}
},
"response": []
}
]
},
{
"name": "Listening",
"item": [
{
"name": "Gen Question Listening Section 1",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{jwt_token}}",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://127.0.0.1:5000/listening_section_1?topic=book hotel room for convention&exercises=multipleChoice&exercises=writeBlanksQuestions&exercises=writeBlanksForm&exercises=writeBlanksFill",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "5000",
"path": [
"listening_section_1"
],
"query": [
{
"key": "topic",
"value": "book hotel room for convention"
},
{
"key": "exercises",
"value": "multipleChoice"
},
{
"key": "exercises",
"value": "writeBlanksQuestions"
},
{
"key": "exercises",
"value": "writeBlanksForm"
},
{
"key": "exercises",
"value": "writeBlanksFill"
}
]
}
},
"response": []
},
{
"name": "Gen Question Listening Section 2",
"event": [
{
"listen": "test",
"script": {
"exec": [
"\r",
"pm.test(\"Response status code is 200\", function () {\r",
" pm.expect(pm.response.code).to.equal(200);\r",
"});\r",
"\r",
"\r",
"pm.test(\"Validate the 'exercises' array is present and contains the expected number of elements\", function () {\r",
" const responseData = pm.response.json();\r",
" \r",
" pm.expect(responseData).to.be.an('object');\r",
" pm.expect(responseData.exercises).to.exist.and.to.be.an('array');\r",
" pm.expect(responseData.exercises).to.have.lengthOf(3, \"Expected 'exercises' array to have 3 elements\");\r",
"});\r",
"\r",
""
],
"type": "text/javascript"
}
}
],
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{jwt_token}}",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://127.0.0.1:5000/listening_section_2?topic=football manager video game&exercises=writeBlanksForm&exercises=multipleChoice&exercises=writeBlanksQuestions&exercises=writeBlanksFill",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "5000",
"path": [
"listening_section_2"
],
"query": [
{
"key": "topic",
"value": "football manager video game"
},
{
"key": "exercises",
"value": "writeBlanksForm"
},
{
"key": "exercises",
"value": "multipleChoice"
},
{
"key": "exercises",
"value": "writeBlanksQuestions"
},
{
"key": "exercises",
"value": "writeBlanksFill"
}
]
},
"description": "\nThis API endpoint allows you to retrieve a listening section for a specific exercise. The endpoint uses an HTTP GET request to the URL `http://127.0.0.1:5000/listening_section_2`. \n\nTo specify the exercises you want to retrieve, you can include the `exercises` query parameter multiple times with different values. In this example, the query parameters are set to `multipleChoice`, `writeBlanksQuestions`, and `writeBlanksFill`.\n\nThe response from the last execution of this request had a status code of 200, indicating a successful response. The response body contained a JSON object with the following structure:\n\n```json\n{\n \"exercises\": [\n {\n \"questions\": [\n {\n \"id\": \"\",\n \"options\": [\n {\n \"id\": \"\",\n \"text\": \"\"\n }\n ],\n \"prompt\": \"\",\n \"solution\": \"\",\n \"variant\": \"\"\n }\n ]\n }\n ],\n \"text\": \"\"\n}\n```\n\nThe `exercises` field in the response contains an array of exercise objects. Each exercise object has a `questions` field, which is an array of question objects. Each question object has an `id`, `options`, `prompt`, `solution`, and `variant` field.\n\nThe `text` field in the response is an empty string.\n\nPlease note that the specific values for `id`, `text`, `prompt`, `solution`, and `variant` were not provided in the response and have been omitted for privacy reasons.\n\nMake sure to include the desired exercises in the `exercises` query parameter to retrieve the listening section for those exercises.\n"
},
"response": []
},
{
"name": "Gen Question Listening Section 3",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{jwt_token}}",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://127.0.0.1:5000/listening_section_3?topic=discuss new assignment with the teacher &exercises=multipleChoice&exercises=writeBlanksQuestions&exercises=writeBlanksFill&exercises=writeBlanksForm",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "5000",
"path": [
"listening_section_3"
],
"query": [
{
"key": "topic",
"value": "discuss new assignment with the teacher "
},
{
"key": "exercises",
"value": "multipleChoice"
},
{
"key": "exercises",
"value": "writeBlanksQuestions"
},
{
"key": "exercises",
"value": "writeBlanksFill"
},
{
"key": "exercises",
"value": "writeBlanksForm"
}
]
}
},
"response": []
},
{
"name": "Gen Question Listening Section 4",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{jwt_token}}",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://127.0.0.1:5000/listening_section_4?topic=football manager video game&exercises=multipleChoice&exercises=writeBlanksQuestions&exercises=writeBlanksFill&exercises=writeBlanksForm",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "5000",
"path": [
"listening_section_4"
],
"query": [
{
"key": "topic",
"value": "football manager video game"
},
{
"key": "exercises",
"value": "multipleChoice"
},
{
"key": "exercises",
"value": "writeBlanksQuestions"
},
{
"key": "exercises",
"value": "writeBlanksFill"
},
{
"key": "exercises",
"value": "writeBlanksForm"
}
]
}
},
"response": []
},
{
"name": "Save Listening Section",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{jwt_token}}",
"type": "string"
}
]
},
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"parts\": [\r\n {\r\n \"text\": {\r\n \"conversation\": {\r\n \"conversation\": \"dummy\"\r\n }\r\n },\r\n \"exercises\": [\r\n {\r\n\r\n }\r\n ] \r\n },\r\n {\r\n \"text\": \"monologue_listening_2\",\r\n \"exercises\": [\r\n {\r\n\r\n }\r\n ] \r\n },\r\n {\r\n \"text\": {\r\n \"conversation\": {\r\n \"conversation\": \"dummy\"\r\n }\r\n },\r\n \"exercises\": [\r\n {\r\n\r\n }\r\n ] \r\n },\r\n {\r\n \"text\": \"monologue_listening_4\",\r\n \"exercises\": [\r\n {\r\n\r\n }\r\n ] \r\n }\r\n ]\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://127.0.0.1:5000/listening",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "5000",
"path": [
"listening"
]
}
},
"response": []
}
]
},
{
"name": "Level",
"item": [
{
"name": "Gen Level",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{jwt_token}}",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"url": {
"raw": "http://127.0.0.1:5000/level",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "5000",
"path": [
"level"
]
}
},
"response": []
}
]
},
{
"name": "Fetch Answer Tips",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{jwt_token}}",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"question\": \"When did Kendrick Lamar sign for TDE?\",\n \"answer\": \"Hello GPT.\",\n\t\t\"correct_answer\": \"2005\",\n \"context\": \"Kendrick Lamar Duckworth (born June 17, 1987) is an American rapper and songwriter. Known for his progressive musical styles and socially conscious songwriting, he is often considered one of the most influential hip hop artists of his generation. Born and raised in Compton, California, Lamar began his career as a teenager performing under the stage name K.Dot. He quickly garnered local attention which led to him signing a recording contract with Top Dawg Entertainment (TDE) in 2005.\"\n}\n",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://127.0.0.1:5000/fetch_tips",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "5000",
"path": [
"fetch_tips"
]
}
},
"response": []
},
{
"name": "Get Grading Summary",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{jwt_token}}",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"question\": \"When did Kendrick Lamar sign for TDE?\",\n \"answer\": \"Hello GPT.\",\n\t\t\"correct_answer\": \"2005\",\n \"context\": \"Kendrick Lamar Duckworth (born June 17, 1987) is an American rapper and songwriter. Known for his progressive musical styles and socially conscious songwriting, he is often considered one of the most influential hip hop artists of his generation. Born and raised in Compton, California, Lamar began his career as a teenager performing under the stage name K.Dot. He quickly garnered local attention which led to him signing a recording contract with Top Dawg Entertainment (TDE) in 2005.\"\n}\n",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://127.0.0.1:5000/fetch_tips",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "5000",
"path": [
"fetch_tips"
]
}
},
"response": []
}
]
}