{"info":{"_postman_id":"53ad6511-3b20-47d4-9f61-8bddfcad9982","name":"Quiz Craft API","description":"<html><head></head><body><h4 id=\"simple-flask-api-for-handling-a-quiz-application\">Simple Flask API for handling a quiz application</h4>\n<p>The hosted URL: <a href=\"https://quiz-craft-flask-backend.onrender.com\">https://quiz-craft-flask-backend.onrender.com</a><br>SO you can just replace it with the <a href=\"http://127.0.0.1:5000/\">http://127.0.0.1:5000/</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"26781479","collectionId":"53ad6511-3b20-47d4-9f61-8bddfcad9982","publishedId":"2s9YeK4VWy","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-12-02T16:05:06.000Z"},"item":[{"name":"User Routes","item":[{"name":"Register User","id":"c7ebffbf-7317-4122-9f88-400f475f76e7","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Dylan\",\r\n    \"lastName\": \"Heslop\",\r\n    \"email\": \"heslopd23@gmail.com\",\r\n    \"password\": \"meatloaf\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/user/new","description":"<p>Registers a new User</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","user","new"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"8c008d3d-d3d8-4048-988e-e306ff48bff9","name":"Register Dylan","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Dylan\",\r\n    \"lastName\": \"Heslop\",\r\n    \"email\": \"heslopd23@gmail.com\",\r\n    \"password\": \"meatloaf\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/user/new"},"status":"CREATED","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.0.1 Python/3.11.6"},{"key":"Date","value":"Wed, 29 Nov 2023 01:21:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"43"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"User signed up successfully\"\n}"}],"_postman_id":"c7ebffbf-7317-4122-9f88-400f475f76e7"},{"name":"Login User","id":"e1b5da48-6570-4525-b0fe-e33e2c3137d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"POST","header":[],"url":"http://127.0.0.1:5000/api/user/login","description":"<p>Login an existing user</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","user","login"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"776606fb-a6dd-41b1-a99b-70f71aac186b","name":"Login User","originalRequest":{"method":"POST","header":[],"url":"http://127.0.0.1:5000/api/user/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.0.1 Python/3.11.6"},{"key":"Date","value":"Sat, 02 Dec 2023 15:27:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"143"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"email\": \"heslopd23@gmail.com\",\n    \"firstName\": \"Dylan\",\n    \"id\": 1,\n    \"lastName\": \"Heslop\",\n    \"token\": \"UcxLhlUuBJwyZ3BSxULWTgDyJgTxxXv7\"\n}"}],"_postman_id":"e1b5da48-6570-4525-b0fe-e33e2c3137d5"},{"name":"Edit User","id":"561c5c98-e105-4078-85aa-ee614cc10bb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Dylan\",\r\n    \"lastName\": \"Heslop\",\r\n    \"email\": \"heslopd23@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/user/update","description":"<p>Edit current users information</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","user","update"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"166b76fd-e316-4ea7-b7f7-6e16fa50b016","name":"Update User","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Dylan\",\r\n    \"lastName\": \"Heslop\",\r\n    \"email\": \"heslopd23@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/user/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.0.1 Python/3.11.6"},{"key":"Date","value":"Sat, 02 Dec 2023 15:28:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"41"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"User has been updated\"\n}"}],"_postman_id":"561c5c98-e105-4078-85aa-ee614cc10bb1"},{"name":"Delete User","id":"ad18d3f8-daf6-42a5-8182-d58b7892d22f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://127.0.0.1:5000/api/user/delete","description":"<p>Delete A User</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","user","delete"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad18d3f8-daf6-42a5-8182-d58b7892d22f"},{"name":"Get User Info","id":"fdd4a003-9b54-40ed-964a-71b2cc60f3b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/user/token","description":"<p>Get users information based on the token</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","user","token"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"fdd4a003-9b54-40ed-964a-71b2cc60f3b3"}],"id":"4e36cecf-7e79-444b-a145-dc9fa35f51ba","description":"<h4 id=\"routes-to-add-edit-delete-login-and-signup-users\">Routes to add, edit, delete, login and signup users</h4>\n","_postman_id":"4e36cecf-7e79-444b-a145-dc9fa35f51ba"},{"name":"QUiz Routes","item":[{"name":"Create A New Quiz","id":"4a8c8fee-02d8-4d4a-b3e1-f2e688f72b7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Fabby Quiz\",\r\n    \"description\": \"How much do you know about our lovely FabbyJ\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/quiz/new","description":"<p>Create a new quiz</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","quiz","new"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"8632417b-c214-4b50-a227-3e0efc82f9c4","name":"Create A New Quiz","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Fabby Quiz\",\r\n    \"description\": \"How much do you know about our lovely FabbyJ\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/quiz/new"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.0.1 Python/3.11.6"},{"key":"Date","value":"Sat, 02 Dec 2023 15:43:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"52"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4,\n    \"msg\": \"New quiz has been created\"\n}"}],"_postman_id":"4a8c8fee-02d8-4d4a-b3e1-f2e688f72b7a"},{"name":"Get User Quizzes","id":"cec5f6f4-6956-44f4-b95b-dbcadcec8b3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/quiz/user-quizzes","description":"<p>Get All Quizzes for a logged in user</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","quiz","user-quizzes"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"76f0d0ba-38d7-47d5-9263-08d20258c32a","name":"Get User Quizzes EG","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/quiz/user-quizzes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.0.1 Python/3.11.6"},{"key":"Date","value":"Sat, 25 Nov 2023 17:22:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"399"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"author_id\": 2,\n            \"description\": \"Test your knowledge of science!\",\n            \"quiz_id\": 1,\n            \"submissions\": 2,\n            \"title\": \"Science Quiz\",\n            \"total_questions\": 2\n        },\n        {\n            \"author_id\": 2,\n            \"description\": \"Best QUiz in the world\",\n            \"quiz_id\": 2,\n            \"submissions\": 1,\n            \"title\": \"JavaScript Quiz\",\n            \"total_questions\": 1\n        }\n    ]\n}"}],"_postman_id":"cec5f6f4-6956-44f4-b95b-dbcadcec8b3c"},{"name":"Add Questions To A Quiz","id":"1676b024-5be7-4a98-a640-4fda48109f3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Testing\",\r\n    \"title\": \"Best title\",\r\n    \"questions\": [\r\n        {\r\n            \"question\": \"What is my name\",\r\n            \"id\": \"12345678\",\r\n            \"answers\": [\r\n                {\r\n                    \"id\": \"22345678\",\r\n                    \"text\": \"Dylan\",\r\n                    \"correct\": true\r\n                },\r\n                {\r\n                    \"id\": \"3345678\",\r\n                    \"text\": \"JavaScript\",\r\n                    \"correct\": false\r\n                },\r\n                {\r\n                    \"id\": \"446576879\",\r\n                    \"text\": \"HTML\",\r\n                    \"correct\": false\r\n                },\r\n                {\r\n                    \"id\": \"5\",\r\n                    \"text\": \"CSS\",\r\n                    \"correct\": false\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/quiz/questions/add/4","description":"<p>Add questions to a quiz</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","quiz","questions","add","4"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"2ac27301-418b-4f55-a47a-ebb198b56def","name":"Add Questions To A Quiz","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Testing\",\r\n    \"title\": \"Best title\",\r\n    \"questions\": [\r\n        {\r\n            \"question\": \"What is my name\",\r\n            \"id\": 1,\r\n            \"answers\": [\r\n                {\r\n                    \"id\": 2,\r\n                    \"text\": \"Dylan\",\r\n                    \"correct\": true\r\n                },\r\n                {\r\n                    \"id\": 3,\r\n                    \"text\": \"JavaScript\",\r\n                    \"correct\": false\r\n                },\r\n                {\r\n                    \"id\": 4,\r\n                    \"text\": \"HTML\",\r\n                    \"correct\": false\r\n                },\r\n                {\r\n                    \"id\": 5,\r\n                    \"text\": \"CSS\",\r\n                    \"correct\": false\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/quiz/questions/add/2"},"status":"FORBIDDEN","code":403,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.0.1 Python/3.11.6"},{"key":"Date","value":"Sat, 02 Dec 2023 15:33:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"67"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"You do not have access to read/write to this quiz\"\n}"},{"id":"2fd8a4f0-fff4-4fcb-a16e-25ec7e811804","name":"Add Questions To A Quiz","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Testing\",\r\n    \"title\": \"Best title\",\r\n    \"questions\": [\r\n        {\r\n            \"question\": \"What is my name\",\r\n            \"id\": \"12345678\",\r\n            \"answers\": [\r\n                {\r\n                    \"id\": \"22345678\",\r\n                    \"text\": \"Dylan\",\r\n                    \"correct\": true\r\n                },\r\n                {\r\n                    \"id\": \"3345678\",\r\n                    \"text\": \"JavaScript\",\r\n                    \"correct\": false\r\n                },\r\n                {\r\n                    \"id\": \"446576879\",\r\n                    \"text\": \"HTML\",\r\n                    \"correct\": false\r\n                },\r\n                {\r\n                    \"id\": \"5\",\r\n                    \"text\": \"CSS\",\r\n                    \"correct\": false\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/quiz/questions/add/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.0.1 Python/3.11.6"},{"key":"Date","value":"Sat, 02 Dec 2023 15:45:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Questions have been added successfully\"\n}"}],"_postman_id":"1676b024-5be7-4a98-a640-4fda48109f3d"},{"name":"View All Quizzes","id":"3256bf33-b083-4098-8419-b9685dddf443","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/quiz/all","description":"<p>View All Quizzes that are published</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","quiz","all"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"f47f0b39-9157-469e-8023-8f43d1364e92","name":"View All Published Quizzes","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/quiz/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.0.1 Python/3.11.6"},{"key":"Date","value":"Sat, 02 Dec 2023 15:34:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"527"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"author\": {\n            \"firstName\": \"Dylan\",\n            \"id\": 1,\n            \"lastName\": \"Heslop\"\n        },\n        \"description\": \"Computer Science Quiz\",\n        \"questions\": 10,\n        \"quiz_id\": 1,\n        \"submissions\": 3,\n        \"title\": \"Simple trivia quiz for Com Sci Students\"\n    },\n    {\n        \"author\": {\n            \"firstName\": \"Jamari\",\n            \"id\": 3,\n            \"lastName\": \"McFarlane\"\n        },\n        \"description\": \"Testing to see if I can actually create a quiz\",\n        \"questions\": 2,\n        \"quiz_id\": 2,\n        \"submissions\": 1,\n        \"title\": \"Random Quiz\"\n    }\n]"}],"_postman_id":"3256bf33-b083-4098-8419-b9685dddf443"},{"name":"Submit Answers To A Quiz","id":"5c5cea42-a8f0-4f2f-a3b8-e237933ac841","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"score\": 77,\r\n    \"responses\": [\r\n        {\r\n            \"question_id\": 1,\r\n            \"answer_id\": 1\r\n        },\r\n        {\r\n            \"question_id\": 2,\r\n            \"answer_id\": 3\r\n        }\r\n        \r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/quiz/submit/1","description":"<p>Submit ANswers to a quiz</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","quiz","submit","1"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"93141757-b4d6-40c7-9fae-463039fbe8cc","name":"Submit Answers To A Quiz","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"score\": 77,\r\n    \"responses\": [\r\n        {\r\n            \"question_id\": 1,\r\n            \"answer_id\": 1\r\n        },\r\n        {\r\n            \"question_id\": 2,\r\n            \"answer_id\": 3\r\n        }\r\n        \r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5000/api/quiz/submit/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.0.1 Python/3.11.6"},{"key":"Date","value":"Sat, 25 Nov 2023 14:55:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"71"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"Submission sent thanks for completing this question\"\n}"}],"_postman_id":"5c5cea42-a8f0-4f2f-a3b8-e237933ac841"},{"name":"Publish Quiz","id":"ccaf5803-e9b9-47f3-b938-57d01f2b095b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"http://127.0.0.1:5000/api/quiz/publish/1","description":"<p>Publish A Quiz</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","quiz","publish","1"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"4155c380-a2f5-4835-872c-a9fd97c30311","name":"New Request","originalRequest":{"method":"POST","header":[],"url":"http://127.0.0.1:5000/api/quiz/publish/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.0.1 Python/3.11.6"},{"key":"Date","value":"Sat, 02 Dec 2023 15:46:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"45"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"Quizs has been published!\"\n}"}],"_postman_id":"ccaf5803-e9b9-47f3-b938-57d01f2b095b"},{"name":"Unpublish A Quiz","id":"66a78fd1-fd4f-413b-8613-e6980f488d76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"http://127.0.0.1:5000/api/quiz/unpublish/1","description":"<p>Unpublish A Quiz</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","quiz","unpublish","1"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"ff438b4c-fb1f-44e6-81c2-ebda77b8693b","name":"Unpublish A Quiz","originalRequest":{"method":"POST","header":[],"url":"http://127.0.0.1:5000/api/quiz/unpublish/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.0.1 Python/3.11.6"},{"key":"Date","value":"Sat, 02 Dec 2023 15:46:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"46"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"Quiz has been unpublished!\"\n}"}],"_postman_id":"66a78fd1-fd4f-413b-8613-e6980f488d76"},{"name":"Edit Questions <Development>","id":"cc250059-282d-4b97-88f4-eee71140136c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/quiz/edit/1","description":"<p>Testing Route....</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","quiz","edit","1"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"a91102ef-9566-4a67-a774-f53b1e4a1702","name":"Edit Questions <Development>","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/quiz/edit/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.0.1 Python/3.11.6"},{"key":"Date","value":"Sat, 02 Dec 2023 15:49:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6007"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"description\": \"Computer Science Quiz\",\n    \"questions\": [\n        {\n            \"correct_answer\": {\n                \"id\": \"271d5ee6-fb1c-4a7c-b5f0-230f5e5e3daa\",\n                \"text\": \"Python\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"7442aa00-1b8f-4c54-b057-34d52d025aea\",\n                    \"text\": \"C#\"\n                },\n                {\n                    \"id\": \"6ece2ec0-e6ed-4493-b78a-49ec18267184\",\n                    \"text\": \"C++\"\n                },\n                {\n                    \"id\": \"5978c18b-4370-4a07-b1f4-e47bf3f490bc\",\n                    \"text\": \"Java\"\n                }\n            ],\n            \"question\": \"Which computer language would you associate Django framework with?\",\n            \"question_id\": \"ab44a43e-492e-4200-860d-a9574d305823\"\n        },\n        {\n            \"correct_answer\": {\n                \"id\": \"7df1996c-6ad1-4042-a688-58696a84d8c3\",\n                \"text\": \".svg\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"a06f614a-b6cb-4a5d-8b21-ff3947389907\",\n                    \"text\": \".png\"\n                },\n                {\n                    \"id\": \"6d90be4c-0e08-4903-9a1a-de4f51a75c19\",\n                    \"text\": \".jpeg\"\n                },\n                {\n                    \"id\": \"191db972-c269-4773-83b5-9f484ca74622\",\n                    \"text\": \".gif\"\n                }\n            ],\n            \"question\": \"What is the most preferred image format used for logos in the Wikimedia database?\",\n            \"question_id\": \"7408abde-1276-4829-a920-d2fa813a3dc6\"\n        },\n        {\n            \"correct_answer\": {\n                \"id\": \"543cac51-addc-485f-ad51-01fc6957016e\",\n                \"text\": \"Musical Instrument Digital Interface\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"0aeefae6-487c-40c0-98bc-069aa4f86b20\",\n                    \"text\": \"Musical Interface of Digital Instruments\"\n                },\n                {\n                    \"id\": \"e15e501b-6588-48c7-9477-1ec21e83caa6\",\n                    \"text\": \"Modular Interface of Digital Instruments\"\n                },\n                {\n                    \"id\": \"c34fe941-c8ba-4b59-a200-651c1fb47eaa\",\n                    \"text\": \"Musical Instrument Data Interface\"\n                }\n            ],\n            \"question\": \"In computing, what does MIDI stand for?\",\n            \"question_id\": \"710135be-eba0-435d-83a0-502bf487e300\"\n        },\n        {\n            \"correct_answer\": {\n                \"id\": \"71b3b291-43a8-40cc-86c6-854466e53b27\",\n                \"text\": \"Final\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"894f6898-11a1-467e-b62a-3129a21a7abc\",\n                    \"text\": \"Static\"\n                },\n                {\n                    \"id\": \"d1a0aae0-4096-4ccf-a383-f8a628812eeb\",\n                    \"text\": \"Private\"\n                },\n                {\n                    \"id\": \"48aed71b-6472-4b78-8fab-84884326127b\",\n                    \"text\": \"Public\"\n                }\n            ],\n            \"question\": \"In the programming language Java, which of these keywords would you put on a variable to make sure it doesn't get modified?\",\n            \"question_id\": \"61959b1d-c200-41b3-abf6-1f4b42336354\"\n        },\n        {\n            \"correct_answer\": {\n                \"id\": \"460828b0-b6f3-49de-9d00-ad8706d532ea\",\n                \"text\": \"Binary\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"4bee5815-74da-4ff8-9681-ddd28baa49f9\",\n                    \"text\": \"JavaScript\"\n                },\n                {\n                    \"id\": \"7ec0c054-8d53-4927-8aea-19ef1733082c\",\n                    \"text\": \"C++\"\n                },\n                {\n                    \"id\": \"c1321a0f-9156-4740-b7e3-1b22cdb1e9f3\",\n                    \"text\": \"Python\"\n                }\n            ],\n            \"question\": \"If you were to code software in this language you'd only be able to type 0's and 1's.\",\n            \"question_id\": \"8776357f-89c3-4420-9eb1-182ecb6cf995\"\n        },\n        {\n            \"correct_answer\": {\n                \"id\": \"7a5cff37-e89c-4baf-94da-133de40b09f7\",\n                \"text\": \"True\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"9dfbb1ad-a500-429c-8b93-3f945a6dee00\",\n                    \"text\": \"False\"\n                }\n            ],\n            \"question\": \"The Python programming language gets its name from the British comedy group \\\"Monty Python.\\\"\",\n            \"question_id\": \"403c2bcd-e459-460a-bd49-f8c38efef7d1\"\n        },\n        {\n            \"correct_answer\": {\n                \"id\": \"da7f5b2b-0ff5-4d85-8c13-029e63a6d768\",\n                \"text\": \"Motherboard\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"a1530616-b406-4ba4-a775-0f437bcfc820\",\n                    \"text\": \"Central Processing Unit\"\n                },\n                {\n                    \"id\": \"90e1e6fe-9398-4283-bec1-ee4eb36c3820\",\n                    \"text\": \"Hard Disk Drive\"\n                },\n                {\n                    \"id\": \"4437e2f4-2310-4db9-a0ae-00df4cfe44fc\",\n                    \"text\": \"Random Access Memory\"\n                }\n            ],\n            \"question\": \"Which computer hardware device provides an interface for all other connected devices to communicate?\",\n            \"question_id\": \"b372a717-a1c5-4f79-9843-6ead3b9098c1\"\n        },\n        {\n            \"correct_answer\": {\n                \"id\": \"16490652-b791-45ff-8f37-4c4ea78804b0\",\n                \"text\": \"False\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"1b66f44a-7815-475f-a6da-14592fdeddb7\",\n                    \"text\": \"True\"\n                }\n            ],\n            \"question\": \"The programming language \\\"Python\\\" is based off a modified version of \\\"JavaScript\\\".\",\n            \"question_id\": \"ba17f35a-dbea-4a9f-9755-95c69633246f\"\n        },\n        {\n            \"correct_answer\": {\n                \"id\": \"f5a3bea9-582d-4651-a6ee-a98174e38044\",\n                \"text\": \"140\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"71820087-b5cb-43b2-98b4-0cdbc50d6c42\",\n                    \"text\": \"120\"\n                },\n                {\n                    \"id\": \"cca385a1-8e56-41f0-a439-e55e358c6763\",\n                    \"text\": \"160\"\n                },\n                {\n                    \"id\": \"355a03c1-c3a2-4a71-8706-633c035c9220\",\n                    \"text\": \"100\"\n                }\n            ],\n            \"question\": \"On Twitter, what was the original character limit for a Tweet?\",\n            \"question_id\": \"307f9491-83cb-46b4-a1f7-12dd4dd1bf8d\"\n        },\n        {\n            \"correct_answer\": {\n                \"id\": \"dfb08b13-e575-434d-a5db-ec7d66eb23f7\",\n                \"text\": \"True\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"6ec2028e-8d3a-46c4-a8d6-8cc7b7d1fac6\",\n                    \"text\": \"False\"\n                }\n            ],\n            \"question\": \"The Windows ME operating system was released in the year 2000.\",\n            \"question_id\": \"4576ff22-4c2d-4f53-9a54-2b9c76627840\"\n        }\n    ],\n    \"title\": \"Simple trivia quiz for Com Sci Students\"\n}"}],"_postman_id":"cc250059-282d-4b97-88f4-eee71140136c"},{"name":"Get Quiz Questions","id":"bf1c9273-27db-4c98-aa93-7ae16de0a1b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/quiz/question/3","description":"<p>Get All questions for a quiz</p>\n","urlObject":{"protocol":"http","port":"5000","path":["api","quiz","question","3"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"dee89a48-d8a1-474a-861c-2fbcbb0c4279","name":"Get Quiz Questions","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/quiz/question/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.0.1 Python/3.11.6"},{"key":"Date","value":"Sat, 02 Dec 2023 15:51:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6562"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"description\": \"Quiz\",\n    \"questions\": [\n        {\n            \"correct_answer\": {\n                \"id\": \"1a6d41b2-d84f-4ef2-9cff-137c6cd6b0ad\",\n                \"text\": \"Duran Duran\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"cf9bce25-2d77-4bd9-a115-82d555c6e0ca\",\n                    \"text\": \"The Cure\"\n                },\n                {\n                    \"id\": \"e72934c2-adb8-4dad-94a9-1711d87e36e5\",\n                    \"text\": \"New Order\"\n                },\n                {\n                    \"id\": \"34ebfd83-2596-470f-88d7-62c9dee35bdf\",\n                    \"text\": \"Depeche Mode\"\n                }\n            ],\n            \"question\": \"Which band released songs suchs as \\\"Rio\\\", \\\"Girls on Film\\\", and \\\"The Reflex\\\"?\",\n            \"question_id\": \"fd65288e-c10c-47da-b938-8b74b282829b\"\n        },\n        {\n            \"correct_answer\": {\n                \"id\": \"9ee616ef-40f6-413f-95d6-45fcee777868\",\n                \"text\": \"American Gun\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"5ad6a7e5-bab0-41fc-9682-c12081b5d121\",\n                    \"text\": \"Monsters Inc\"\n                },\n                {\n                    \"id\": \"ba154548-551e-4da2-99c6-f15678a137da\",\n                    \"text\": \"Texas Rangers\"\n                },\n                {\n                    \"id\": \"9f2c215d-3e97-4b95-a249-ad3cc67559ac\",\n                    \"text\": \"Snow Dogs\"\n                }\n            ],\n            \"question\": \"What was James Coburn's last film role before his death?\",\n            \"question_id\": \"42ca83b1-12db-4dd3-8f81-d5825dfc9961\"\n        },\n        {\n            \"correct_answer\": {\n                \"id\": \"16c952d6-83f9-452e-9d42-1f9f994ef0b6\",\n                \"text\": \"France and Spain\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"88bdd3bc-46fc-4dde-ab65-d523ce1a84bd\",\n                    \"text\": \"Italy and Switzerland\"\n                },\n                {\n                    \"id\": \"631b4f05-c7f8-4698-98b7-d5a86eaccef0\",\n                    \"text\": \"Norway and Sweden\"\n                },\n                {\n                    \"id\": \"210e4fba-09da-488b-93ad-6600cc618d86\",\n                    \"text\": \"Russia and Ukraine\"\n                }\n            ],\n            \"question\": \"The Pyrenees mountains are located on the border of which two countries?\",\n            \"question_id\": \"29aee982-60fa-4edb-96f2-7d7051d40d45\"\n        },\n        {\n            \"correct_answer\": {\n                \"id\": \"5127036f-164d-4030-8a8c-c1df58d9fcf9\",\n                \"text\": \"Isuzu Trooper\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"4f1cb1b6-ee5d-4387-8d34-6bf0049c16fe\",\n                    \"text\": \"Holden Monaro\"\n                },\n                {\n                    \"id\": \"696e1e2a-fcd8-4f53-b492-4ba31ccdab86\",\n                    \"text\": \"Suzuki Swift\"\n                },\n                {\n                    \"id\": \"04baa44d-5d6d-44fa-80b0-12b672e47856\",\n                    \"text\": \"Chevy Camaro\"\n                }\n            ],\n            \"question\": \"Which of the following car models has been badge-engineered (rebadged) the most?\",\n            \"question_id\": \"f00b1eef-b698-48ec-b946-0353dd1b58f5\"\n        },\n        {\n            \"correct_answer\": {\n                \"id\": \"b68b3664-7e32-424c-ac8b-155d83c2efb1\",\n                \"text\": \"Golgo 13\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"4514e8d6-3acd-4dfe-ab6e-a9d83b13f0b9\",\n                    \"text\": \"JoJo's Bizarre Adventure\"\n                },\n                {\n                    \"id\": \"25d017e2-5bf2-466d-900e-2216b2d80276\",\n                    \"text\": \"Detective Conan\"\n                },\n                {\n                    \"id\": \"595be334-650b-4a22-806f-792b177bba11\",\n                    \"text\": \"One Piece\"\n                }\n            ],\n            \"question\": \"Which of the following manga have the most tankouban volumes?\",\n            \"question_id\": \"ed294bba-19c8-43b3-aac9-d698e26a8a40\"\n        },\n        {\n            \"correct_answer\": {\n                \"id\": \"8eadb053-9c89-40dd-a6f2-b7da63f163e5\",\n                \"text\": \"Albania\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"3ee5b19c-682b-4d5c-b4c9-2377f1cd96da\",\n                    \"text\": \"Croatia\"\n                },\n                {\n                    \"id\": \"86408da8-f5cf-4e8a-8fe3-9ae919c0a6a6\",\n                    \"text\": \"Serbia\"\n                },\n                {\n                    \"id\": \"f9fd6431-54e7-40fa-915f-0f3f3338634a\",\n                    \"text\": \"Macedonia\"\n                }\n            ],\n            \"question\": \"Which country was NOT formerly part of Yugoslavia?\",\n            \"question_id\": \"10dcff56-2c17-4743-8677-357feedf62d1\"\n        },\n        {\n            \"correct_answer\": {\n                \"id\": \"e2854fcb-4c5a-49ec-b835-3a320b7a32a2\",\n                \"text\": \"Ampersand\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"2c912650-4fbb-4aea-91c9-ecc66231171b\",\n                    \"text\": \"Interrobang\"\n                },\n                {\n                    \"id\": \"ad974672-0825-48ab-aeee-5476f987c911\",\n                    \"text\": \"Tilde\"\n                },\n                {\n                    \"id\": \"a1a27e57-02ed-47a7-b053-06628d4f4b2b\",\n                    \"text\": \"Pilcrow\"\n                }\n            ],\n            \"question\": \"What character was once considered to be the 27th letter of the alphabet?\",\n            \"question_id\": \"c7bd1abe-fdd1-4943-9288-51f637c5a67a\"\n        },\n        {\n            \"correct_answer\": {\n                \"id\": \"12ef46bb-8a42-45a5-be4c-cb6a12359cc9\",\n                \"text\": \"The Wall\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"0e4aceb5-f91d-4958-97be-1e8a7f9adb8b\",\n                    \"text\": \"Abbey Road\"\n                },\n                {\n                    \"id\": \"a587c849-d991-4553-877e-48fb790bed43\",\n                    \"text\": \"Magical Mystery Tour\"\n                },\n                {\n                    \"id\": \"5329e5c3-dadf-47a4-9526-bc3571976ed6\",\n                    \"text\": \"Revolver\"\n                }\n            ],\n            \"question\": \"Which of these is NOT an album released by The Beatles?\",\n            \"question_id\": \"41f2af8d-0cf4-4b51-9638-3757723d229a\"\n        },\n        {\n            \"correct_answer\": {\n                \"id\": \"a33ba151-4785-4a7d-b7bc-c07139b71da1\",\n                \"text\": \"Mad Cow disease\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"94543c0f-a7e1-4816-b904-39e16d724e97\",\n                    \"text\": \"Weil's disease\"\n                },\n                {\n                    \"id\": \"77298184-ddfd-4e51-a172-83e4a5697d3b\",\n                    \"text\": \"Milk fever\"\n                },\n                {\n                    \"id\": \"a9acc0e2-fd7c-4f7c-9615-9de1d4f92271\",\n                    \"text\": \"Foot-and-mouth disease\"\n                }\n            ],\n            \"question\": \"What is the common term for bovine spongiform encephalopathy (BSE)?\",\n            \"question_id\": \"4dee0338-e969-4dd7-a811-17352113afa4\"\n        },\n        {\n            \"correct_answer\": {\n                \"id\": \"25fbb319-411f-443c-b0f6-97ff8cabd9b5\",\n                \"text\": \"Battle of Antietam\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"2c7c9cab-d1b5-4fe1-bbd7-b606c03a052e\",\n                    \"text\": \"Pearl Harbor\"\n                },\n                {\n                    \"id\": \"49c8f866-693c-45b1-a5a3-24ef3a0c69b6\",\n                    \"text\": \"September 11th\"\n                },\n                {\n                    \"id\": \"72ef8476-46dd-4c25-8c44-4a8538e9d89e\",\n                    \"text\": \"D-Day\"\n                }\n            ],\n            \"question\": \"What is the bloodiest event in United States history, in terms of casualties?\",\n            \"question_id\": \"5086176e-cc7d-4a84-b1a2-d7702bc760a3\"\n        }\n    ],\n    \"title\": \"Test\"\n}"},{"id":"afdaaea0-3864-475b-aaa8-cac5abce5d56","name":"Get Quiz Questions","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/quiz/question/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.0.1 Python/3.11.6"},{"key":"Date","value":"Sat, 02 Dec 2023 15:51:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6562"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"description\": \"Quiz\",\n    \"questions\": [\n        {\n            \"correct_answer\": {\n                \"id\": \"1a6d41b2-d84f-4ef2-9cff-137c6cd6b0ad\",\n                \"text\": \"Duran Duran\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"cf9bce25-2d77-4bd9-a115-82d555c6e0ca\",\n                    \"text\": \"The Cure\"\n                },\n                {\n                    \"id\": \"e72934c2-adb8-4dad-94a9-1711d87e36e5\",\n                    \"text\": \"New Order\"\n                },\n                {\n                    \"id\": \"34ebfd83-2596-470f-88d7-62c9dee35bdf\",\n                    \"text\": \"Depeche Mode\"\n                }\n            ],\n            \"question\": \"Which band released songs suchs as \\\"Rio\\\", \\\"Girls on Film\\\", and \\\"The Reflex\\\"?\",\n            \"question_id\": \"fd65288e-c10c-47da-b938-8b74b282829b\"\n        },\n        {\n            \"correct_answer\": {\n                \"id\": \"9ee616ef-40f6-413f-95d6-45fcee777868\",\n                \"text\": \"American Gun\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"5ad6a7e5-bab0-41fc-9682-c12081b5d121\",\n                    \"text\": \"Monsters Inc\"\n                },\n                {\n                    \"id\": \"ba154548-551e-4da2-99c6-f15678a137da\",\n                    \"text\": \"Texas Rangers\"\n                },\n                {\n                    \"id\": \"9f2c215d-3e97-4b95-a249-ad3cc67559ac\",\n                    \"text\": \"Snow Dogs\"\n                }\n            ],\n            \"question\": \"What was James Coburn's last film role before his death?\",\n            \"question_id\": \"42ca83b1-12db-4dd3-8f81-d5825dfc9961\"\n        },\n        {\n            \"correct_answer\": {\n                \"id\": \"16c952d6-83f9-452e-9d42-1f9f994ef0b6\",\n                \"text\": \"France and Spain\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"88bdd3bc-46fc-4dde-ab65-d523ce1a84bd\",\n                    \"text\": \"Italy and Switzerland\"\n                },\n                {\n                    \"id\": \"631b4f05-c7f8-4698-98b7-d5a86eaccef0\",\n                    \"text\": \"Norway and Sweden\"\n                },\n                {\n                    \"id\": \"210e4fba-09da-488b-93ad-6600cc618d86\",\n                    \"text\": \"Russia and Ukraine\"\n                }\n            ],\n            \"question\": \"The Pyrenees mountains are located on the border of which two countries?\",\n            \"question_id\": \"29aee982-60fa-4edb-96f2-7d7051d40d45\"\n        },\n        {\n            \"correct_answer\": {\n                \"id\": \"5127036f-164d-4030-8a8c-c1df58d9fcf9\",\n                \"text\": \"Isuzu Trooper\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"4f1cb1b6-ee5d-4387-8d34-6bf0049c16fe\",\n                    \"text\": \"Holden Monaro\"\n                },\n                {\n                    \"id\": \"696e1e2a-fcd8-4f53-b492-4ba31ccdab86\",\n                    \"text\": \"Suzuki Swift\"\n                },\n                {\n                    \"id\": \"04baa44d-5d6d-44fa-80b0-12b672e47856\",\n                    \"text\": \"Chevy Camaro\"\n                }\n            ],\n            \"question\": \"Which of the following car models has been badge-engineered (rebadged) the most?\",\n            \"question_id\": \"f00b1eef-b698-48ec-b946-0353dd1b58f5\"\n        },\n        {\n            \"correct_answer\": {\n                \"id\": \"b68b3664-7e32-424c-ac8b-155d83c2efb1\",\n                \"text\": \"Golgo 13\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"4514e8d6-3acd-4dfe-ab6e-a9d83b13f0b9\",\n                    \"text\": \"JoJo's Bizarre Adventure\"\n                },\n                {\n                    \"id\": \"25d017e2-5bf2-466d-900e-2216b2d80276\",\n                    \"text\": \"Detective Conan\"\n                },\n                {\n                    \"id\": \"595be334-650b-4a22-806f-792b177bba11\",\n                    \"text\": \"One Piece\"\n                }\n            ],\n            \"question\": \"Which of the following manga have the most tankouban volumes?\",\n            \"question_id\": \"ed294bba-19c8-43b3-aac9-d698e26a8a40\"\n        },\n        {\n            \"correct_answer\": {\n                \"id\": \"8eadb053-9c89-40dd-a6f2-b7da63f163e5\",\n                \"text\": \"Albania\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"3ee5b19c-682b-4d5c-b4c9-2377f1cd96da\",\n                    \"text\": \"Croatia\"\n                },\n                {\n                    \"id\": \"86408da8-f5cf-4e8a-8fe3-9ae919c0a6a6\",\n                    \"text\": \"Serbia\"\n                },\n                {\n                    \"id\": \"f9fd6431-54e7-40fa-915f-0f3f3338634a\",\n                    \"text\": \"Macedonia\"\n                }\n            ],\n            \"question\": \"Which country was NOT formerly part of Yugoslavia?\",\n            \"question_id\": \"10dcff56-2c17-4743-8677-357feedf62d1\"\n        },\n        {\n            \"correct_answer\": {\n                \"id\": \"e2854fcb-4c5a-49ec-b835-3a320b7a32a2\",\n                \"text\": \"Ampersand\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"2c912650-4fbb-4aea-91c9-ecc66231171b\",\n                    \"text\": \"Interrobang\"\n                },\n                {\n                    \"id\": \"ad974672-0825-48ab-aeee-5476f987c911\",\n                    \"text\": \"Tilde\"\n                },\n                {\n                    \"id\": \"a1a27e57-02ed-47a7-b053-06628d4f4b2b\",\n                    \"text\": \"Pilcrow\"\n                }\n            ],\n            \"question\": \"What character was once considered to be the 27th letter of the alphabet?\",\n            \"question_id\": \"c7bd1abe-fdd1-4943-9288-51f637c5a67a\"\n        },\n        {\n            \"correct_answer\": {\n                \"id\": \"12ef46bb-8a42-45a5-be4c-cb6a12359cc9\",\n                \"text\": \"The Wall\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"0e4aceb5-f91d-4958-97be-1e8a7f9adb8b\",\n                    \"text\": \"Abbey Road\"\n                },\n                {\n                    \"id\": \"a587c849-d991-4553-877e-48fb790bed43\",\n                    \"text\": \"Magical Mystery Tour\"\n                },\n                {\n                    \"id\": \"5329e5c3-dadf-47a4-9526-bc3571976ed6\",\n                    \"text\": \"Revolver\"\n                }\n            ],\n            \"question\": \"Which of these is NOT an album released by The Beatles?\",\n            \"question_id\": \"41f2af8d-0cf4-4b51-9638-3757723d229a\"\n        },\n        {\n            \"correct_answer\": {\n                \"id\": \"a33ba151-4785-4a7d-b7bc-c07139b71da1\",\n                \"text\": \"Mad Cow disease\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"94543c0f-a7e1-4816-b904-39e16d724e97\",\n                    \"text\": \"Weil's disease\"\n                },\n                {\n                    \"id\": \"77298184-ddfd-4e51-a172-83e4a5697d3b\",\n                    \"text\": \"Milk fever\"\n                },\n                {\n                    \"id\": \"a9acc0e2-fd7c-4f7c-9615-9de1d4f92271\",\n                    \"text\": \"Foot-and-mouth disease\"\n                }\n            ],\n            \"question\": \"What is the common term for bovine spongiform encephalopathy (BSE)?\",\n            \"question_id\": \"4dee0338-e969-4dd7-a811-17352113afa4\"\n        },\n        {\n            \"correct_answer\": {\n                \"id\": \"25fbb319-411f-443c-b0f6-97ff8cabd9b5\",\n                \"text\": \"Battle of Antietam\"\n            },\n            \"incorrect_answers\": [\n                {\n                    \"id\": \"2c7c9cab-d1b5-4fe1-bbd7-b606c03a052e\",\n                    \"text\": \"Pearl Harbor\"\n                },\n                {\n                    \"id\": \"49c8f866-693c-45b1-a5a3-24ef3a0c69b6\",\n                    \"text\": \"September 11th\"\n                },\n                {\n                    \"id\": \"72ef8476-46dd-4c25-8c44-4a8538e9d89e\",\n                    \"text\": \"D-Day\"\n                }\n            ],\n            \"question\": \"What is the bloodiest event in United States history, in terms of casualties?\",\n            \"question_id\": \"5086176e-cc7d-4a84-b1a2-d7702bc760a3\"\n        }\n    ],\n    \"title\": \"Test\"\n}"}],"_postman_id":"bf1c9273-27db-4c98-aa93-7ae16de0a1b8"},{"name":"Get Submissions","id":"822d39aa-4590-47f8-8c5a-3be0fc0d6c31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"uKbkUobPapV8jEi/ZPnSOBzbm0zRqiQL"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/quiz/submissions/2","urlObject":{"protocol":"http","port":"5000","path":["api","quiz","submissions","2"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"8e1de9a3-4e81-42af-a69b-c37fe537d209","name":"Get Submissions for a quiz","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/quiz/submissions/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.0.1 Python/3.11.7"},{"key":"Date","value":"Sun, 17 Dec 2023 20:07:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"587"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"date_submitted\": \"Sun, 17 Dec 2023 17:16:05 GMT\",\n        \"score\": 60,\n        \"submission_id\": 2,\n        \"user\": {\n            \"firstName\": \"Dylan\",\n            \"id\": 1,\n            \"lastName\": \"Heslop\"\n        }\n    },\n    {\n        \"date_submitted\": \"Sun, 17 Dec 2023 17:47:22 GMT\",\n        \"score\": 20,\n        \"submission_id\": 3,\n        \"user\": {\n            \"firstName\": \"Dylan\",\n            \"id\": 1,\n            \"lastName\": \"Heslop\"\n        }\n    },\n    {\n        \"date_submitted\": \"Sun, 17 Dec 2023 17:58:48 GMT\",\n        \"score\": 20,\n        \"submission_id\": 4,\n        \"user\": {\n            \"firstName\": \"Demar\",\n            \"id\": 2,\n            \"lastName\": \"James\"\n        }\n    }\n]"}],"_postman_id":"822d39aa-4590-47f8-8c5a-3be0fc0d6c31"}],"id":"c90d877c-c62e-44eb-a3f3-36bebda04999","description":"<p>Routes to handle all Quiz actions</p>\n","_postman_id":"c90d877c-c62e-44eb-a3f3-36bebda04999"}],"variable":[{"key":"token","value":"uKbkUobPapV8jEi/ZPnSOBzbm0zRqiQL"}]}