{"info":{"_postman_id":"1931a421-d8a4-4179-b007-5380cdc7f549","name":"Common Entry Test ","description":"<html><head></head><body><p>One-stop solution to make club and chapter recruitment in VIT simpler and hassle-free.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"12931122","collectionId":"1931a421-d8a4-4179-b007-5380cdc7f549","publishedId":"TVmPAxAf","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-12-04T12:09:48.000Z"},"item":[{"name":"Club","item":[{"name":"Create a club","id":"e07ed270-bdcc-4794-aaed-32ed98f66067","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"rajat.development@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/club/create","urlObject":{"path":["api","club","create"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"21718ae3-8de8-48c8-8efa-a8dea6448c1b","name":"Create a club","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"rajat.development@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/club/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"237"},{"key":"ETag","value":"W/\"ed-Lz8m/ti7sxVzyftdCk1MOi37BRA\""},{"key":"Date","value":"Mon, 14 Dec 2020 09:52:46 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Club successfully created\",\n    \"result\": {\n        \"userType\": \"Club\",\n        \"isEmailVerified\": false,\n        \"isMobileVerified\": false,\n        \"featured\": false,\n        \"_id\": \"5fd735eeaf73b941f8ffbf9d\",\n        \"email\": \"rajat.development@gmail.com\",\n        \"inviteCode\": \"0428A6BE\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"e07ed270-bdcc-4794-aaed-32ed98f66067"},{"name":"Club Signup","id":"1b894ed8-fd4d-46ab-9ac6-e93d64835a28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Rajat\",\r\n    \"email\": \"rajat.development@gmail.com\",\r\n    \"password\": \"dev\",\r\n    \"type\": \"Technical\",\r\n    \"inviteCode\": 123332,\r\n    \"username\": \"rajatdev\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/club/signup","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route to signup a club on the portal. If the signup is successful, an email verification code will be sent to the email given in request body.  </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: No</p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>201: Signup successful<br />400: Bad request: 1 or more parameters missing from request body<br />401: Auth failed - Invalid email or invite code not matching<br />409: An account with this email has already been created and verified<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","club","signup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"cdc75c65-ee17-47e4-a6b7-a22c0d320c56","name":"Club Signup","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Rajat\",\r\n    \"email\": \"rajat.development@gmail.com\",\r\n    \"password\": \"dev\",\r\n    \"type\": \"Technical\",\r\n    \"inviteCode\": 123332,\r\n    \"username\": \"rajatdev\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/club/signup"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Date","value":"Wed, 30 Dec 2020 14:52:42 GMT"},{"key":"X-RateLimit-Reset","value":"1609340014"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"31"},{"key":"ETag","value":"W/\"1f-8mdGntwkApQzqGagZFl/6TEvakc\""},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Signup successful\"\n}"}],"_postman_id":"1b894ed8-fd4d-46ab-9ac6-e93d64835a28"},{"name":"Resend Email Verification OTP","id":"6b885919-1ad5-4c15-acaa-c77a052c7bb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"rajat.sablok2018@vitstudent.ac.in\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/club/email/resendOTP","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route if the user requests to resend the email verification OTP. If the request is successful,an email verification code will be sent to the email given in request body.  </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: No</p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Email verification OTP sent successfully<br />400: Bad request: 1 or more parameters missing from request body<br />404: Invalid email<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","club","email","resendOTP"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"34e3a23a-f5fe-4478-8286-03a4080d50f6","name":"Resend Email Verification OTP","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"rajat.sablok2018@vitstudent.ac.in\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/club/email/resendOTP"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"41"},{"key":"ETag","value":"W/\"29-qbY54VuwMucIyoDuWcX1rq0aoz8\""},{"key":"Date","value":"Fri, 04 Dec 2020 15:44:20 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Email verification OTP Sent\"\n}"}],"_postman_id":"6b885919-1ad5-4c15-acaa-c77a052c7bb3"},{"name":"Email Verification","id":"7a46c064-56ae-438f-8fba-8bd9e6a8565c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"rajat.main06@gmail.com\",\r\n    \"emailVerificationCode\": 298162\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/club/email/verify","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route to verify a club's account.  </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: No</p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Email verification successful<br />400: Bad request: 1 or more parameters missing from request body<br />401: Verification code expired<br />403: Invalid verification code<br />404: Invalid Email<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","club","email","verify"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"55bf7a91-79a3-4acf-a049-f1c68adc530c","name":"Email Verification","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"rajat.main06@gmail.com\",\r\n    \"emailVerificationCode\": 298162\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/club/email/verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"41"},{"key":"ETag","value":"W/\"29-aEz/XrD7qg0djKs2s+rbVh41SVM\""},{"key":"Date","value":"Thu, 03 Dec 2020 14:19:19 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Email successfully verified\"\n}"}],"_postman_id":"7a46c064-56ae-438f-8fba-8bd9e6a8565c"},{"name":"Club Login","id":"b1b779a9-5d68-4db4-b775-3fd93d07042e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"rajat.main06@gmail.com\",\r\n    \"password\": \"ccvit\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/club/login","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route to login a club admin on the portal. If the request is successful, a JWT will be sent along with the response which must be sent to all requests hereon to verify that the user is logged in.  </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: No</p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Login successful<br />400: Bad request: 1 or more parameters missing from request body<br />401: Invalid email or password<br />403: Email not verified<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","club","login"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2cb0c6c3-523d-40d1-9bf3-e5bb0fed4866","name":"Club Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"rajat.main06@gmail.com\",\r\n    \"password\": \"ccvit\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/club/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"407"},{"key":"ETag","value":"W/\"197-gmkA05RLKQp5g3lG0p8M6Z52Jno\""},{"key":"Date","value":"Sat, 05 Dec 2020 10:22:59 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"clubDetails\": {\n        \"_id\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n        \"userType\": \"Club\",\n        \"name\": \"CodeChef-VIT\",\n        \"email\": \"rajat.main06@gmail.com\"\n    },\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyVHlwZSI6IkNsdWIiLCJ1c2VySWQiOiI1ZmM4ZTFiM2NhMGM3ZWRmMzVhYzJlM2IiLCJlbWFpbCI6InJhamF0Lm1haW4wNkBnbWFpbC5jb20iLCJuYW1lIjoiQ29kZUNoZWYtVklUIiwiaWF0IjoxNjA3MTYzNzc5LCJleHAiOjE2MDk3NTU3Nzl9.R70Jb3mpOnuqO3EfNKs1qXcaYIsdYrdzFvCYVfn0ofI\"\n}"}],"_postman_id":"b1b779a9-5d68-4db4-b775-3fd93d07042e"},{"name":"Update Profile","id":"fbda6d37-4ee9-4589-9d43-78396c77e32f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"CCVIT-New\",\r\n    \"type\": \"Technical\",\r\n    \"bio\": \"Best tech club\",\r\n    \"website\": \"https://codechefvit.com\",\r\n    \"socialMediaLinks\": [\r\n        {\r\n            \"socialMediaName\": \"Instagram\",\r\n            \"socialMediaURL\": \"insgasfas.com/asfasf\"\r\n        }\r\n    ],\r\n    \"mobileNumber\": 1234512345\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/club/profile","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route to update a club's profile.  </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: Yes<br />Allowed user type(s): Club  </p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Profile updated successfully<br />400: Bad request: 1 or more parameters missing from request body<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","club","profile"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6eb12152-cdb3-4ee5-8b6c-470e7353fa1f","name":"Update Profile","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"CCVIT-New\",\r\n    \"type\": \"Technical\",\r\n    \"bio\": \"Best tech club\",\r\n    \"website\": \"https://codechefvit.com\",\r\n    \"socialMediaLinks\": [\r\n        {\r\n            \"socialMediaName\": \"Instagram\",\r\n            \"socialMediaURL\": \"insgasfas.com/asfasf\"\r\n        }\r\n    ],\r\n    \"mobileNumber\": 1234512345\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/club/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"ETag","value":"W/\"15-cV4EF0Q4I1S3mHl/IOEK4ZiMdGU\""},{"key":"Date","value":"Thu, 17 Dec 2020 12:06:44 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Updated\"\n}"}],"_postman_id":"fbda6d37-4ee9-4589-9d43-78396c77e32f"},{"name":"Get a club's profile -- For club admin","id":"c7a69b0c-a75d-4128-b2d7-74acebbb31af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/club/profile","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route when a club requests to view its profile.    </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: Yes<br />Allowed user type(s): Club  </p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Profile retrieved successfully<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","club","profile"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6b36598e-cb1e-4cf3-b31c-e25ad2faa529","name":"Get a club's profile -- For club admin","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/club/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"368"},{"key":"ETag","value":"W/\"170-p0ioKYeV6bmTM70vhA4XZIWahX8\""},{"key":"Date","value":"Thu, 17 Dec 2020 12:06:54 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"club\": {\n        \"featured\": true,\n        \"_id\": \"5fc8e1d5ca0c7edf35ac2e3c\",\n        \"email\": \"rajat.sablok2018@vitstudent.ac.in\",\n        \"name\": \"CCVIT-New\",\n        \"type\": \"Technical\",\n        \"bio\": \"Best tech club\",\n        \"website\": \"https://codechefvit.com\",\n        \"mobileNumber\": 1234512345,\n        \"socialMediaLinks\": [\n            {\n                \"_id\": \"5fdb49d4bcca0731ccc8a23f\",\n                \"socialMediaName\": \"Instagram\",\n                \"socialMediaURL\": \"insgasfas.com/asfasf\"\n            }\n        ],\n        \"clubImages\": []\n    }\n}"}],"_postman_id":"c7a69b0c-a75d-4128-b2d7-74acebbb31af"},{"name":"Get Club's Details","id":"ea6270e7-0cd6-4250-8185-0095360e8b6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/club/details?clubId=5fc8e1d5ca0c7edf35ac2e3c","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route to update a club's profile.  </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: No</p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Profile updated successfully<br />400: Bad request: 1 or more parameters missing from request body<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","club","details"],"host":["{{url}}"],"query":[{"key":"clubId","value":"5fc8e1d5ca0c7edf35ac2e3c"}],"variable":[]}},"response":[{"id":"ef1c0e9d-9cc5-41a0-99eb-265cab466dab","name":"Get Club's Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/club/details?clubId=5fc8e1d5ca0c7edf35ac2e3c","host":["{{url}}"],"path":["api","club","details"],"query":[{"key":"clubId","value":"5fc8e1d5ca0c7edf35ac2e3c"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"368"},{"key":"ETag","value":"W/\"170-p0ioKYeV6bmTM70vhA4XZIWahX8\""},{"key":"Date","value":"Thu, 17 Dec 2020 12:07:08 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"club\": {\n        \"featured\": true,\n        \"_id\": \"5fc8e1d5ca0c7edf35ac2e3c\",\n        \"email\": \"rajat.sablok2018@vitstudent.ac.in\",\n        \"name\": \"CCVIT-New\",\n        \"type\": \"Technical\",\n        \"bio\": \"Best tech club\",\n        \"website\": \"https://codechefvit.com\",\n        \"mobileNumber\": 1234512345,\n        \"socialMediaLinks\": [\n            {\n                \"_id\": \"5fdb49d4bcca0731ccc8a23f\",\n                \"socialMediaName\": \"Instagram\",\n                \"socialMediaURL\": \"insgasfas.com/asfasf\"\n            }\n        ],\n        \"clubImages\": []\n    }\n}"}],"_postman_id":"ea6270e7-0cd6-4250-8185-0095360e8b6d"},{"name":"Feature or Unfeature a club","id":"c91899c9-4d3a-4fb5-a2eb-3d1f24741f77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"featured\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/club/feature","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route to feature or unfeature a club on the portal. Only the clubs which have featured set to true will be visible on the portal.   </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: Yes<br />Allowed user type(s): Club  </p>\n<h4 id=\"possible-values-of-status\">Possible values of status:</h4>\n<p>true: This will feature the club on the portal<br />false: This will unfeature the club on the portal  </p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Featured/Unfeatured successfully<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","club","feature"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"201dde55-6bd0-45cd-8634-84351aa3f07f","name":"Feature or Unfeature a club","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"featured\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/club/feature"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"ETag","value":"W/\"15-cV4EF0Q4I1S3mHl/IOEK4ZiMdGU\""},{"key":"Date","value":"Sat, 05 Dec 2020 10:23:16 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Updated\"\n}"}],"_postman_id":"c91899c9-4d3a-4fb5-a2eb-3d1f24741f77"},{"name":"Get all featured clubs","id":"da096811-4114-4685-b900-16fa50ed250d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/club/allFeatured","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route to get all the featured clubs on the portal. Only the clubs which have featured set to true will be visible on the portal.  </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: No</p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: List of clubs retrieved successfully<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","club","allFeatured"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"73ef6f44-b28f-47c5-8b69-9c4497d3047e","name":"Get all featured clubs","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/club/allFeatured"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"812"},{"key":"ETag","value":"W/\"32c-+3ibxlAOnHGVG5XIlMYeVIM0yJo\""},{"key":"Date","value":"Thu, 17 Dec 2020 12:07:20 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"clubs\": [\n        {\n            \"featured\": true,\n            \"_id\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n            \"email\": \"rajat.main06@gmail.com\",\n            \"name\": \"CodeChef-VIT\",\n            \"type\": \"technical\",\n            \"clubAvatar\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/avatars/1608100510329vellore-institute-of-technology-vit-logo-vector.png\",\n            \"clubBanner\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/banners/1608100578734vellore-institute-of-technology-vit-logo-vector.png\",\n            \"clubImages\": [],\n            \"socialMediaLinks\": []\n        },\n        {\n            \"featured\": true,\n            \"_id\": \"5fc8e1d5ca0c7edf35ac2e3c\",\n            \"email\": \"rajat.sablok2018@vitstudent.ac.in\",\n            \"name\": \"CCVIT-New\",\n            \"type\": \"Technical\",\n            \"bio\": \"Best tech club\",\n            \"website\": \"https://codechefvit.com\",\n            \"mobileNumber\": 1234512345,\n            \"socialMediaLinks\": [\n                {\n                    \"_id\": \"5fdb49d4bcca0731ccc8a23f\",\n                    \"socialMediaName\": \"Instagram\",\n                    \"socialMediaURL\": \"insgasfas.com/asfasf\"\n                }\n            ],\n            \"clubImages\": []\n        }\n    ]\n}"}],"_postman_id":"da096811-4114-4685-b900-16fa50ed250d"},{"name":"Upload club avatar","id":"da30ea0b-3a2c-43a1-bf71-26c0780ca0a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"avatar","type":"file","src":"/C:/Users/YAGAMi/Desktop/New folder/LAST WEEK/vellore-institute-of-technology-vit-logo-vector.png"}]},"url":"{{url}}/api/club/avatar","urlObject":{"path":["api","club","avatar"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fc538b07-8203-4321-a7f3-763bae2b799b","name":"Upload club avatar","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"avatar","type":"file","src":"/C:/Users/YAGAMi/Desktop/New folder/LAST WEEK/vellore-institute-of-technology-vit-logo-vector.png"}]},"url":"{{url}}/api/club/avatar"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"172"},{"key":"ETag","value":"W/\"ac-8dgsp3jR1gArVu82OCvICp16C84\""},{"key":"Date","value":"Wed, 16 Dec 2020 06:35:10 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Posted profile image\",\n    \"avatarURL\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/avatars/1608100510329vellore-institute-of-technology-vit-logo-vector.png\"\n}"}],"_postman_id":"da30ea0b-3a2c-43a1-bf71-26c0780ca0a3"},{"name":"Upload club avatar Copy","id":"108632a6-ab8d-4eee-a689-36b721007fb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"banner","type":"file","src":"/C:/Users/YAGAMi/Desktop/New folder/LAST WEEK/vellore-institute-of-technology-vit-logo-vector.png"}]},"url":"{{url}}/api/club/banner","urlObject":{"path":["api","club","banner"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8115a4ac-9d7d-482b-836c-7bfa359c63b1","name":"Upload club avatar Copy","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"banner","type":"file","src":"/C:/Users/YAGAMi/Desktop/New folder/LAST WEEK/vellore-institute-of-technology-vit-logo-vector.png"}]},"url":"{{url}}/api/club/banner"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"172"},{"key":"ETag","value":"W/\"ac-VrHyFV4dzNeV4noioPtmLHcUkqw\""},{"key":"Date","value":"Wed, 16 Dec 2020 06:36:19 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Posted profile image\",\n    \"bannerURL\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/banners/1608100578734vellore-institute-of-technology-vit-logo-vector.png\"\n}"}],"_postman_id":"108632a6-ab8d-4eee-a689-36b721007fb3"},{"name":"Get club profile by username","id":"9c03ba6a-979e-4004-9bd9-0f4fc9831447","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/club/details/username?username=sarthakbh321@gmail.com","urlObject":{"path":["api","club","details","username"],"host":["{{url}}"],"query":[{"key":"username","value":"sarthakbh321@gmail.com"}],"variable":[]}},"response":[{"id":"3d044125-56b4-4433-afd9-84cea7dac285","name":"Get club profile by username","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/club/details/username?username=sarthakbh321@gmail.com","host":["{{url}}"],"path":["api","club","details","username"],"query":[{"key":"username","value":"sarthakbh321@gmail.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"239"},{"key":"ETag","value":"W/\"ef-u9PMvXY5z9n632TPLIxueSt5z8s\""},{"key":"Date","value":"Fri, 18 Dec 2020 15:51:49 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"club\": {\n        \"featured\": false,\n        \"bio\": \"Enter your bio\",\n        \"_id\": \"5fdc93521db73c31cc7b0fb5\",\n        \"email\": \"akshatvg23@gmail.com\",\n        \"clubImages\": [],\n        \"socialMediaLinks\": [],\n        \"name\": \"Akshat Gupta\",\n        \"type\": \"Health and Wellness\",\n        \"username\": \"sarthakbh321@gmail.com\"\n    }\n}"}],"_postman_id":"9c03ba6a-979e-4004-9bd9-0f4fc9831447"}],"id":"b4599707-f413-4c66-bba4-99642f526102","_postman_id":"b4599707-f413-4c66-bba4-99642f526102","description":""},{"name":"Student","item":[{"name":"Student Signup","id":"015bb73c-11ce-454f-b086-65d8ca6ee325","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Rajat Sablok\",\r\n    \"email\": \"rajat.main06@gmail.com\",\r\n    \"password\": \"dev\",\r\n    \"mobileNumber\": 9926817645\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/student/signup","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route to signup a student on the portal. If the signup is successful, an email verification code will be sent to the email given in request body.  </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: No</p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>201: Signup successful<br />400: Bad request: 1 or more parameters missing from request body<br />409: An account with this email already exists<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","student","signup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8321761e-b330-4da3-b3f9-da62905d8bec","name":"Student Signup","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Rajat Sablok\",\r\n    \"email\": \"rajat.main06@gmail.com\",\r\n    \"password\": \"dev\",\r\n    \"mobileNumber\": 9926817645\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/student/signup"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"31"},{"key":"ETag","value":"W/\"1f-8mdGntwkApQzqGagZFl/6TEvakc\""},{"key":"Date","value":"Thu, 03 Dec 2020 18:01:32 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Signup successful\"\n}"}],"_postman_id":"015bb73c-11ce-454f-b086-65d8ca6ee325"},{"name":"Resend Email Verification OTP","id":"28bbc275-9019-4932-bfa6-dac36c673a80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"rajat.sablok2018@vitstudent.ac.in\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/student/email/resendOTP","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route if the user requests to resend the email verification OTP. If the request is successful,an email verification code will be sent to the email given in request body.  </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: No</p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Email verification OTP sent successfully<br />400: Bad request: 1 or more parameters missing from request body<br />404: Invalid email<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","student","email","resendOTP"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"03b4a0d5-c488-4882-8611-571128f03522","name":"Resend Email Verification OTP","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"rajat.sablok2018@vitstudent.ac.in\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/student/email/resendOTP"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"41"},{"key":"ETag","value":"W/\"29-qbY54VuwMucIyoDuWcX1rq0aoz8\""},{"key":"Date","value":"Fri, 04 Dec 2020 16:00:36 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Email verification OTP Sent\"\n}"}],"_postman_id":"28bbc275-9019-4932-bfa6-dac36c673a80"},{"name":"Email Verification","id":"1c5a8957-6061-42a6-9474-65184f2b4080","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"rajat.main06@gmail.com\",\r\n    \"emailVerificationCode\": 396935\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/student/email/verify","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route to verify a student's account.  </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: No</p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Email verification successful<br />400: Bad request: 1 or more parameters missing from request body<br />401: Verification code expired<br />403: Invalid verification code<br />404: Invalid Email<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","student","email","verify"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"940a7802-abc9-479e-9e23-4f9aa8ab440a","name":"Email Verification","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"rajat.main06@gmail.com\",\r\n    \"emailVerificationCode\": 396935\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/student/email/verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"41"},{"key":"ETag","value":"W/\"29-aEz/XrD7qg0djKs2s+rbVh41SVM\""},{"key":"Date","value":"Thu, 03 Dec 2020 18:10:59 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Email successfully verified\"\n}"}],"_postman_id":"1c5a8957-6061-42a6-9474-65184f2b4080"},{"name":"Student Login","id":"928b050b-4aec-4dbe-8f8c-f4ea8a61b265","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"rajat.main06@gmail.com\",\r\n    \"password\": \"dev\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/student/login","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route to login a student on the portal. If the request is successful, a JWT will be sent along with the response which must be sent to all requests hereon to verify that the user is logged in.  </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: No</p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Login successful<br />400: Bad request: 1 or more parameters missing from request body<br />401: Invalid email or password<br />403: Email not verified<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","student","login"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"29eeba6a-1329-482a-a522-53699d83ae37","name":"Student Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"rajat.main06@gmail.com\",\r\n    \"password\": \"dev\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/student/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"396"},{"key":"ETag","value":"W/\"18c-TytvhO6i/s1BpcowtQJtgQVth1A\""},{"key":"Date","value":"Thu, 03 Dec 2020 19:19:28 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"studentDetails\": {\n        \"_id\": \"5fc927fbf3c0b412006b7db4\",\n        \"name\": \"Rajat Sablok\",\n        \"email\": \"rajat.main06@gmail.com\"\n    },\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI1ZmM5MjdmYmYzYzBiNDEyMDA2YjdkYjQiLCJ1c2VyVHlwZSI6IlN0dWRlbnQiLCJlbWFpbCI6InJhamF0Lm1haW4wNkBnbWFpbC5jb20iLCJuYW1lIjoiUmFqYXQgU2FibG9rIiwiaWF0IjoxNjA3MDIzMTY4LCJleHAiOjE2MDk2MTUxNjh9.mz1NMI2lACAswPloMPRgHRvcBL5LVlkFPIuKqmUJy7s\"\n}"}],"_postman_id":"928b050b-4aec-4dbe-8f8c-f4ea8a61b265"},{"name":"Forgot password - Send OTP","id":"a9f45d14-d491-4bab-a068-79c349348978","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"rajat.sablok2018@vitstudent.ac.in\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/student/forgotPassword/sendEmail","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route when the student forgets his password. If the request is successful, an OTP will be sent to the student's email. This OTP can be used to reset the password using the next request.  </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: No</p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Password reset OTP sent successfully<br />400: Bad request: 1 or more parameters missing from request body<br />404: Invalid email<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","student","forgotPassword","sendEmail"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"05132ab2-a618-411f-96cd-712852972648","name":"Forgot password - Send OTP","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"rajat.sablok2018@vitstudent.ac.in\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/student/forgotPassword/sendEmail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"ETag","value":"W/\"27-rW+H05lKSXRegXryp4c3hLmm16s\""},{"key":"Date","value":"Fri, 04 Dec 2020 16:15:33 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Forgot password code sent\"\n}"}],"_postman_id":"a9f45d14-d491-4bab-a068-79c349348978"},{"name":"Forgot password - Verify OTP","id":"020a2f90-54f7-4fc1-8195-c8ad72da7a55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"rajat.sablok2018@vitstudent.ac.in\",\r\n    \"forgotPasswordCode\": 861031,\r\n    \"newPassword\": \"new\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/student/forgotPassword/verifyOTP","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route when the student forgets his password. The student will use the OTP he received on his email from the previous request to reset his password.  </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: No</p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Password reset OTP sent successfully<br />400: Bad request: 1 or more parameters missing from request body<br />401: Verification code expired<br />403: Invalid verification code<br />404: Invalid email<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","student","forgotPassword","verifyOTP"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3d387c36-daa5-4282-ae28-79b6d9c31fab","name":"Forgot password - Verify OTP","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"rajat.sablok2018@vitstudent.ac.in\",\r\n    \"forgotPasswordCode\": 861031,\r\n    \"newPassword\": \"new\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/student/forgotPassword/verifyOTP"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"41"},{"key":"ETag","value":"W/\"29-JLWAnLrf6qmJkXqaEuCQpWt9O0c\""},{"key":"Date","value":"Fri, 04 Dec 2020 16:17:21 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Password reset successfully\"\n}"}],"_postman_id":"020a2f90-54f7-4fc1-8195-c8ad72da7a55"},{"name":"Update Profile","id":"79408e2d-aee7-438a-b899-947f58bf55b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Rajat Sablok\",\r\n    \"registrationNumber\": \"18BME0827\",\r\n    \"bio\": \"wannabe CS\",\r\n    \"branch\": \"Mech ;-;\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/student/profile","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route to update a student's profile.  </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: Yes<br />Allowed user type(s): Student  </p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Profile updated successfully<br />400: Bad request: 1 or more parameters missing from request body<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","student","profile"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"087cc0d1-4445-4b67-a013-57144eef5899","name":"Update Profile","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Rajat Sablok\",\r\n    \"registrationNumber\": \"18BME0827\",\r\n    \"bio\": \"wannabe CS\",\r\n    \"branch\": \"Mech ;-;\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/student/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"ETag","value":"W/\"15-cV4EF0Q4I1S3mHl/IOEK4ZiMdGU\""},{"key":"Date","value":"Fri, 04 Dec 2020 16:28:45 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Updated\"\n}"}],"_postman_id":"79408e2d-aee7-438a-b899-947f58bf55b3"},{"name":"Get a student's profile -- For the student only","id":"1126a9dc-4f36-4fa6-88dc-b742e8478793","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/student/profile","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route when a student requests to view his/her profile.    </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: Yes<br />Allowed user type(s): Student  </p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Profile retrieved successfully<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","student","profile"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c22e3fc2-2983-47a6-82dc-9e0fe2dd7714","name":"Get a student's profile -- For the student only","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/student/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"199"},{"key":"ETag","value":"W/\"c7-wq5tA0O4UjtxVnh7ow2l/Ctl7D0\""},{"key":"Date","value":"Fri, 04 Dec 2020 17:28:20 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"student\": {\n        \"_id\": \"5fc927fbf3c0b412006b7db4\",\n        \"name\": \"Rajat Sablok\",\n        \"email\": \"rajat.main06@gmail.com\",\n        \"mobileNumber\": 9926817645,\n        \"bio\": \"wannabe CS\",\n        \"branch\": \"Mech ;-;\",\n        \"registrationNumber\": \"18BME0827\"\n    }\n}"}],"_postman_id":"1126a9dc-4f36-4fa6-88dc-b742e8478793"},{"name":"Get a student's details","id":"81dbebed-2bd0-4fcf-a0d9-3997dc070781","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/student/details?studentId=5fc927fbf3c0b412006b7db4","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route everytime someone wants to know about a student.      </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: No</p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Profile retrieved successfully<br />400: Bad request: 1 or more parameters missing from request query<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","student","details"],"host":["{{url}}"],"query":[{"key":"studentId","value":"5fc927fbf3c0b412006b7db4"}],"variable":[]}},"response":[{"id":"4fcd7ebc-fff9-42d6-8c1e-13041375f0f5","name":"Get a student's details","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/student/details?studentId=5fc927fbf3c0b412006b7db4","host":["{{url}}"],"path":["api","student","details"],"query":[{"key":"studentId","value":"5fc927fbf3c0b412006b7db4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"199"},{"key":"ETag","value":"W/\"c7-wq5tA0O4UjtxVnh7ow2l/Ctl7D0\""},{"key":"Date","value":"Fri, 04 Dec 2020 17:28:41 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"student\": {\n        \"_id\": \"5fc927fbf3c0b412006b7db4\",\n        \"name\": \"Rajat Sablok\",\n        \"email\": \"rajat.main06@gmail.com\",\n        \"mobileNumber\": 9926817645,\n        \"bio\": \"wannabe CS\",\n        \"branch\": \"Mech ;-;\",\n        \"registrationNumber\": \"18BME0827\"\n    }\n}"}],"_postman_id":"81dbebed-2bd0-4fcf-a0d9-3997dc070781"},{"name":"Get student's test dashboard","id":"1935f26d-45f3-4a84-89ed-827a94858409","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/student/dashboard","urlObject":{"path":["api","student","dashboard"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3c20af6c-08d7-492c-a920-6cf8450b8dd0","name":"Get student's test dashboard","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/student/dashboard"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3704"},{"key":"ETag","value":"W/\"e78-Tg5Pq6PIQx+Lm5h6kAevWUKjZt8\""},{"key":"Date","value":"Thu, 17 Dec 2020 19:00:44 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"studentDetails\": {\n        \"_id\": \"5fc927fbf3c0b412006b7db4\",\n        \"name\": \"Rajat Sablok\",\n        \"email\": \"rajat.main06@gmail.com\",\n        \"mobileNumber\": 9926817645,\n        \"bio\": \"wannabe CS\",\n        \"branch\": \"Mech ;-;\",\n        \"registrationNumber\": \"18BME0827\"\n    },\n    \"tests\": [\n        {\n            \"_id\": \"5fc9fd6c9ace6d5a148e6f19\",\n            \"testId\": {\n                \"_id\": \"5fc8fd42edf1d309c4f858ac\",\n                \"roundNumber\": 1,\n                \"roundType\": \"Written\",\n                \"instructions\": \"This is the first round of our recruitment process\",\n                \"scheduledForDate\": 1606797000000,\n                \"scheduledEndDate\": 1607229000000,\n                \"graded\": true\n            },\n            \"clubId\": {\n                \"bio\": \"Enter your bio\",\n                \"_id\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n                \"email\": \"rajat.main06@gmail.com\",\n                \"name\": \"CodeChef-VIT\",\n                \"type\": \"technical\",\n                \"clubAvatar\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/avatars/1608100510329vellore-institute-of-technology-vit-logo-vector.png\",\n                \"clubBanner\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/banners/1608100578734vellore-institute-of-technology-vit-logo-vector.png\",\n                \"clubImages\": [],\n                \"socialMediaLinks\": []\n            },\n            \"appliedOn\": 1607073131995,\n            \"status\": \"Submitted\",\n            \"startedOn\": 1607073133674,\n            \"submittedOn\": 1607083068533,\n            \"domains\": []\n        },\n        {\n            \"_id\": \"5fd73c5aa217da2be05a6016\",\n            \"testId\": {\n                \"_id\": \"5fd73c42a217da2be05a6015\",\n                \"roundNumber\": 1,\n                \"roundType\": \"Written\",\n                \"instructions\": \"Test test\",\n                \"scheduledForDate\": 1607574600000,\n                \"scheduledEndDate\": 1607661000000\n            },\n            \"clubId\": {\n                \"bio\": \"Enter your bio\",\n                \"_id\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n                \"email\": \"rajat.main06@gmail.com\",\n                \"name\": \"CodeChef-VIT\",\n                \"type\": \"technical\",\n                \"clubAvatar\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/avatars/1608100510329vellore-institute-of-technology-vit-logo-vector.png\",\n                \"clubBanner\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/banners/1608100578734vellore-institute-of-technology-vit-logo-vector.png\",\n                \"clubImages\": [],\n                \"socialMediaLinks\": []\n            },\n            \"appliedOn\": 1607941210800,\n            \"status\": \"Applied\",\n            \"domains\": []\n        },\n        {\n            \"_id\": \"5fdb13f7be1494071c3eb9bf\",\n            \"testId\": {\n                \"_id\": \"5fdb1338be1494071c3eb99b\",\n                \"roundNumber\": 1,\n                \"roundType\": \"Written\",\n                \"instructions\": \"This is the first round of our recruitment process\",\n                \"scheduledForDate\": 1608172996000,\n                \"scheduledEndDate\": 1608345796000\n            },\n            \"clubId\": {\n                \"bio\": \"Enter your bio\",\n                \"_id\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n                \"email\": \"rajat.main06@gmail.com\",\n                \"name\": \"CodeChef-VIT\",\n                \"type\": \"technical\",\n                \"clubAvatar\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/avatars/1608100510329vellore-institute-of-technology-vit-logo-vector.png\",\n                \"clubBanner\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/banners/1608100578734vellore-institute-of-technology-vit-logo-vector.png\",\n                \"clubImages\": [],\n                \"socialMediaLinks\": []\n            },\n            \"appliedOn\": 1608193015378,\n            \"status\": \"Started\",\n            \"domains\": [\n                {\n                    \"_id\": \"5fdb145dbe1494071c3eb9c2\",\n                    \"domainId\": {\n                        \"_id\": \"5fdb1357be1494071c3eb99c\",\n                        \"domainName\": \"Technical\",\n                        \"domainDescription\": \"This is the tech domain\",\n                        \"domainInstructions\": \"Answer all questions\",\n                        \"domainDuration\": 30\n                    },\n                    \"status\": \"Started\"\n                }\n            ],\n            \"startedOn\": 1608193030712\n        },\n        {\n            \"_id\": \"5fdb9b5af1e347483827215e\",\n            \"testId\": {\n                \"_id\": \"5fd8f2caa1274b0004564b48\",\n                \"roundNumber\": 2,\n                \"roundType\": \"Written\",\n                \"instructions\": \"Second test\",\n                \"scheduledForDate\": 1608053446731,\n                \"scheduledEndDate\": 1608486888000\n            },\n            \"clubId\": {\n                \"bio\": \"This is some bio\",\n                \"_id\": \"5fd6f3151f744b25642f5767\",\n                \"email\": \"sarthakbh321@gmail.com\",\n                \"name\": \"Test club\",\n                \"type\": \"Technical\",\n                \"clubImages\": [],\n                \"socialMediaLinks\": []\n            },\n            \"appliedOn\": 1608227674556,\n            \"status\": \"Started\",\n            \"domains\": [\n                {\n                    \"_id\": \"5fdb9e0ff1e34748382721cc\",\n                    \"domainId\": {\n                        \"_id\": \"5fd8fccaa1274b0004564b49\",\n                        \"domainName\": \"Teest domain\",\n                        \"domainDescription\": \"This is test\",\n                        \"domainInstructions\": \"blabla\",\n                        \"domainDuration\": 25\n                    },\n                    \"status\": \"Started\"\n                },\n                {\n                    \"_id\": \"5fdb9ed3f1e34748382721ce\",\n                    \"domainId\": {\n                        \"_id\": \"5fd8fccaa1274b0004564b49\",\n                        \"domainName\": \"Teest domain\",\n                        \"domainDescription\": \"This is test\",\n                        \"domainInstructions\": \"blabla\",\n                        \"domainDuration\": 25\n                    },\n                    \"status\": \"Submitted\"\n                }\n            ],\n            \"startedOn\": 1608227715490\n        }\n    ]\n}"}],"_postman_id":"1935f26d-45f3-4a84-89ed-827a94858409"}],"id":"be2eadcf-819e-4f32-95d2-b468ba0126db","_postman_id":"be2eadcf-819e-4f32-95d2-b468ba0126db","description":""},{"name":"Test","item":[{"name":"Create a test","id":"7afb0830-f365-4a89-8c9a-fcf61fab5d07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"roundNumber\": 1,\r\n    \"roundType\": \"Written\",\r\n    \"instructions\": \"This is the first round of our recruitment process\",\r\n    \"scheduledForDate\": 1608423786000,\r\n    \"scheduledEndDate\": 1608596586000,\r\n    \"graded\": \"true\",\r\n    \"clubId\": \"5fc8e1b3ca0c7edf35ac2e3b\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/create","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route when the club admin wants to create a test. Once the test is created, the admin will be required to add domains to the test.  </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: Yes<br />Allowed user type(s): Club  </p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>201: Test created successfully<br />400: Bad request: 1 or more parameters missing from request body<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","test","create"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3f9140f7-12cf-4e6b-a1f0-18c6e8806e2b","name":"Create a test","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"roundNumber\": 1,\r\n    \"roundType\": \"Written\",\r\n    \"instructions\": \"This is the first round of our recruitment process\",\r\n    \"scheduledForDate\": 1608423786000,\r\n    \"scheduledEndDate\": 1608596586000,\r\n    \"graded\": \"true\",\r\n    \"clubId\": \"5fc8e1b3ca0c7edf35ac2e3b\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Date","value":"Fri, 25 Dec 2020 16:03:05 GMT"},{"key":"X-RateLimit-Reset","value":"1608912221"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"375"},{"key":"ETag","value":"W/\"177-SmezdSPKAQaBvP6i8tAy1+3+FOc\""},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Test created\",\n    \"testDetails\": {\n        \"finalized\": false,\n        \"published\": false,\n        \"_id\": \"5fe60d39538b2636c88183db\",\n        \"clubId\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n        \"roundNumber\": 1,\n        \"roundType\": \"Written\",\n        \"instructions\": \"This is the first round of our recruitment process\",\n        \"scheduledForDate\": 1608423786000,\n        \"scheduledEndDate\": 1608596586000,\n        \"users\": [],\n        \"usersStarted\": [],\n        \"usersFinished\": [],\n        \"__v\": 0\n    }\n}"}],"_postman_id":"7afb0830-f365-4a89-8c9a-fcf61fab5d07"},{"name":"Get a test's details","id":"4a570b71-94ae-47fd-a0c7-6f9f6f4b6429","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/test/details?testId=5fc8fd42edf1d309c4f858ac","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route when a club admin or student's want to view a test's details.  </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: Yes<br />Allowed user type(s): Club and Student both  </p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Domains retrieved successfully<br />400: Bad request: 1 or more parameters missing from request query<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","test","details"],"host":["{{url}}"],"query":[{"key":"testId","value":"5fc8fd42edf1d309c4f858ac"}],"variable":[]}},"response":[{"id":"d96db1ed-78cd-4ed3-9dc7-472f05132e1b","name":"Get a test by ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/test/details?testId=5fc8fd42edf1d309c4f858ac","host":["{{url}}"],"path":["api","test","details"],"query":[{"key":"testId","value":"5fc8fd42edf1d309c4f858ac"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"335"},{"key":"ETag","value":"W/\"14f-vqUXxJcbqxZ8PkB3K2tIZOY0vHE\""},{"key":"Date","value":"Thu, 03 Dec 2020 16:05:17 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"test\": {\n        \"_id\": \"5fc8fd42edf1d309c4f858ac\",\n        \"clubId\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n        \"roundNumber\": 1,\n        \"roundType\": \"Written\",\n        \"instructions\": \"This is the first round of our recruitment process\",\n        \"duration\": 60,\n        \"scheduledForDate\": 1607574600000,\n        \"scheduledEndDate\": 1607661000000,\n        \"graded\": true,\n        \"users\": [],\n        \"usersStarted\": [],\n        \"usersFinished\": [],\n        \"__v\": 0\n    }\n}"}],"_postman_id":"4a570b71-94ae-47fd-a0c7-6f9f6f4b6429"},{"name":"Apply for a test","id":"7c5aba2c-02ca-4e57-883f-6be4a3e02dfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n    \"clubId\": \"5fc8e1b3ca0c7edf35ac2e3b\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/apply","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route when the student wants to apply for a test.  </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: Yes<br />Allowed user type(s): Student  </p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Applied successfully<br />400: Bad request: 1 or more parameters missing from request body<br />409: The student has already attempted this test<br />420: The student has already applied for this test<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","test","apply"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"83792fb8-0fb0-4b99-a8f5-5a5b25f2a4d0","name":"Apply for a test","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n    \"clubId\": \"5fc8e1b3ca0c7edf35ac2e3b\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/apply"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"34"},{"key":"ETag","value":"W/\"22-Jkl5EdnmLI8t+pszotKYFkgIaGU\""},{"key":"Date","value":"Fri, 04 Dec 2020 08:21:02 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Applied successfully\"\n}"}],"_postman_id":"7c5aba2c-02ca-4e57-883f-6be4a3e02dfe"},{"name":"Attempt a test","id":"2d6525b6-437b-48e6-b799-28217d420161","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testId\": \"5fc8fd42edf1d309c4f858ac\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/attempt","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route when the student wants to start attempting a test. If the request is successful, list of domains in the test will be fetched and the student can then choose any domain and start attempting it. Once he starts attempting the test, he won't be allowed to start (attempt) it again.  </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: Yes<br />Allowed user type(s): Student  </p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Attempt approved: Club details, and test details, and list of domains will be retrieved<br />400: Bad request: 1 or more parameters missing from request body<br />409: The student has already attempted this test<br />418: Test hasn't started yet<br />420: Test is over<br />430: The student has not applied for this test<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","test","attempt"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9522ce75-91d7-4c88-8118-4523444cc4fc","name":"Attempt a test","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testId\": \"5fc8fd42edf1d309c4f858ac\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/attempt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"953"},{"key":"ETag","value":"W/\"3b9-X1SVMzcSO5ourP7HtOQY61LGffs\""},{"key":"Date","value":"Fri, 04 Dec 2020 08:52:19 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"clubDetails\": {\n        \"_id\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n        \"email\": \"rajat.main06@gmail.com\",\n        \"name\": \"CodeChef-VIT\",\n        \"type\": \"technical\"\n    },\n    \"testDetails\": {\n        \"_id\": \"5fc8fd42edf1d309c4f858ac\",\n        \"roundNumber\": 1,\n        \"roundType\": \"Written\",\n        \"instructions\": \"This is the first round of our recruitment process\",\n        \"scheduledForDate\": 1606797000000,\n        \"scheduledEndDate\": 1607229000000,\n        \"graded\": true\n    },\n    \"domains\": [\n        {\n            \"_id\": \"5fc8fd72edf1d309c4f858ad\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"clubId\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n            \"domainName\": \"Technical\",\n            \"domainDescription\": \"This is the tech domain\",\n            \"domainInstructions\": \"Answer all questions\",\n            \"domainDuration\": 60,\n            \"domainMarks\": 26,\n            \"usersStarted\": [],\n            \"usersFinished\": []\n        },\n        {\n            \"_id\": \"5fc8fea29acb1c4980ce4d7b\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"clubId\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n            \"domainName\": \"Management\",\n            \"domainDescription\": \"This is the management domain\",\n            \"domainInstructions\": \"Answer all questions\",\n            \"domainDuration\": 20,\n            \"usersStarted\": [],\n            \"usersFinished\": []\n        }\n    ]\n}"}],"_postman_id":"2d6525b6-437b-48e6-b799-28217d420161"},{"name":"Submit test","id":"bdfbd890-b68a-47be-92ab-2aa7701cad7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testId\": \"5fc8fd42edf1d309c4f858ac\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/submit","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route when the student wants to submit a test. Once he submits the test, he won't be allowed to start (attempt) it again.  </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: Yes<br />Allowed user type(s): Student  </p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Test submitted successflly<br />400: Bad request: 1 or more parameters missing from request body<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","test","submit"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"40a3b36a-a433-425e-8f3d-d86fb724672e","name":"Submit test","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testId\": \"5fc8fd42edf1d309c4f858ac\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/submit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"41"},{"key":"ETag","value":"W/\"29-VhD37pdnLjEGCqiFmcRxJkRanTE\""},{"key":"Date","value":"Fri, 04 Dec 2020 11:57:48 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Submitted test successfully\"\n}"}],"_postman_id":"bdfbd890-b68a-47be-92ab-2aa7701cad7d"},{"name":"Add students to a test","id":"751e70c8-0810-4f18-b861-29599815a6a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testId\": \"5fd73c42a217da2be05a6015\",\r\n    \"clubId\": \"5fc8e1b3ca0c7edf35ac2e3b\",\r\n    \"studentsArray\": [\r\n        \"rajat.main06@gmail.com\",\r\n        \"jugalbhatt3@gmail.com\",\r\n        \"sarthakbh321@gmail.com\",\r\n        \"sarthakbh32@gmail.com\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/addStudents","urlObject":{"path":["api","test","addStudents"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b1b7259c-d0db-4bde-b8f4-21a40a1a2b28","name":"Add students to a test","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testId\": \"5fd73c42a217da2be05a6015\",\r\n    \"clubId\": \"5fc8e1b3ca0c7edf35ac2e3b\",\r\n    \"studentsArray\": [\r\n        \"rajat.main06@gmail.com\",\r\n        \"jugalbhatt3@gmail.com\",\r\n        \"sarthakbh321@gmail.com\",\r\n        \"sarthakbh32@gmail.com\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/addStudents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"33"},{"key":"ETag","value":"W/\"21-wIv8x4MW/1o5h30AwfBXam8EUDY\""},{"key":"Date","value":"Mon, 14 Dec 2020 10:20:10 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Student array added\"\n}"}],"_postman_id":"751e70c8-0810-4f18-b861-29599815a6a2"},{"name":"Publish a test","id":"5ab5fb0f-ab67-47ee-89b1-b8dc24c451b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testId\": \"5fd73c42a217da2be05a6015\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/publish","urlObject":{"path":["api","test","publish"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"86bd4a2c-a556-4156-8fab-ea3d395d4f4c","name":"Publish a test","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testId\": \"5fd73c42a217da2be05a6015\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/publish"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"35"},{"key":"ETag","value":"W/\"23-XG+JHXqTOZiDLJyKk9Zz/xiauzE\""},{"key":"Date","value":"Mon, 14 Dec 2020 18:40:39 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Published succesfully\"\n}"}],"_postman_id":"5ab5fb0f-ab67-47ee-89b1-b8dc24c451b6"},{"name":"Get all tests of a club","id":"a7b96aae-602e-4ab7-8e13-eaa7c7cc5e2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/test/allTestsOfAClub","urlObject":{"path":["api","test","allTestsOfAClub"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"39d20679-9e32-4cf9-80e2-1595f720484b","name":"Get all tests of a club","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/test/allTestsOfAClub"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1582"},{"key":"ETag","value":"W/\"62e-uF2MeQN5ChWXk954qD3M2IUPG8I\""},{"key":"Date","value":"Sat, 19 Dec 2020 00:16:24 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"tests\": [\n        {\n            \"finalized\": false,\n            \"published\": false,\n            \"_id\": \"5fc8fd42edf1d309c4f858ac\",\n            \"clubId\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n            \"roundNumber\": 1,\n            \"roundType\": \"Written\",\n            \"instructions\": \"This is the first round of our recruitment process\",\n            \"scheduledForDate\": 1607574600000,\n            \"scheduledEndDate\": 1607661000000,\n            \"graded\": true,\n            \"__v\": 0\n        },\n        {\n            \"finalized\": false,\n            \"published\": false,\n            \"_id\": \"5fd737128781ab2b1c21eba5\",\n            \"clubId\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n            \"roundNumber\": 1,\n            \"roundType\": \"Written\",\n            \"instructions\": \"Test test\",\n            \"scheduledForDate\": 1607574600000,\n            \"scheduledEndDate\": 1607661000000,\n            \"__v\": 0\n        },\n        {\n            \"finalized\": false,\n            \"published\": false,\n            \"_id\": \"5fd7399cfb2dfd16c8added4\",\n            \"clubId\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n            \"roundNumber\": 1,\n            \"roundType\": \"Written\",\n            \"instructions\": \"Test test\",\n            \"scheduledForDate\": 1607574600000,\n            \"scheduledEndDate\": 1607661000000,\n            \"__v\": 0\n        },\n        {\n            \"finalized\": false,\n            \"published\": false,\n            \"_id\": \"5fd73a9edb6255390c4f7321\",\n            \"clubId\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n            \"roundNumber\": 1,\n            \"roundType\": \"Written\",\n            \"instructions\": \"Test test\",\n            \"scheduledForDate\": 1607574600000,\n            \"scheduledEndDate\": 1607661000000,\n            \"__v\": 0\n        },\n        {\n            \"finalized\": false,\n            \"published\": true,\n            \"_id\": \"5fd73c42a217da2be05a6015\",\n            \"clubId\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n            \"roundNumber\": 1,\n            \"roundType\": \"Written\",\n            \"instructions\": \"Test test\",\n            \"scheduledForDate\": 1607574600000,\n            \"scheduledEndDate\": 1607661000000,\n            \"__v\": 0\n        },\n        {\n            \"finalized\": false,\n            \"published\": false,\n            \"_id\": \"5fdb1338be1494071c3eb99b\",\n            \"clubId\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n            \"roundNumber\": 1,\n            \"roundType\": \"Written\",\n            \"instructions\": \"This is the first round of our recruitment process\",\n            \"scheduledForDate\": 1608172996000,\n            \"scheduledEndDate\": 1608345796000,\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"a7b96aae-602e-4ab7-8e13-eaa7c7cc5e2f"},{"name":"Get all published tests of a club","id":"8d35d722-7942-4dd1-a5d5-eeededf60ead","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/test/allPublishedTestsOfAClub?clubId=5fc8e1b3ca0c7edf35ac2e3b","urlObject":{"path":["api","test","allPublishedTestsOfAClub"],"host":["{{url}}"],"query":[{"key":"clubId","value":"5fc8e1b3ca0c7edf35ac2e3b"}],"variable":[]}},"response":[{"id":"b54b0ba5-9907-4695-8641-adc1756b3a71","name":"Get all published tests of a club","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/test/allPublishedTestsOfAClub?clubId=5fc8e1b3ca0c7edf35ac2e3b","host":["{{url}}"],"path":["api","test","allPublishedTestsOfAClub"],"query":[{"key":"clubId","value":"5fc8e1b3ca0c7edf35ac2e3b"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"555"},{"key":"ETag","value":"W/\"22b-jhZUZnokRX/2jwTBABmRuS15QEw\""},{"key":"Date","value":"Mon, 14 Dec 2020 18:40:41 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"tests\": [\n        {\n            \"finalized\": false,\n            \"published\": true,\n            \"_id\": \"5fd73c42a217da2be05a6015\",\n            \"clubId\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n            \"roundNumber\": 1,\n            \"roundType\": \"Written\",\n            \"instructions\": \"Test test\",\n            \"scheduledForDate\": 1607574600000,\n            \"scheduledEndDate\": 1607661000000,\n            \"users\": [\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"studentId\": \"5fc927fbf3c0b412006b7db4\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"studentId\": \"5fd511a91f9dfc29b1bfe3c6\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"studentId\": \"5fd510eb1f9dfc29b1bfe3c5\"\n                }\n            ],\n            \"usersStarted\": [],\n            \"usersFinished\": [],\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"8d35d722-7942-4dd1-a5d5-eeededf60ead"},{"name":"Update details of a test","id":"fa3d0f09-7f7b-48b5-95b5-a531fe31471d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n    \"roundNumber\": 1,\r\n    \"roundType\": \"Written\",\r\n    \"instructions\": \"This is the first round of our recruitment process\",\r\n    \"scheduledForDate\": 1607574600000,\r\n    \"scheduledEndDate\": 1607661000000,\r\n    \"graded\": \"true\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/details","description":"<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Test details updated<br />409: You can't update the test since it has already started<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","test","details"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3ea1caf5-6ee5-4f2d-8687-beb416268232","name":"Update details of a test","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n    \"roundNumber\": 1,\r\n    \"roundType\": \"Written\",\r\n    \"instructions\": \"This is the first round of our recruitment process\",\r\n    \"scheduledForDate\": 1607574600000,\r\n    \"scheduledEndDate\": 1607661000000,\r\n    \"graded\": \"true\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"34"},{"key":"ETag","value":"W/\"22-T3MFoGwKmaH0SbnG/oOs9yKlqeE\""},{"key":"Date","value":"Sat, 19 Dec 2020 00:15:22 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Test details updated\"\n}"}],"_postman_id":"fa3d0f09-7f7b-48b5-95b5-a531fe31471d"},{"name":"Delete test","id":"ca757836-6432-4007-86d5-8e5ee8b44155","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testId\":\"5fe3ae5ad921e03b5cdd2f14\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/delete","urlObject":{"path":["api","test","delete"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"02c8f844-7239-4ffb-9b23-2eba020bebee","name":"Delete test","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testId\":\"5fe3ae5ad921e03b5cdd2f14\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"ETag","value":"W/\"27-e9xjqYkRSAnTayfKCdWvppFBR6E\""},{"key":"Date","value":"Wed, 23 Dec 2020 20:57:32 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Test deleted successfully\"\n}"}],"_postman_id":"ca757836-6432-4007-86d5-8e5ee8b44155"}],"id":"2bbc0314-f6f5-479b-8f6b-145e6d56aff9","_postman_id":"2bbc0314-f6f5-479b-8f6b-145e6d56aff9","description":""},{"name":"Test Domains","item":[{"name":"Add a domain to an existing test","id":"536086d4-4a6c-489f-96e9-453b243ca948","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n    \"domainName\": \"Technical\",\r\n    \"domainDuration\": 30,\r\n    \"domainDescription\": \"This is the tech domain\",\r\n    \"domainInstructions\": \"Answer all questions\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/domain/add","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route when a club admin wants to add domains to a test. At least one domain is necessary in a test to publish it.  </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: Yes<br />Allowed user type(s): Club   </p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>201: Domain created successfully<br />400: Bad request: 1 or more parameters missing from request body<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","test","domain","add"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"15148155-de7f-400c-b40b-7bb3d5598fa3","name":"Add a domain to an existing test","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n    \"domainName\": \"Technical\",\r\n    \"domainDuration\": 30,\r\n    \"domainDescription\": \"This is the tech domain\",\r\n    \"domainInstructions\": \"Answer all questions\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/domain/add"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"282"},{"key":"ETag","value":"W/\"11a-tNOG1to48bM5E3VKns43x/BYrN8\""},{"key":"Date","value":"Thu, 03 Dec 2020 15:00:02 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Domain successfully added\",\n    \"domainInfo\": {\n        \"_id\": \"5fc8fd72edf1d309c4f858ad\",\n        \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n        \"clubId\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n        \"domainName\": \"Technical\",\n        \"domainDuration\": 30,\n        \"domainDescription\": \"This is the tech domain\",\n        \"domainInstructions\": \"Answer all questions\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"536086d4-4a6c-489f-96e9-453b243ca948"},{"name":"Get all domains of a test -- For club admins only","id":"bcb7570b-f08a-420c-bf87-98a523d7a684","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/test/domain/all?testId=5fc8fd42edf1d309c4f858ac","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route when a club admin wants to see all domains of a test.  </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: Yes<br />Allowed user type(s): Club   </p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Domains retrieved successfully<br />400: Bad request: 1 or more parameters missing from request query<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","test","domain","all"],"host":["{{url}}"],"query":[{"key":"testId","value":"5fc8fd42edf1d309c4f858ac"}],"variable":[]}},"response":[{"id":"42f1527f-f5d3-471d-a5c8-1a0fa184df78","name":"Get all domains of a test","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/test/domain/all?testId=5fc8fd42edf1d309c4f858ac","host":["{{url}}"],"path":["api","test","domain","all"],"query":[{"key":"testId","value":"5fc8fd42edf1d309c4f858ac"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"595"},{"key":"ETag","value":"W/\"253-/24j1H59myuzMFmkvB/aSwKxi+E\""},{"key":"Date","value":"Fri, 04 Dec 2020 08:33:41 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"domains\": [\n        {\n            \"_id\": \"5fc8fd72edf1d309c4f858ad\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"clubId\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n            \"domainName\": \"Technical\",\n            \"domainDescription\": \"This is the tech domain\",\n            \"domainInstructions\": \"Answer all questions\",\n            \"domainDuration\": 60,\n            \"domainMarks\": 26,\n            \"usersStarted\": [],\n            \"usersFinished\": []\n        },\n        {\n            \"_id\": \"5fc8fea29acb1c4980ce4d7b\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"clubId\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n            \"domainName\": \"Management\",\n            \"domainDescription\": \"This is the management domain\",\n            \"domainInstructions\": \"Answer all questions\",\n            \"domainDuration\": 20,\n            \"usersStarted\": [],\n            \"usersFinished\": []\n        }\n    ]\n}"}],"_postman_id":"bcb7570b-f08a-420c-bf87-98a523d7a684"},{"name":"Attempt a domain","id":"5cd1ae3e-1eda-4cfc-8257-6e3c1e3f9eae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n    \"domainId\": \"5fc8fd72edf1d309c4f858ad\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/domain/attempt","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route when the student wants to start attempting a domain. Once he starts attempting a domain, he won't be allowed to start (attempt) it again.  </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: Yes<br />Allowed user type(s): Student  </p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Attempt approved: Club details, test details, domain details, and list of questions will be retrieved<br />400: Bad request: 1 or more parameters missing from request body<br />409: The student has already attempted this test<br />418: Test hasn't started yet<br />420: Test is over<br />430: The student has not applied for this test<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","test","domain","attempt"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fea52f6a-1ff2-4abe-bcd0-c61ed21e79d4","name":"Attempt a domain","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n    \"domainId\": \"5fc8fd72edf1d309c4f858ad\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/domain/attempt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3563"},{"key":"ETag","value":"W/\"deb-oFB0A9KRuZtLMaBGZHL+h79jygY\""},{"key":"Date","value":"Fri, 04 Dec 2020 11:31:19 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"clubDetails\": {\n        \"_id\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n        \"email\": \"rajat.main06@gmail.com\",\n        \"name\": \"CodeChef-VIT\",\n        \"type\": \"technical\"\n    },\n    \"testDetails\": {\n        \"_id\": \"5fc8fd42edf1d309c4f858ac\",\n        \"roundNumber\": 1,\n        \"roundType\": \"Written\",\n        \"instructions\": \"This is the first round of our recruitment process\",\n        \"scheduledForDate\": 1606797000000,\n        \"scheduledEndDate\": 1607229000000,\n        \"graded\": true\n    },\n    \"domainDetails\": {\n        \"_id\": \"5fc8fd72edf1d309c4f858ad\",\n        \"domainName\": \"Technical\",\n        \"domainDescription\": \"This is the tech domain\",\n        \"domainInstructions\": \"Answer all questions\",\n        \"domainDuration\": 60,\n        \"domainMarks\": 26\n    },\n    \"questions\": [\n        {\n            \"questionId\": \"5fc90976e7c24a4af4d5e13a\",\n            \"questionType\": \"singleCorrect\",\n            \"questionMarks\": 1,\n            \"description\": \"Select the correct option\",\n            \"options\": [\n                {\n                    \"optionId\": \"5fc90976e7c24a4af4d5e122\",\n                    \"text\": \"Option One\"\n                },\n                {\n                    \"optionId\": \"5fc90976e7c24a4af4d5e123\",\n                    \"text\": \"Option Two\"\n                },\n                {\n                    \"optionId\": \"5fc90976e7c24a4af4d5e124\",\n                    \"text\": \"Option Three\"\n                },\n                {\n                    \"optionId\": \"5fc90976e7c24a4af4d5e125\",\n                    \"text\": \"Option Four\"\n                }\n            ]\n        },\n        {\n            \"questionId\": \"5fc90976e7c24a4af4d5e13b\",\n            \"questionType\": \"singleCorrect\",\n            \"questionMarks\": 1,\n            \"description\": \"This is an mcq with one correct answer\",\n            \"options\": [\n                {\n                    \"optionId\": \"5fc90976e7c24a4af4d5e126\",\n                    \"text\": \"Option One\"\n                },\n                {\n                    \"optionId\": \"5fc90976e7c24a4af4d5e127\",\n                    \"text\": \"Option Two\"\n                },\n                {\n                    \"optionId\": \"5fc90976e7c24a4af4d5e128\",\n                    \"text\": \"Option Three\"\n                },\n                {\n                    \"optionId\": \"5fc90976e7c24a4af4d5e129\",\n                    \"text\": \"Option Four\"\n                }\n            ]\n        },\n        {\n            \"questionId\": \"5fc90976e7c24a4af4d5e13c\",\n            \"questionType\": \"singleCorrect\",\n            \"questionMarks\": 1,\n            \"description\": \"This is another mcq with one correct answer\",\n            \"options\": [\n                {\n                    \"optionId\": \"5fc90976e7c24a4af4d5e12a\",\n                    \"text\": \"Option One\"\n                },\n                {\n                    \"optionId\": \"5fc90976e7c24a4af4d5e12b\",\n                    \"text\": \"Option Two\"\n                },\n                {\n                    \"optionId\": \"5fc90976e7c24a4af4d5e12c\",\n                    \"text\": \"Option Three\"\n                },\n                {\n                    \"optionId\": \"5fc90976e7c24a4af4d5e12d\",\n                    \"text\": \"Option Four\"\n                }\n            ]\n        },\n        {\n            \"questionId\": \"5fc90976e7c24a4af4d5e13d\",\n            \"questionType\": \"multipleCorrect\",\n            \"questionMarks\": 1,\n            \"description\": \"Select the correct optionsss\",\n            \"options\": [\n                {\n                    \"optionId\": \"5fc90976e7c24a4af4d5e12e\",\n                    \"text\": \"Option One\"\n                },\n                {\n                    \"optionId\": \"5fc90976e7c24a4af4d5e12f\",\n                    \"text\": \"Option Two\"\n                },\n                {\n                    \"optionId\": \"5fc90976e7c24a4af4d5e130\",\n                    \"text\": \"Option Three\"\n                },\n                {\n                    \"optionId\": \"5fc90976e7c24a4af4d5e131\",\n                    \"text\": \"Option Four\"\n                }\n            ]\n        },\n        {\n            \"questionId\": \"5fc90976e7c24a4af4d5e13e\",\n            \"questionType\": \"multipleCorrect\",\n            \"questionMarks\": 1,\n            \"description\": \"This is an mcq with multiple correct answers\",\n            \"options\": [\n                {\n                    \"optionId\": \"5fc90976e7c24a4af4d5e132\",\n                    \"text\": \"Option One\"\n                },\n                {\n                    \"optionId\": \"5fc90976e7c24a4af4d5e133\",\n                    \"text\": \"Option Two\"\n                },\n                {\n                    \"optionId\": \"5fc90976e7c24a4af4d5e134\",\n                    \"text\": \"Option Three\"\n                },\n                {\n                    \"optionId\": \"5fc90976e7c24a4af4d5e135\",\n                    \"text\": \"Option Four\"\n                }\n            ]\n        },\n        {\n            \"questionId\": \"5fc90976e7c24a4af4d5e13f\",\n            \"questionType\": \"multipleCorrect\",\n            \"questionMarks\": 1,\n            \"description\": \"This is another mcq with multiple correct answers\",\n            \"options\": [\n                {\n                    \"optionId\": \"5fc90976e7c24a4af4d5e136\",\n                    \"text\": \"Option One\"\n                },\n                {\n                    \"optionId\": \"5fc90976e7c24a4af4d5e137\",\n                    \"text\": \"Option Two\"\n                },\n                {\n                    \"optionId\": \"5fc90976e7c24a4af4d5e138\",\n                    \"text\": \"Option Three\"\n                },\n                {\n                    \"optionId\": \"5fc90976e7c24a4af4d5e139\",\n                    \"text\": \"Option Four\"\n                }\n            ]\n        },\n        {\n            \"questionId\": \"5fc90976e7c24a4af4d5e140\",\n            \"questionType\": \"shortAnswer\",\n            \"questionMarks\": 5,\n            \"description\": \"This is a short answer type question\"\n        },\n        {\n            \"questionId\": \"5fc90976e7c24a4af4d5e141\",\n            \"questionType\": \"shortAnswer\",\n            \"questionMarks\": 5,\n            \"description\": \"This is another short answer type question\"\n        },\n        {\n            \"questionId\": \"5fc90976e7c24a4af4d5e142\",\n            \"questionType\": \"longAnswer\",\n            \"questionMarks\": 5,\n            \"description\": \"This is a long answer type question\"\n        },\n        {\n            \"questionId\": \"5fc90976e7c24a4af4d5e143\",\n            \"questionType\": \"longAnswer\",\n            \"questionMarks\": 5,\n            \"description\": \"This is another long answer type question\"\n        }\n    ]\n}"}],"_postman_id":"5cd1ae3e-1eda-4cfc-8257-6e3c1e3f9eae"},{"name":"Submit a domain","id":"8ad13f0e-7b3a-4196-be54-0da103529a3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"domainId\":\"5fc8fd72edf1d309c4f858ad\", \r\n    \"testId\":\"5fc8fd42edf1d309c4f858ac\", \r\n    \"clubId\":\"5fc8e1b3ca0c7edf35ac2e3b\",\r\n    \"timeTaken\":20,\r\n    \"submissions\":[\r\n        {\r\n        \"questionId\":\"5fc90976e7c24a4af4d5e13a\",\r\n        \"questionType\":\"singleCorrect\",\r\n        \"answers\":[\"5fc90976e7c24a4af4d5e124\"]\r\n        },\r\n        {\r\n        \"questionId\":\"5fc90976e7c24a4af4d5e13b\",\r\n        \"questionType\":\"singleCorrect\",\r\n        \"answers\":[\"5fc90976e7c24a4af4d5e126\"]\r\n        },\r\n        {\r\n        \"questionId\":\"5fc90976e7c24a4af4d5e13c\",\r\n        \"questionType\":\"singleCorrect\",\r\n        \"answers\":[\"5fc90976e7c24a4af4d5e12a\"]\r\n        },\r\n        {\r\n        \"questionId\":\"5fc90976e7c24a4af4d5e13d\",\r\n        \"questionType\":\"multipleCorrect\",\r\n        \"answers\":[\"5fc90976e7c24a4af4d5e12f\",\"5fc90976e7c24a4af4d5e130\"]\r\n        },\r\n        {\r\n        \"questionId\":\"5fc90976e7c24a4af4d5e13e\",\r\n        \"questionType\":\"multipleCorrect\",\r\n        \"answers\":[\"5fc90976e7c24a4af4d5e132\",\"5fc90976e7c24a4af4d5e135\"]\r\n        },\r\n        {\r\n        \"questionId\":\"5fc90976e7c24a4af4d5e13f\",\r\n        \"questionType\":\"multipleCorrect\",\r\n        \"answers\":[\"5fc90976e7c24a4af4d5e137\"]\r\n        },\r\n        {\r\n        \"questionId\":\"5fc90976e7c24a4af4d5e140\",\r\n        \"questionType\":\"shortAnswer\",\r\n        \"answers\":[\"My short answer\"]\r\n        },\r\n        {\r\n        \"questionId\":\"5fc90976e7c24a4af4d5e141\",\r\n        \"questionType\":\"shortAnswer\",\r\n        \"answers\":[\"A short answer\"]\r\n        },\r\n        {\r\n        \"questionId\":\"5fc90976e7c24a4af4d5e142\",\r\n        \"questionType\":\"longAnswer\",\r\n        \"answers\":[\"Long answer\"]\r\n        },\r\n        {\r\n        \"questionId\":\"5fc90976e7c24a4af4d5e143\",\r\n        \"questionType\":\"longAnswer\",\r\n        \"answers\":[\"Anssssss\"]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/domain/submit","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route when the student wants to submit his answers for a test domain. Once he submits a domain, he won't be allowed to start (attempt) it again.  </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: Yes<br />Allowed user type(s): Student  </p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Domain submitted successflly<br />400: Bad request: 1 or more parameters missing from request body<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","test","domain","submit"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"02c76432-c570-403b-9bd3-7ca71b0533d5","name":"Submit a domain","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"domainId\":\"5fc8fd72edf1d309c4f858ad\", \r\n    \"testId\":\"5fc8fd42edf1d309c4f858ac\", \r\n    \"clubId\":\"5fc8e1b3ca0c7edf35ac2e3b\",\r\n    \"timeTaken\":20,\r\n    \"submissions\":[\r\n        {\r\n        \"questionId\":\"5fc90976e7c24a4af4d5e13a\",\r\n        \"questionType\":\"singleCorrect\",\r\n        \"answers\":[\"5fc90976e7c24a4af4d5e124\"]\r\n        },\r\n        {\r\n        \"questionId\":\"5fc90976e7c24a4af4d5e13b\",\r\n        \"questionType\":\"singleCorrect\",\r\n        \"answers\":[\"5fc90976e7c24a4af4d5e126\"]\r\n        },\r\n        {\r\n        \"questionId\":\"5fc90976e7c24a4af4d5e13c\",\r\n        \"questionType\":\"singleCorrect\",\r\n        \"answers\":[\"5fc90976e7c24a4af4d5e12a\"]\r\n        },\r\n        {\r\n        \"questionId\":\"5fc90976e7c24a4af4d5e13d\",\r\n        \"questionType\":\"multipleCorrect\",\r\n        \"answers\":[\"5fc90976e7c24a4af4d5e12f\",\"5fc90976e7c24a4af4d5e130\"]\r\n        },\r\n        {\r\n        \"questionId\":\"5fc90976e7c24a4af4d5e13e\",\r\n        \"questionType\":\"multipleCorrect\",\r\n        \"answers\":[\"5fc90976e7c24a4af4d5e132\",\"5fc90976e7c24a4af4d5e135\"]\r\n        },\r\n        {\r\n        \"questionId\":\"5fc90976e7c24a4af4d5e13f\",\r\n        \"questionType\":\"multipleCorrect\",\r\n        \"answers\":[\"5fc90976e7c24a4af4d5e137\"]\r\n        },\r\n        {\r\n        \"questionId\":\"5fc90976e7c24a4af4d5e140\",\r\n        \"questionType\":\"shortAnswer\",\r\n        \"answers\":[\"My short answer\"]\r\n        },\r\n        {\r\n        \"questionId\":\"5fc90976e7c24a4af4d5e141\",\r\n        \"questionType\":\"shortAnswer\",\r\n        \"answers\":[\"A short answer\"]\r\n        },\r\n        {\r\n        \"questionId\":\"5fc90976e7c24a4af4d5e142\",\r\n        \"questionType\":\"longAnswer\",\r\n        \"answers\":[\"Long answer\"]\r\n        },\r\n        {\r\n        \"questionId\":\"5fc90976e7c24a4af4d5e143\",\r\n        \"questionType\":\"longAnswer\",\r\n        \"answers\":[\"Anssssss\"]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/domain/submit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"30"},{"key":"ETag","value":"W/\"1e-+1VQgmHzs9Okn64m1FqWkjwY82M\""},{"key":"Date","value":"Fri, 04 Dec 2020 11:31:32 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Domain submitted\"\n}"}],"_postman_id":"8ad13f0e-7b3a-4196-be54-0da103529a3c"},{"name":"Get all submissions of a domain","id":"0367083d-f109-4c52-8777-9d8dfdd3500a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/test/domain/allSubmissions?domainId=5fdb1357be1494071c3eb99c","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route when the club admin wants to see all submissions of a domain. This will only give the submissions which were actually submitted.   </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: Yes<br />Allowed user type(s): Club  </p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Club details, test details, domain details, and all the submissions will be retrieved<br />400: Bad request: 1 or more parameters missing from request body<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","test","domain","allSubmissions"],"host":["{{url}}"],"query":[{"key":"domainId","value":"5fdb1357be1494071c3eb99c"}],"variable":[]}},"response":[{"id":"62b3ad90-b414-4988-b04f-844c8a734a32","name":"Get all submissions of a domain","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/test/domain/allSubmissions?domainId=5fdb1357be1494071c3eb99c","host":["{{url}}"],"path":["api","test","domain","allSubmissions"],"query":[{"key":"domainId","value":"5fdb1357be1494071c3eb99c"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"735"},{"key":"ETag","value":"W/\"2df-5Is6jmkqh2idVNwc6EuPoTG/4Jg\""},{"key":"Date","value":"Wed, 23 Dec 2020 20:09:52 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"clubDetails\": {\n        \"_id\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n        \"email\": \"rajat.main06@gmail.com\",\n        \"name\": \"CodeChef-VIT\",\n        \"type\": \"Technical\"\n    },\n    \"testDetails\": {\n        \"_id\": \"5fdb1338be1494071c3eb99b\",\n        \"roundNumber\": 1,\n        \"roundType\": \"Written\",\n        \"instructions\": \"This is the first round of our recruitment process\",\n        \"scheduledForDate\": 1608172996000,\n        \"scheduledEndDate\": 1608345796000\n    },\n    \"domainDetails\": {\n        \"_id\": \"5fdb1357be1494071c3eb99c\",\n        \"domainName\": \"Technical\",\n        \"domainDescription\": \"This is the tech domain\",\n        \"domainInstructions\": \"Answer all questions\",\n        \"domainDuration\": 30,\n        \"domainMarks\": 26\n    },\n    \"usersFinished\": [],\n    \"shortlisedInDomain\": [\n        {\n            \"studentId\": {\n                \"_id\": \"5fc927fbf3c0b412006b7db4\",\n                \"name\": \"Rajat Sablok\",\n                \"email\": \"rajat.main06@gmail.com\",\n                \"mobileNumber\": 9926817645\n            },\n            \"remark\": \"ddd\"\n        }\n    ]\n}"}],"_postman_id":"0367083d-f109-4c52-8777-9d8dfdd3500a"},{"name":"Get a student's submission of a domain","id":"eb5f00b6-9560-413f-921c-5c14e8f41f80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/test/domain/studentSubmission?domainId=5fc8fd72edf1d309c4f858ad&studentId=5fc927fbf3c0b412006b7db4","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route when the club admin wants to see submission of a particular student for a particular domain.  </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: Yes<br />Allowed user type(s): Club  </p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Club details, test details, domain details, and the student's submission will be retrieved<br />400: Bad request: 1 or more parameters missing from request body<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","test","domain","studentSubmission"],"host":["{{url}}"],"query":[{"key":"domainId","value":"5fc8fd72edf1d309c4f858ad"},{"key":"studentId","value":"5fc927fbf3c0b412006b7db4"}],"variable":[]}},"response":[{"id":"fb50d484-79eb-478b-bfcd-7f8e2fcb116f","name":"Get a student's submission of a domain","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/test/domain/studentSubmission?domainId=5fc8fd72edf1d309c4f858ad&studentId=5fc927fbf3c0b412006b7db4","host":["{{url}}"],"path":["api","test","domain","studentSubmission"],"query":[{"key":"domainId","value":"5fc8fd72edf1d309c4f858ad"},{"key":"studentId","value":"5fc927fbf3c0b412006b7db4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"5455"},{"key":"ETag","value":"W/\"154f-FpaJGJSVxbe5fCxWylMlfOTQfvQ\""},{"key":"Date","value":"Thu, 17 Dec 2020 20:47:16 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"clubDetails\": {\n        \"_id\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n        \"email\": \"rajat.main06@gmail.com\",\n        \"name\": \"CodeChef-VIT\",\n        \"type\": \"technical\"\n    },\n    \"testDetails\": {\n        \"_id\": \"5fc8fd42edf1d309c4f858ac\",\n        \"roundNumber\": 1,\n        \"roundType\": \"Written\",\n        \"instructions\": \"This is the first round of our recruitment process\",\n        \"scheduledForDate\": 1606797000000,\n        \"scheduledEndDate\": 1607229000000,\n        \"graded\": true\n    },\n    \"domainDetails\": {\n        \"_id\": \"5fc8fd72edf1d309c4f858ad\",\n        \"domainName\": \"Technical\",\n        \"domainDescription\": \"This is the tech domain\",\n        \"domainInstructions\": \"Answer all questions\",\n        \"domainDuration\": 60,\n        \"domainMarks\": 26\n    },\n    \"submission\": [\n        {\n            \"questionId\": {\n                \"_id\": \"5fc90976e7c24a4af4d5e13a\",\n                \"description\": \"Select the correct option\",\n                \"options\": [\n                    {\n                        \"option\": {\n                            \"isCorrect\": false,\n                            \"text\": \"Option One\"\n                        },\n                        \"_id\": \"5fc90976e7c24a4af4d5e122\"\n                    },\n                    {\n                        \"option\": {\n                            \"isCorrect\": false,\n                            \"text\": \"Option Two\"\n                        },\n                        \"_id\": \"5fc90976e7c24a4af4d5e123\"\n                    },\n                    {\n                        \"option\": {\n                            \"isCorrect\": true,\n                            \"text\": \"Option Three\"\n                        },\n                        \"_id\": \"5fc90976e7c24a4af4d5e124\"\n                    },\n                    {\n                        \"option\": {\n                            \"isCorrect\": false,\n                            \"text\": \"Option Four\"\n                        },\n                        \"_id\": \"5fc90976e7c24a4af4d5e125\"\n                    }\n                ]\n            },\n            \"questionType\": \"singleCorrect\",\n            \"correctAnswer\": \"5fc90976e7c24a4af4d5e124\",\n            \"questionMarks\": 1,\n            \"answers\": \"5fc90976e7c24a4af4d5e124\",\n            \"scoredQuestionMarks\": 1,\n            \"corrected\": true\n        },\n        {\n            \"questionId\": {\n                \"_id\": \"5fc90976e7c24a4af4d5e13b\",\n                \"description\": \"This is an mcq with one correct answer\",\n                \"options\": [\n                    {\n                        \"option\": {\n                            \"isCorrect\": false,\n                            \"text\": \"Option One\"\n                        },\n                        \"_id\": \"5fc90976e7c24a4af4d5e126\"\n                    },\n                    {\n                        \"option\": {\n                            \"isCorrect\": true,\n                            \"text\": \"Option Two\"\n                        },\n                        \"_id\": \"5fc90976e7c24a4af4d5e127\"\n                    },\n                    {\n                        \"option\": {\n                            \"isCorrect\": false,\n                            \"text\": \"Option Three\"\n                        },\n                        \"_id\": \"5fc90976e7c24a4af4d5e128\"\n                    },\n                    {\n                        \"option\": {\n                            \"isCorrect\": false,\n                            \"text\": \"Option Four\"\n                        },\n                        \"_id\": \"5fc90976e7c24a4af4d5e129\"\n                    }\n                ]\n            },\n            \"questionType\": \"singleCorrect\",\n            \"correctAnswer\": \"5fc90976e7c24a4af4d5e127\",\n            \"questionMarks\": 1,\n            \"answers\": \"5fc90976e7c24a4af4d5e126\",\n            \"scoredQuestionMarks\": 0,\n            \"corrected\": true\n        },\n        {\n            \"questionId\": {\n                \"_id\": \"5fc90976e7c24a4af4d5e13c\",\n                \"description\": \"This is another mcq with one correct answer\",\n                \"options\": [\n                    {\n                        \"option\": {\n                            \"isCorrect\": true,\n                            \"text\": \"Option One\"\n                        },\n                        \"_id\": \"5fc90976e7c24a4af4d5e12a\"\n                    },\n                    {\n                        \"option\": {\n                            \"isCorrect\": false,\n                            \"text\": \"Option Two\"\n                        },\n                        \"_id\": \"5fc90976e7c24a4af4d5e12b\"\n                    },\n                    {\n                        \"option\": {\n                            \"isCorrect\": false,\n                            \"text\": \"Option Three\"\n                        },\n                        \"_id\": \"5fc90976e7c24a4af4d5e12c\"\n                    },\n                    {\n                        \"option\": {\n                            \"isCorrect\": false,\n                            \"text\": \"Option Four\"\n                        },\n                        \"_id\": \"5fc90976e7c24a4af4d5e12d\"\n                    }\n                ]\n            },\n            \"questionType\": \"singleCorrect\",\n            \"correctAnswer\": \"5fc90976e7c24a4af4d5e12a\",\n            \"questionMarks\": 1,\n            \"answers\": \"5fc90976e7c24a4af4d5e12a\",\n            \"scoredQuestionMarks\": 1,\n            \"corrected\": true\n        },\n        {\n            \"questionId\": {\n                \"_id\": \"5fc90976e7c24a4af4d5e13d\",\n                \"description\": \"Select the correct optionsss\",\n                \"options\": [\n                    {\n                        \"option\": {\n                            \"isCorrect\": false,\n                            \"text\": \"Option One\"\n                        },\n                        \"_id\": \"5fc90976e7c24a4af4d5e12e\"\n                    },\n                    {\n                        \"option\": {\n                            \"isCorrect\": true,\n                            \"text\": \"Option Two\"\n                        },\n                        \"_id\": \"5fc90976e7c24a4af4d5e12f\"\n                    },\n                    {\n                        \"option\": {\n                            \"isCorrect\": true,\n                            \"text\": \"Option Three\"\n                        },\n                        \"_id\": \"5fc90976e7c24a4af4d5e130\"\n                    },\n                    {\n                        \"option\": {\n                            \"isCorrect\": false,\n                            \"text\": \"Option Four\"\n                        },\n                        \"_id\": \"5fc90976e7c24a4af4d5e131\"\n                    }\n                ]\n            },\n            \"questionType\": \"multipleCorrect\",\n            \"correctAnswer\": [\n                \"5fc90976e7c24a4af4d5e12f\",\n                \"5fc90976e7c24a4af4d5e130\"\n            ],\n            \"questionMarks\": 1,\n            \"answers\": [\n                \"5fc90976e7c24a4af4d5e12f\",\n                \"5fc90976e7c24a4af4d5e130\"\n            ],\n            \"scoredQuestionMarks\": 1,\n            \"corrected\": true\n        },\n        {\n            \"questionId\": {\n                \"_id\": \"5fc90976e7c24a4af4d5e13e\",\n                \"description\": \"This is an mcq with multiple correct answers\",\n                \"options\": [\n                    {\n                        \"option\": {\n                            \"isCorrect\": true,\n                            \"text\": \"Option One\"\n                        },\n                        \"_id\": \"5fc90976e7c24a4af4d5e132\"\n                    },\n                    {\n                        \"option\": {\n                            \"isCorrect\": true,\n                            \"text\": \"Option Two\"\n                        },\n                        \"_id\": \"5fc90976e7c24a4af4d5e133\"\n                    },\n                    {\n                        \"option\": {\n                            \"isCorrect\": true,\n                            \"text\": \"Option Three\"\n                        },\n                        \"_id\": \"5fc90976e7c24a4af4d5e134\"\n                    },\n                    {\n                        \"option\": {\n                            \"isCorrect\": false,\n                            \"text\": \"Option Four\"\n                        },\n                        \"_id\": \"5fc90976e7c24a4af4d5e135\"\n                    }\n                ]\n            },\n            \"questionType\": \"multipleCorrect\",\n            \"correctAnswer\": [\n                \"5fc90976e7c24a4af4d5e132\",\n                \"5fc90976e7c24a4af4d5e133\",\n                \"5fc90976e7c24a4af4d5e134\"\n            ],\n            \"questionMarks\": 1,\n            \"answers\": [\n                \"5fc90976e7c24a4af4d5e132\",\n                \"5fc90976e7c24a4af4d5e135\"\n            ],\n            \"scoredQuestionMarks\": 0,\n            \"corrected\": true\n        },\n        {\n            \"questionId\": {\n                \"_id\": \"5fc90976e7c24a4af4d5e13f\",\n                \"description\": \"This is another mcq with multiple correct answers\",\n                \"options\": [\n                    {\n                        \"option\": {\n                            \"isCorrect\": false,\n                            \"text\": \"Option One\"\n                        },\n                        \"_id\": \"5fc90976e7c24a4af4d5e136\"\n                    },\n                    {\n                        \"option\": {\n                            \"isCorrect\": true,\n                            \"text\": \"Option Two\"\n                        },\n                        \"_id\": \"5fc90976e7c24a4af4d5e137\"\n                    },\n                    {\n                        \"option\": {\n                            \"isCorrect\": true,\n                            \"text\": \"Option Three\"\n                        },\n                        \"_id\": \"5fc90976e7c24a4af4d5e138\"\n                    },\n                    {\n                        \"option\": {\n                            \"isCorrect\": true,\n                            \"text\": \"Option Four\"\n                        },\n                        \"_id\": \"5fc90976e7c24a4af4d5e139\"\n                    }\n                ]\n            },\n            \"questionType\": \"multipleCorrect\",\n            \"correctAnswer\": [\n                \"5fc90976e7c24a4af4d5e137\",\n                \"5fc90976e7c24a4af4d5e138\",\n                \"5fc90976e7c24a4af4d5e139\"\n            ],\n            \"questionMarks\": 1,\n            \"answers\": [\n                \"5fc90976e7c24a4af4d5e137\"\n            ],\n            \"scoredQuestionMarks\": 0,\n            \"corrected\": true\n        },\n        {\n            \"questionId\": {\n                \"_id\": \"5fc90976e7c24a4af4d5e140\",\n                \"description\": \"This is a short answer type question\",\n                \"options\": []\n            },\n            \"questionType\": \"shortAnswer\",\n            \"questionMarks\": 5,\n            \"answers\": \"My short answer\",\n            \"scoredQuestionMarks\": 0,\n            \"corrected\": false\n        },\n        {\n            \"questionId\": {\n                \"_id\": \"5fc90976e7c24a4af4d5e141\",\n                \"description\": \"This is another short answer type question\",\n                \"options\": []\n            },\n            \"questionType\": \"shortAnswer\",\n            \"questionMarks\": 5,\n            \"answers\": \"A short answer\",\n            \"scoredQuestionMarks\": 0,\n            \"corrected\": false\n        },\n        {\n            \"questionId\": {\n                \"_id\": \"5fc90976e7c24a4af4d5e142\",\n                \"description\": \"This is a long answer type question\",\n                \"options\": []\n            },\n            \"questionType\": \"longAnswer\",\n            \"questionMarks\": 5,\n            \"answers\": \"Long answer\",\n            \"scoredQuestionMarks\": 3,\n            \"corrected\": true\n        },\n        {\n            \"questionId\": {\n                \"_id\": \"5fc90976e7c24a4af4d5e143\",\n                \"description\": \"This is another long answer type question\",\n                \"options\": []\n            },\n            \"questionType\": \"longAnswer\",\n            \"questionMarks\": 5,\n            \"answers\": \"Anssssss\",\n            \"scoredQuestionMarks\": 0,\n            \"corrected\": false\n        }\n    ]\n}"}],"_postman_id":"eb5f00b6-9560-413f-921c-5c14e8f41f80"},{"name":"Get details of a domain","id":"37a18e3b-903b-4d63-b956-df8c060637ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/test/domain/details?domainId=5fc8fd72edf1d309c4f858ad","urlObject":{"path":["api","test","domain","details"],"host":["{{url}}"],"query":[{"key":"domainId","value":"5fc8fd72edf1d309c4f858ad"}],"variable":[]}},"response":[{"id":"0f507374-a4e3-4465-a32e-abff8864cc82","name":"Get details of a domain","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/test/domain/details?domainId=5fc8fd72edf1d309c4f858ad","host":["{{url}}"],"path":["api","test","domain","details"],"query":[{"key":"domainId","value":"5fc8fd72edf1d309c4f858ad"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"784"},{"key":"ETag","value":"W/\"310-q7dNv2zfmmROGjWuFD2izwze0yo\""},{"key":"Date","value":"Tue, 15 Dec 2020 21:17:28 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"clubDetails\": {\n        \"userType\": \"Club\",\n        \"featured\": true,\n        \"isEmailVerified\": true,\n        \"isMobileVerified\": false,\n        \"_id\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n        \"email\": \"rajat.main06@gmail.com\",\n        \"accountCreated\": true,\n        \"name\": \"CodeChef-VIT\",\n        \"type\": \"technical\",\n        \"clubImages\": [],\n        \"socialMediaLinks\": []\n    },\n    \"testDetails\": {\n        \"finalized\": false,\n        \"published\": false,\n        \"_id\": \"5fc8fd42edf1d309c4f858ac\",\n        \"clubId\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n        \"roundNumber\": 1,\n        \"roundType\": \"Written\",\n        \"instructions\": \"This is the first round of our recruitment process\",\n        \"scheduledForDate\": 1606797000000,\n        \"scheduledEndDate\": 1607229000000,\n        \"graded\": true,\n        \"__v\": 0\n    },\n    \"domainDetails\": {\n        \"_id\": \"5fc8fd72edf1d309c4f858ad\",\n        \"domainName\": \"Technical\",\n        \"domainDescription\": \"This is the tech domain\",\n        \"domainInstructions\": \"Answer all questions\",\n        \"domainDuration\": 60,\n        \"domainMarks\": 26\n    }\n}"}],"_postman_id":"37a18e3b-903b-4d63-b956-df8c060637ae"},{"name":"Shortlist a student","id":"53a06157-5765-43a1-98e4-363b0517214c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"domainId\": \"5fdb1357be1494071c3eb99c\",\r\n    \"studentId\": \"5fc927fbf3c0b412006b7db4\",\r\n    \"remark\": \"ddd\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/domain/shortlist","urlObject":{"path":["api","test","domain","shortlist"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"18ec14c2-086e-4791-a04f-4fe6154b96f5","name":"Shortlist a student","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"domainId\": \"5fdb1357be1494071c3eb99c\",\r\n    \"studentId\": \"5fc927fbf3c0b412006b7db4\",\r\n    \"remark\": \"ddd\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/domain/shortlist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"576"},{"key":"ETag","value":"W/\"240-uD0mIrg+38mUOWJ53blTDD6JLJM\""},{"key":"Date","value":"Thu, 17 Dec 2020 08:57:52 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Shortlisted\"\n}"}],"_postman_id":"53a06157-5765-43a1-98e4-363b0517214c"},{"name":"Delete a shortlisted student","id":"f03de951-b8e6-46ca-9f53-87adea0b7adc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"domainId\": \"5fdb1357be1494071c3eb99c\",\r\n    \"studentId\": \"5fc927fbf3c0b412006b7db4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/domain/removeShortlistedStudent","urlObject":{"path":["api","test","domain","removeShortlistedStudent"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"03f5e3fd-c137-47c5-9842-662365ec7701","name":"Delete a shortlisted student","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"domainId\": \"5fdb1357be1494071c3eb99c\",\r\n    \"studentId\": \"5fc927fbf3c0b412006b7db4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/domain/removeShortlistedStudent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"ETag","value":"W/\"15-o37JFK/7u85qZOhHeAAYjLXiccY\""},{"key":"Date","value":"Wed, 23 Dec 2020 20:06:46 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Removed\"\n}"}],"_postman_id":"f03de951-b8e6-46ca-9f53-87adea0b7adc"},{"name":"Update domain details","id":"8ccd6a8a-11f6-436a-966c-a1e1c7ef2ae0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testId\": \"5fdd4aecada69d50e4df53f7\",\r\n    \"domainId\": \"5fdd4afbada69d50e4df53f8\",\r\n    \"domainName\": \"TechnicalNew\",\r\n    \"domainDuration\": 30,\r\n    \"domainDescription\": \"This is the tech domain\",\r\n    \"domainInstructions\": \"Answer all questions\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/domain/details","description":"<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Test details updated<br />409: You can't update the test since it has already started<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","test","domain","details"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3726129e-17f1-4e54-8a5e-035ceac3e626","name":"Update domain details","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testId\": \"5fdd4aecada69d50e4df53f7\",\r\n    \"domainId\": \"5fdd4afbada69d50e4df53f8\",\r\n    \"domainName\": \"TechnicalNew\",\r\n    \"domainDuration\": 30,\r\n    \"domainDescription\": \"This is the tech domain\",\r\n    \"domainInstructions\": \"Answer all questions\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/domain/details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"36"},{"key":"ETag","value":"W/\"24-g3Wg12lH0mjOdqfFieTBYHB4K94\""},{"key":"Date","value":"Sat, 19 Dec 2020 00:36:35 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Domain details updated\"\n}"}],"_postman_id":"8ccd6a8a-11f6-436a-966c-a1e1c7ef2ae0"},{"name":"Delete a domain","id":"b421c779-f31d-414c-bfa3-dc665344825f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testId\": \"5fe3b0da00ee673498d1a275\",\r\n    \"domainId\": \"5fe3b0e000ee673498d1a276\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/domain/delete","urlObject":{"path":["api","test","domain","delete"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a57f8c2d-666d-4319-8e41-87c438c9a163","name":"Delete a domain","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testId\": \"5fe3b0da00ee673498d1a275\",\r\n    \"domainId\": \"5fe3b0e000ee673498d1a276\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/domain/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"41"},{"key":"ETag","value":"W/\"29-iJvnloJniI04g/7YrF+WksbHZA4\""},{"key":"Date","value":"Wed, 23 Dec 2020 21:12:01 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Domain deleted successfully\"\n}"}],"_postman_id":"b421c779-f31d-414c-bfa3-dc665344825f"}],"id":"12859d20-a633-4c03-b201-12cf680c89ef","_postman_id":"12859d20-a633-4c03-b201-12cf680c89ef","description":""},{"name":"Test Questions","item":[{"name":"Add multiple questions to a domain","id":"1df789fe-d3c6-4afa-a1fb-f068ab4e3e80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n    \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\r\n    \"questions\": [\r\n        {\r\n            \"type\": \"singleCorrect\",\r\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\r\n            \"questionMarks\": 1,\r\n            \"description\": \"Select the correct option\",\r\n            \"options\": [\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option One\",\r\n                        \"isCorrect\": false\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Two\",\r\n                        \"isCorrect\": false\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Three\",\r\n                        \"isCorrect\": true\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Four\",\r\n                        \"isCorrect\": false\r\n                    }\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"type\": \"singleCorrect\",\r\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\r\n            \"questionMarks\": 1,\r\n            \"description\": \"This is an mcq with one correct answer\",\r\n            \"options\": [\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option One\",\r\n                        \"isCorrect\": false\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Two\",\r\n                        \"isCorrect\": true\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Three\",\r\n                        \"isCorrect\": false\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Four\",\r\n                        \"isCorrect\": false\r\n                    }\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"type\": \"singleCorrect\",\r\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\r\n            \"questionMarks\": 1,\r\n            \"description\": \"This is another mcq with one correct answer\",\r\n            \"options\": [\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option One\",\r\n                        \"isCorrect\": true\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Two\",\r\n                        \"isCorrect\": false\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Three\",\r\n                        \"isCorrect\": false\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Four\",\r\n                        \"isCorrect\": false\r\n                    }\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"type\": \"multipleCorrect\",\r\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\r\n            \"questionMarks\": 1,\r\n            \"description\": \"Select the correct optionsss\",\r\n            \"options\": [\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option One\",\r\n                        \"isCorrect\": false\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Two\",\r\n                        \"isCorrect\": true\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Three\",\r\n                        \"isCorrect\": true\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Four\",\r\n                        \"isCorrect\": false\r\n                    }\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"type\": \"multipleCorrect\",\r\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\r\n            \"questionMarks\": 1,\r\n            \"description\": \"This is an mcq with multiple correct answers\",\r\n            \"options\": [\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option One\",\r\n                        \"isCorrect\": true\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Two\",\r\n                        \"isCorrect\": true\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Three\",\r\n                        \"isCorrect\": true\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Four\",\r\n                        \"isCorrect\": false\r\n                    }\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"type\": \"multipleCorrect\",\r\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\r\n            \"questionMarks\": 1,\r\n            \"description\": \"This is another mcq with multiple correct answers\",\r\n            \"options\": [\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option One\",\r\n                        \"isCorrect\": false\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Two\",\r\n                        \"isCorrect\": true\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Three\",\r\n                        \"isCorrect\": true\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Four\",\r\n                        \"isCorrect\": true\r\n                    }\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"type\": \"shortAnswer\",\r\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\r\n            \"questionMarks\": 5,\r\n            \"description\": \"This is a short answer type question\",\r\n            \"shortAnswer\": \"This is a sample short answer\"\r\n        },\r\n        {\r\n            \"type\": \"shortAnswer\",\r\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\r\n            \"questionMarks\": 5,\r\n            \"description\": \"This is another short answer type question\"\r\n        },\r\n        {\r\n            \"type\": \"longAnswer\",\r\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\r\n            \"questionMarks\": 5,\r\n            \"description\": \"This is a long answer type question\"\r\n        },\r\n        {\r\n            \"type\": \"longAnswer\",\r\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\r\n            \"questionMarks\": 5,\r\n            \"description\": \"This is another long answer type question\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/domain/question/addMultiple","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route when the club admin wants to add questions to a domain. Questions can only be added to a domain, and not directly to the test. If the test is graded, an option should be given to the admin to add marks for every question, else the option should not be shown and 0 marks must be sent for each question.  </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: Yes<br />Allowed user type(s): Club  </p>\n<h4 id=\"allowed-question-types\">Allowed question types:</h4>\n<p>singleCorrect: MCQ type question with single option correct<br />multipleCorrect: MCQ type question with multiple options correct<br />shortAnswer: Short answer type question. Can also be used for fill ups or true false based questions<br />longAnswer: Long answer type question. Can be used for paragraph based questions  </p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Questions added successflly<br />400: Bad request: 1 or more parameters missing from request body<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","test","domain","question","addMultiple"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"186f0b60-fc1b-4ce3-b088-4f8bb017d190","name":"Add multiple questions to a domain","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n    \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\r\n    \"questions\": [\r\n        {\r\n            \"type\": \"singleCorrect\",\r\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\r\n            \"questionMarks\": 1,\r\n            \"description\": \"Select the correct option\",\r\n            \"options\": [\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option One\",\r\n                        \"isCorrect\": false\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Two\",\r\n                        \"isCorrect\": false\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Three\",\r\n                        \"isCorrect\": true\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Four\",\r\n                        \"isCorrect\": false\r\n                    }\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"type\": \"singleCorrect\",\r\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\r\n            \"questionMarks\": 1,\r\n            \"description\": \"This is an mcq with one correct answer\",\r\n            \"options\": [\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option One\",\r\n                        \"isCorrect\": false\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Two\",\r\n                        \"isCorrect\": true\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Three\",\r\n                        \"isCorrect\": false\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Four\",\r\n                        \"isCorrect\": false\r\n                    }\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"type\": \"singleCorrect\",\r\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\r\n            \"questionMarks\": 1,\r\n            \"description\": \"This is another mcq with one correct answer\",\r\n            \"options\": [\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option One\",\r\n                        \"isCorrect\": true\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Two\",\r\n                        \"isCorrect\": false\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Three\",\r\n                        \"isCorrect\": false\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Four\",\r\n                        \"isCorrect\": false\r\n                    }\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"type\": \"multipleCorrect\",\r\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\r\n            \"questionMarks\": 1,\r\n            \"description\": \"Select the correct optionsss\",\r\n            \"options\": [\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option One\",\r\n                        \"isCorrect\": false\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Two\",\r\n                        \"isCorrect\": true\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Three\",\r\n                        \"isCorrect\": true\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Four\",\r\n                        \"isCorrect\": false\r\n                    }\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"type\": \"multipleCorrect\",\r\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\r\n            \"questionMarks\": 1,\r\n            \"description\": \"This is an mcq with multiple correct answers\",\r\n            \"options\": [\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option One\",\r\n                        \"isCorrect\": true\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Two\",\r\n                        \"isCorrect\": true\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Three\",\r\n                        \"isCorrect\": true\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Four\",\r\n                        \"isCorrect\": false\r\n                    }\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"type\": \"multipleCorrect\",\r\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\r\n            \"questionMarks\": 1,\r\n            \"description\": \"This is another mcq with multiple correct answers\",\r\n            \"options\": [\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option One\",\r\n                        \"isCorrect\": false\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Two\",\r\n                        \"isCorrect\": true\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Three\",\r\n                        \"isCorrect\": true\r\n                    }\r\n                },\r\n                {\r\n                    \"option\": {\r\n                        \"text\": \"Option Four\",\r\n                        \"isCorrect\": true\r\n                    }\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"type\": \"shortAnswer\",\r\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\r\n            \"questionMarks\": 5,\r\n            \"description\": \"This is a short answer type question\",\r\n            \"shortAnswer\": \"This is a sample short answer\"\r\n        },\r\n        {\r\n            \"type\": \"shortAnswer\",\r\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\r\n            \"questionMarks\": 5,\r\n            \"description\": \"This is another short answer type question\"\r\n        },\r\n        {\r\n            \"type\": \"longAnswer\",\r\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\r\n            \"questionMarks\": 5,\r\n            \"description\": \"This is a long answer type question\"\r\n        },\r\n        {\r\n            \"type\": \"longAnswer\",\r\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\r\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\r\n            \"questionMarks\": 5,\r\n            \"description\": \"This is another long answer type question\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/domain/question/addMultiple"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3984"},{"key":"ETag","value":"W/\"f90-PhrhPbw2vWdGPN+bZRNeCXg5u2A\""},{"key":"Date","value":"Thu, 03 Dec 2020 15:51:18 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Questions added\",\n    \"result\": [\n        {\n            \"type\": \"singleCorrect\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 1,\n            \"description\": \"Select the correct option\",\n            \"options\": [\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option One\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e122\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option Two\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e123\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option Three\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e124\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option Four\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e125\"\n                }\n            ],\n            \"__v\": 0\n        },\n        {\n            \"type\": \"singleCorrect\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 1,\n            \"description\": \"This is an mcq with one correct answer\",\n            \"options\": [\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option One\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e126\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option Two\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e127\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option Three\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e128\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option Four\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e129\"\n                }\n            ],\n            \"__v\": 0\n        },\n        {\n            \"type\": \"singleCorrect\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 1,\n            \"description\": \"This is another mcq with one correct answer\",\n            \"options\": [\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option One\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e12a\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option Two\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e12b\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option Three\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e12c\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option Four\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e12d\"\n                }\n            ],\n            \"__v\": 0\n        },\n        {\n            \"type\": \"multipleCorrect\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 1,\n            \"description\": \"Select the correct optionsss\",\n            \"options\": [\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option One\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e12e\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option Two\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e12f\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option Three\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e130\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option Four\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e131\"\n                }\n            ],\n            \"__v\": 0\n        },\n        {\n            \"type\": \"multipleCorrect\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 1,\n            \"description\": \"This is an mcq with multiple correct answers\",\n            \"options\": [\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option One\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e132\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option Two\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e133\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option Three\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e134\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option Four\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e135\"\n                }\n            ],\n            \"__v\": 0\n        },\n        {\n            \"type\": \"multipleCorrect\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 1,\n            \"description\": \"This is another mcq with multiple correct answers\",\n            \"options\": [\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option One\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e136\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option Two\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e137\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option Three\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e138\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option Four\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e139\"\n                }\n            ],\n            \"__v\": 0\n        },\n        {\n            \"type\": \"shortAnswer\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 5,\n            \"description\": \"This is a short answer type question\",\n            \"options\": [],\n            \"__v\": 0\n        },\n        {\n            \"type\": \"shortAnswer\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 5,\n            \"description\": \"This is another short answer type question\",\n            \"options\": [],\n            \"__v\": 0\n        },\n        {\n            \"type\": \"longAnswer\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 5,\n            \"description\": \"This is a long answer type question\",\n            \"options\": [],\n            \"__v\": 0\n        },\n        {\n            \"type\": \"longAnswer\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 5,\n            \"description\": \"This is another long answer type question\",\n            \"options\": [],\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"1df789fe-d3c6-4afa-a1fb-f068ab4e3e80"},{"name":"Get all questions of a domain of a test -- For club admin only","id":"784ebcd9-7d80-4600-a179-873feb895b05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/test/domain/question/all?testId=5fc8fd42edf1d309c4f858ac&domainId=5fc8fd72edf1d309c4f858ad","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route when the club admin wants to view all questions of a domain.  </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: Yes<br />Allowed user type(s): Club  </p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Club details, test details, domain details, and questions of that domain retrieved successfully<br />400: Bad request: 1 or more parameters missing from request query<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","test","domain","question","all"],"host":["{{url}}"],"query":[{"key":"testId","value":"5fc8fd42edf1d309c4f858ac"},{"key":"domainId","value":"5fc8fd72edf1d309c4f858ad"}],"variable":[]}},"response":[{"id":"f863dc7f-6d35-40ed-92e3-b8e1e5a0d522","name":"Get all questions of a domain of a test -- For club admin only","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/test/domain/question/all?testId=5fc8fd42edf1d309c4f858ac&domainId=5fc8fd72edf1d309c4f858ad","host":["{{url}}"],"path":["api","test","domain","question","all"],"query":[{"key":"testId","value":"5fc8fd42edf1d309c4f858ac"},{"key":"domainId","value":"5fc8fd72edf1d309c4f858ad"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4850"},{"key":"ETag","value":"W/\"12f2-u/voabreH6bS3va/NkQUiyBFfWk\""},{"key":"Date","value":"Fri, 04 Dec 2020 11:54:08 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"clubDetails\": {\n        \"_id\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n        \"email\": \"rajat.main06@gmail.com\",\n        \"name\": \"CodeChef-VIT\",\n        \"type\": \"technical\"\n    },\n    \"testDetails\": {\n        \"_id\": \"5fc8fd42edf1d309c4f858ac\",\n        \"roundNumber\": 1,\n        \"roundType\": \"Written\",\n        \"instructions\": \"This is the first round of our recruitment process\",\n        \"scheduledForDate\": 1606797000000,\n        \"scheduledEndDate\": 1607229000000,\n        \"graded\": true\n    },\n    \"domainDetails\": {\n        \"_id\": \"5fc8fd72edf1d309c4f858ad\",\n        \"domainName\": \"Technical\",\n        \"domainDescription\": \"This is the tech domain\",\n        \"domainInstructions\": \"Answer all questions\",\n        \"domainDuration\": 60,\n        \"domainMarks\": 26\n    },\n    \"questions\": [\n        {\n            \"_id\": \"5fc90976e7c24a4af4d5e13a\",\n            \"type\": \"singleCorrect\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 1,\n            \"description\": \"Select the correct option\",\n            \"options\": [\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option One\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e122\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option Two\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e123\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option Three\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e124\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option Four\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e125\"\n                }\n            ],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"5fc90976e7c24a4af4d5e13b\",\n            \"type\": \"singleCorrect\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 1,\n            \"description\": \"This is an mcq with one correct answer\",\n            \"options\": [\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option One\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e126\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option Two\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e127\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option Three\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e128\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option Four\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e129\"\n                }\n            ],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"5fc90976e7c24a4af4d5e13c\",\n            \"type\": \"singleCorrect\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 1,\n            \"description\": \"This is another mcq with one correct answer\",\n            \"options\": [\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option One\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e12a\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option Two\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e12b\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option Three\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e12c\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option Four\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e12d\"\n                }\n            ],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"5fc90976e7c24a4af4d5e13d\",\n            \"type\": \"multipleCorrect\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 1,\n            \"description\": \"Select the correct optionsss\",\n            \"options\": [\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option One\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e12e\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option Two\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e12f\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option Three\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e130\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option Four\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e131\"\n                }\n            ],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"5fc90976e7c24a4af4d5e13e\",\n            \"type\": \"multipleCorrect\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 1,\n            \"description\": \"This is an mcq with multiple correct answers\",\n            \"options\": [\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option One\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e132\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option Two\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e133\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option Three\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e134\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option Four\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e135\"\n                }\n            ],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"5fc90976e7c24a4af4d5e13f\",\n            \"type\": \"multipleCorrect\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 1,\n            \"description\": \"This is another mcq with multiple correct answers\",\n            \"options\": [\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option One\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e136\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option Two\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e137\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option Three\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e138\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option Four\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e139\"\n                }\n            ],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"5fc90976e7c24a4af4d5e140\",\n            \"type\": \"shortAnswer\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 5,\n            \"description\": \"This is a short answer type question\",\n            \"options\": [],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"5fc90976e7c24a4af4d5e141\",\n            \"type\": \"shortAnswer\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 5,\n            \"description\": \"This is another short answer type question\",\n            \"options\": [],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"5fc90976e7c24a4af4d5e142\",\n            \"type\": \"longAnswer\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 5,\n            \"description\": \"This is a long answer type question\",\n            \"options\": [],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"5fc90976e7c24a4af4d5e143\",\n            \"type\": \"longAnswer\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 5,\n            \"description\": \"This is another long answer type question\",\n            \"options\": [],\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"784ebcd9-7d80-4600-a179-873feb895b05"},{"name":"Get all questions of a domain of a test -- For club admin only Copy","id":"59c4e283-96bb-42ea-9d19-48a175419e7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/test/domain/question/all?testId=5fc8fd42edf1d309c4f858ac&domainId=5fc8fd72edf1d309c4f858ad","description":"<h4 id=\"description\">Description</h4>\n<p>Use this route when the club admin wants to view all questions of a domain.  </p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Required: Yes<br />Allowed user type(s): Club  </p>\n<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Club details, test details, domain details, and questions of that domain retrieved successfully<br />400: Bad request: 1 or more parameters missing from request query<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","test","domain","question","all"],"host":["{{url}}"],"query":[{"key":"testId","value":"5fc8fd42edf1d309c4f858ac"},{"key":"domainId","value":"5fc8fd72edf1d309c4f858ad"}],"variable":[]}},"response":[{"id":"0fc47df6-627f-4f26-9f48-88408bdf56aa","name":"Get all questions of a domain of a test -- For club admin only","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/test/domain/question/all?testId=5fc8fd42edf1d309c4f858ac&domainId=5fc8fd72edf1d309c4f858ad","host":["{{url}}"],"path":["api","test","domain","question","all"],"query":[{"key":"testId","value":"5fc8fd42edf1d309c4f858ac"},{"key":"domainId","value":"5fc8fd72edf1d309c4f858ad"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4850"},{"key":"ETag","value":"W/\"12f2-u/voabreH6bS3va/NkQUiyBFfWk\""},{"key":"Date","value":"Fri, 04 Dec 2020 11:54:08 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"clubDetails\": {\n        \"_id\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n        \"email\": \"rajat.main06@gmail.com\",\n        \"name\": \"CodeChef-VIT\",\n        \"type\": \"technical\"\n    },\n    \"testDetails\": {\n        \"_id\": \"5fc8fd42edf1d309c4f858ac\",\n        \"roundNumber\": 1,\n        \"roundType\": \"Written\",\n        \"instructions\": \"This is the first round of our recruitment process\",\n        \"scheduledForDate\": 1606797000000,\n        \"scheduledEndDate\": 1607229000000,\n        \"graded\": true\n    },\n    \"domainDetails\": {\n        \"_id\": \"5fc8fd72edf1d309c4f858ad\",\n        \"domainName\": \"Technical\",\n        \"domainDescription\": \"This is the tech domain\",\n        \"domainInstructions\": \"Answer all questions\",\n        \"domainDuration\": 60,\n        \"domainMarks\": 26\n    },\n    \"questions\": [\n        {\n            \"_id\": \"5fc90976e7c24a4af4d5e13a\",\n            \"type\": \"singleCorrect\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 1,\n            \"description\": \"Select the correct option\",\n            \"options\": [\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option One\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e122\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option Two\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e123\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option Three\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e124\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option Four\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e125\"\n                }\n            ],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"5fc90976e7c24a4af4d5e13b\",\n            \"type\": \"singleCorrect\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 1,\n            \"description\": \"This is an mcq with one correct answer\",\n            \"options\": [\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option One\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e126\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option Two\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e127\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option Three\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e128\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option Four\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e129\"\n                }\n            ],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"5fc90976e7c24a4af4d5e13c\",\n            \"type\": \"singleCorrect\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 1,\n            \"description\": \"This is another mcq with one correct answer\",\n            \"options\": [\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option One\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e12a\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option Two\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e12b\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option Three\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e12c\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option Four\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e12d\"\n                }\n            ],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"5fc90976e7c24a4af4d5e13d\",\n            \"type\": \"multipleCorrect\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 1,\n            \"description\": \"Select the correct optionsss\",\n            \"options\": [\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option One\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e12e\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option Two\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e12f\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option Three\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e130\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option Four\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e131\"\n                }\n            ],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"5fc90976e7c24a4af4d5e13e\",\n            \"type\": \"multipleCorrect\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 1,\n            \"description\": \"This is an mcq with multiple correct answers\",\n            \"options\": [\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option One\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e132\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option Two\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e133\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option Three\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e134\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option Four\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e135\"\n                }\n            ],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"5fc90976e7c24a4af4d5e13f\",\n            \"type\": \"multipleCorrect\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 1,\n            \"description\": \"This is another mcq with multiple correct answers\",\n            \"options\": [\n                {\n                    \"option\": {\n                        \"isCorrect\": false,\n                        \"text\": \"Option One\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e136\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option Two\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e137\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option Three\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e138\"\n                },\n                {\n                    \"option\": {\n                        \"isCorrect\": true,\n                        \"text\": \"Option Four\"\n                    },\n                    \"_id\": \"5fc90976e7c24a4af4d5e139\"\n                }\n            ],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"5fc90976e7c24a4af4d5e140\",\n            \"type\": \"shortAnswer\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 5,\n            \"description\": \"This is a short answer type question\",\n            \"options\": [],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"5fc90976e7c24a4af4d5e141\",\n            \"type\": \"shortAnswer\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 5,\n            \"description\": \"This is another short answer type question\",\n            \"options\": [],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"5fc90976e7c24a4af4d5e142\",\n            \"type\": \"longAnswer\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 5,\n            \"description\": \"This is a long answer type question\",\n            \"options\": [],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"5fc90976e7c24a4af4d5e143\",\n            \"type\": \"longAnswer\",\n            \"testId\": \"5fc8fd42edf1d309c4f858ac\",\n            \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\n            \"questionMarks\": 5,\n            \"description\": \"This is another long answer type question\",\n            \"options\": [],\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"59c4e283-96bb-42ea-9d19-48a175419e7d"},{"name":"Add marks for a question","id":"0995f8e7-3c76-44f2-b642-81339a0a0db6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\r\n    \"questionId\": \"5fc90976e7c24a4af4d5e142\",\r\n    \"studentId\": \"5fc927fbf3c0b412006b7db4\",\r\n    \"marks\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/domain/question/marks","urlObject":{"path":["api","test","domain","question","marks"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"69ec9ca5-bbb0-4b19-bde8-9cdffa33d3e8","name":"Add marks","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"domainId\": \"5fc8fd72edf1d309c4f858ad\",\r\n    \"questionId\": \"5fc90976e7c24a4af4d5e142\",\r\n    \"studentId\": \"5fc927fbf3c0b412006b7db4\",\r\n    \"marks\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/domain/question/marks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"ETag","value":"W/\"15-cV4EF0Q4I1S3mHl/IOEK4ZiMdGU\""},{"key":"Date","value":"Thu, 17 Dec 2020 12:00:28 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Updated\"\n}"}],"_postman_id":"0995f8e7-3c76-44f2-b642-81339a0a0db6"},{"name":"Add question","id":"d26a3db4-b8b5-4830-9862-93f3b177a062","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"type","value":"longAnswer","type":"text"},{"key":"testId","value":"5fc8fd42edf1d309c4f858ac","type":"text"},{"key":"domainId","value":"5fc8fd72edf1d309c4f858ad","type":"text"},{"key":"questionMarks","value":"5","type":"text"},{"key":"description","value":"This is another long answer type question","type":"text"},{"key":"media","type":"file","src":"/C:/Users/YAGAMi/Desktop/New folder/LAST WEEK/18BME0827_PDA2.docx"}]},"url":"{{url}}/api/test/domain/question/add","urlObject":{"path":["api","test","domain","question","add"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3d7cc1cb-bef3-41a9-9bf0-a3252c9e2573","name":"Add question","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"type","value":"longAnswer","type":"text"},{"key":"testId","value":"5fc8fd42edf1d309c4f858ac","type":"text"},{"key":"domainId","value":"5fc8fd72edf1d309c4f858ad","type":"text"},{"key":"questionMarks","value":"5","type":"text"},{"key":"description","value":"This is another long answer type question","type":"text"},{"key":"media","type":"file","src":"/C:/Users/YAGAMi/Desktop/New folder/LAST WEEK/18BME0827_PDA2.docx"}],"options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/domain/question/add"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"28"},{"key":"ETag","value":"W/\"1c-VIsRKDnTA69wglOw/f/+vCRadH4\""},{"key":"Date","value":"Fri, 18 Dec 2020 07:37:24 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Question added\"\n}"}],"_postman_id":"d26a3db4-b8b5-4830-9862-93f3b177a062"},{"name":"Delete a question","id":"62e74f51-69e7-4a40-b2ea-a2ee6d374fdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testId\": \"5fdb1e7991d6c20004463146\",\r\n    \"questionId\":\"5fdb2221878d390004aec369\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/domain/question/delete","description":"<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>200: Question successfully deleted<br />409: You can't delete the question since the test has already started<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","test","domain","question","delete"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a2d9cf57-6d1e-426c-acf2-df964a8d1a05","name":"Delete a question","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testId\": \"5fdb1e7991d6c20004463146\",\r\n    \"questionId\":\"5fdb2221878d390004aec369\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/test/domain/question/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"43"},{"key":"ETag","value":"W/\"2b-umRDbM9Z+u5rtgV07xNIZCahYLA\""},{"key":"Date","value":"Sat, 19 Dec 2020 00:26:03 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Question successfully deleted\"\n}"}],"_postman_id":"62e74f51-69e7-4a40-b2ea-a2ee6d374fdc"}],"id":"79e12da7-c36d-4500-abcb-0c49022842ff","_postman_id":"79e12da7-c36d-4500-abcb-0c49022842ff","description":""},{"name":"Easter egg","item":[{"name":"Generate OTP","id":"47dd316e-78e5-4926-bebd-f484d0b70385","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/easterEgg/generateOTP","urlObject":{"path":["api","easterEgg","generateOTP"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1186d143-3968-4250-b052-8773da82767c","name":"Generate OTP","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/easterEgg/generateOTP"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-FWBdhFIFsNKSoAbW4mVqF4QHRX0\""},{"key":"Date","value":"Thu, 17 Dec 2020 23:30:49 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"otp\": \"659148\"\n}"}],"_postman_id":"47dd316e-78e5-4926-bebd-f484d0b70385"},{"name":"Post form","id":"9e65fab0-228a-4565-94fb-5627dd5b90dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Rajat\",\r\n    \"email\": \"rajat.main06@gmail.com\",\r\n    \"phoneNumber\": 9926817645,\r\n    \"registrationNumber\": \"18bme0827\",\r\n    \"otp\": 659148\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/easterEgg/form","description":"<h4 id=\"possible-status-codes\">Possible status codes:</h4>\n<p>201: Easter egg form successfully submitted<br />400: Bad request: 1 or more parameters missing from request body<br />401: Invalid or already used OTP<br />409: Email already used<br />500: Internal Server Error</p>\n","urlObject":{"path":["api","easterEgg","form"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"157765c3-9036-42c1-8131-032cdb3bf9fb","name":"Post form","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Rajat\",\r\n    \"email\": \"rajat.main06@gmail.com\",\r\n    \"phoneNumber\": 9926817645,\r\n    \"registrationNumber\": \"18bme0827\",\r\n    \"otp\": 659148\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/easterEgg/form"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"52"},{"key":"ETag","value":"W/\"34-xkA+BtSg9zS/j5ihZFXw4SZ4pCU\""},{"key":"Date","value":"Thu, 17 Dec 2020 23:30:58 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Easter egg form successfully submitted\"\n}"}],"_postman_id":"9e65fab0-228a-4565-94fb-5627dd5b90dc"}],"id":"0967eacb-7056-4f85-89a5-3f49ddb56207","_postman_id":"0967eacb-7056-4f85-89a5-3f49ddb56207","description":""},{"name":"DEVELOPMENTBACKEND ","item":[{"name":"Get all clubs","id":"7a204fcf-18a6-4cc4-9612-a91c24fe016f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/dev/allClubs","urlObject":{"path":["dev","allClubs"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7d89168a-c7ec-445c-b52a-f1a5ec55730c","name":"Get all clubs","originalRequest":{"method":"GET","header":[],"url":"{{url}}/dev/allClubs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"20015"},{"key":"ETag","value":"W/\"4e2f-tRgsFBDO5IDtzrFrIXN0kCE6BM4\""},{"key":"Date","value":"Mon, 21 Dec 2020 08:06:54 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"clubs\": [\n        {\n            \"userType\": \"Club\",\n            \"featured\": true,\n            \"bio\": \"We, the Internet of Things Community (IoThinC) are a student-run technical club at the Vellore Institute of Technology. We strive to teach and help students acquire new skills in an era of rapidly evolving technology and increase awareness of the opportunities presented by the Internet of Things as a growing concept.\\n\\nThose of us who have been with the club for some time have found our activities and events to be some of the most rewarding we have ever experienced. We are confident that you too, will enjoy this affiliation. We hope you will join us in our efforts and enjoy our fellowship.\",\n            \"clubAvatar\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/avatars/1608448993263_5fddffe1c0eeb11ff806591e\",\n            \"clubBanner\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/banners/1608448722136_5fddffe1c0eeb11ff806591e\",\n            \"numOfTestsPublished\": 0,\n            \"isEmailVerified\": true,\n            \"isMobileVerified\": false,\n            \"_id\": \"5fddffe1c0eeb11ff806591e\",\n            \"email\": \"iothinc@vit.ac.in\",\n            \"typeOfPartner\": \"Mega\",\n            \"name\": \"IoThinC VIT\",\n            \"type\": \"Technical\",\n            \"username\": \"iothinc\",\n            \"__v\": 1,\n            \"clubImages\": [],\n            \"emailVerificationCode\": 851260,\n            \"emailVerificationCodeExpires\": 1608444046540,\n            \"socialMediaLinks\": [],\n            \"mobileNumber\": 9460324643,\n            \"website\": \"https://www.iothincvit.in/\"\n        },\n        {\n            \"userType\": \"Club\",\n            \"featured\": true,\n            \"bio\": \"C.U.B.E is VIT's first and the only cubing club that was established in the year 2019. Our aim is to provide a platform for students who are into speedcubing and give them the opportunity to get better and give recognition to one of the most underrated talents of rubiks cube solving! With a team of over 50+ members with 4 domains, we work on organising cubing events on various scales!\",\n            \"clubAvatar\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/avatars/1608399052940_5fddffe1c0eeb11ff8065920\",\n            \"clubBanner\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/banners/1608400875109_5fddffe1c0eeb11ff8065920\",\n            \"numOfTestsPublished\": 1,\n            \"isEmailVerified\": true,\n            \"isMobileVerified\": false,\n            \"_id\": \"5fddffe1c0eeb11ff8065920\",\n            \"email\": \"cubing@vit.ac.in\",\n            \"typeOfPartner\": \"Mega\",\n            \"name\": \"C.U.B.E VIT\",\n            \"type\": \"Health and Wellness\",\n            \"username\": \"cubing\",\n            \"__v\": 1,\n            \"clubImages\": [],\n            \"emailVerificationCode\": 109579,\n            \"emailVerificationCodeExpires\": 1608390073866,\n            \"socialMediaLinks\": [],\n            \"mobileNumber\": 6303618891,\n            \"website\": \"https://cubevit.herokuapp.com/\"\n        },\n        {\n            \"userType\": \"Club\",\n            \"featured\": false,\n            \"bio\": \"Enter your bio\",\n            \"clubAvatar\": \"https://drive.google.com/file/d/1oYcNwJC0bPRyFE72Z-1CFu3S30EbPWNg/view?usp=sharing\",\n            \"clubBanner\": \"https://drive.google.com/file/d/1mj7b1-CgB4VuFAVVd_NIP-pJxDvkUpRs/view?usp=sharing\",\n            \"numOfTestsPublished\": 0,\n            \"isEmailVerified\": false,\n            \"isMobileVerified\": false,\n            \"_id\": \"5fddffe1c0eeb11ff8065921\",\n            \"email\": \"ayuda@vit.ac.in\",\n            \"typeOfPartner\": \"Mega\",\n            \"clubImages\": [],\n            \"socialMediaLinks\": []\n        },\n        {\n            \"userType\": \"Club\",\n            \"featured\": true,\n            \"bio\": \"We are an elite group of technology enthusiasts and geeks who sense and love technology around us. All the Tech YouTubers, Gadget freaks, Geeks and who are passionate about technology, can join our community. Hosting events related to new gadgets, innovations, posting blogs on technology and mainly enjoying technology is in us. Come join us today!\",\n            \"clubAvatar\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/avatars/1608398427977_5fddffe1c0eeb11ff8065922\",\n            \"clubBanner\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/banners/1608398672713_5fddffe1c0eeb11ff8065922\",\n            \"numOfTestsPublished\": 0,\n            \"isEmailVerified\": true,\n            \"isMobileVerified\": false,\n            \"_id\": \"5fddffe1c0eeb11ff8065922\",\n            \"email\": \"digitsquad@vit.ac.in\",\n            \"typeOfPartner\": \"Mega\",\n            \"name\": \"DigitSQUAD VIT\",\n            \"type\": \"Technical\",\n            \"username\": \"digitsquadvitv\",\n            \"__v\": 1,\n            \"clubImages\": [],\n            \"emailVerificationCode\": 248600,\n            \"emailVerificationCodeExpires\": 1608399549155,\n            \"socialMediaLinks\": [],\n            \"mobileNumber\": 9666207007,\n            \"website\": \"http://digitsquadvitv.herokuapp.com/\"\n        },\n        {\n            \"userType\": \"Club\",\n            \"featured\": true,\n            \"bio\": \"The Institution of Engineers (India) is a nationwide non-profit organization engaged in promoting the general advancement of engineering and related science in India.. It is a professional society which besets all the disciplines of engineering. In VIT, the IE(I) has its students’chapter which acts as the forum for technical, academics and other non-technical development and achievements.\\n To mention about the importance of IE(I), we see that the Institution of Engineers (India) is the first professional body to represent India in several International Bodies, such as the World Mining Congress (WMC), the World Federation of Engineering Organizations (WFEO), the Commonwealth Engineers’ Council (CEC), the Federation Internationale du Beton (fib), and the Federation of Engineering Institutions of South and Central Asia (FEISCA). It also has bilateral agreements with a number of professional societies across the globe.\\n\\nThe Institution of Engineers (India) functions with and amongst the professional engineers, academicians and research workers and provides a vast array of technical, professional and supporting services to the government and the industries along with the academic and engineering communities.\\nIE(I) renders its services to its members through various technical events and activities.\\nThese include-\\n•\\tSeminars, symposia, conferences, paper meetings, workshops, etc\\n•\\tProvides access to R&D activities\\n•\\tHighlights new achievements and other advancements through the IE(I) news (in tabloids, etc)\\nWith as many services as such mentioned above, IE(I) helps its members from all the disciplines of engineering to upgrade in their respective fields and also other technical aspects.\\n\\nOur chapter at VIT University is an active student chapter which\\norganizes events and workshops for students. Some events are exclusive to members. Membership is available throughout the year. By joining (IEI), students get a certificate mentioning their active participation in the conducted events.Active participation nurtures talent and we are here to give you opportunities. IE (I) is a platform for all the budding engineers with different areas of interests. Engineers of different branches are grouped together and their technical and management skills are given a chance to advance at the University level. IE(I) student’s chapter (VIT) ,is in the service of these future engineers and researchers, to help explore more areas of technology and science\\nThis chapter conducts various events which may be branch specific or an idea evolved by the combination of the techniques used in various branches\",\n            \"clubAvatar\": \"https://scontent.fmaa1-3.fna.fbcdn.net/v/t1.0-9/1385859_672058099485774_298591407_n.jpg?_nc_cat=101&ccb=2&_nc_sid=09cbfe&_nc_ohc=oBkI4AxLcHQAX_2QWda&_nc_ht=scontent.fmaa1-3.fna&oh=9cea987edf88b7b537a99bbb5d89fcab&oe=60062CE4\",\n            \"clubBanner\": \"https://scontent.fmaa1-3.fna.fbcdn.net/v/t1.0-9/98072878_3259927814032110_5335573266922733568_o.jpg?_nc_cat=107&ccb=2&_nc_sid=e3f864&_nc_ohc=4vtsUGIxFoIAX-HNX9c&_nc_ht=scontent.fmaa1-3.fna&oh=e8cc68fda77e600530838c37b2d0709a&oe=6006FDAB\",\n            \"numOfTestsPublished\": 1,\n            \"isEmailVerified\": true,\n            \"isMobileVerified\": false,\n            \"_id\": \"5fde063a6ddabc5e08a3f565\",\n            \"email\": \"iei@vit.ac.in\",\n            \"typeOfPartner\": \"Mega\",\n            \"name\": \"IE(I) VIT\",\n            \"type\": \"Technical\",\n            \"username\": \"ie(i)\",\n            \"__v\": 1,\n            \"clubImages\": [],\n            \"emailVerificationCode\": 515377,\n            \"emailVerificationCodeExpires\": 1608387894572,\n            \"socialMediaLinks\": [],\n            \"mobileNumber\": 9760651943,\n            \"website\": \"https://www.instagram.com/iei_vit/?hl=en\",\n            \"redirectURL\": null\n        },\n        {\n            \"userType\": \"Club\",\n            \"featured\": false,\n            \"bio\": \"The VIT Student Chapter of the American Institute of Chemical Engineers is a part of the AIChE Global, the Global Home for Chemical Engineers and is a platform which aims to provide the budding chemical engineers all the resources they would ever need. Here at AIChE-VIT, we aim to embody the same spirit as continuously try and provide the best national and international platforms to our chapter members to express themselves.Chapter members receive various international awards including The International Student Chapter Leadership Development Travel Grant, The Sophomore Academic Excellence Award,The Freshman Recognition Award and many more.AIChE-VIT has also been adjudged as the AIChE best student chapter award for 5 times in a row.\",\n            \"clubAvatar\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/avatars/1608389149820_5fde0f836ddabc5e08a3f566\",\n            \"clubBanner\": \"https://drive.google.com/file/d/1mj7b1-CgB4VuFAVVd_NIP-pJxDvkUpRs/view?usp=sharing\",\n            \"numOfTestsPublished\": 0,\n            \"isEmailVerified\": true,\n            \"isMobileVerified\": false,\n            \"_id\": \"5fde0f836ddabc5e08a3f566\",\n            \"email\": \"aiche@vit.ac.in\",\n            \"typeOfPartner\": \"Mega\",\n            \"name\": \"AIChE-VIT\",\n            \"type\": \"Technical\",\n            \"username\": \"AIChE-VIT\",\n            \"__v\": 1,\n            \"clubImages\": [],\n            \"emailVerificationCode\": 222197,\n            \"emailVerificationCodeExpires\": 1608390196238,\n            \"socialMediaLinks\": [],\n            \"mobileNumber\": 9893348979,\n            \"website\": \"www.aichevit.com/\"\n        },\n        {\n            \"userType\": \"Club\",\n            \"featured\": true,\n            \"bio\": \"Is it possible to pick documentaries over watching F. R. I. E. N. D. S. for the 10th time? \\nCan serious podcasts emerge from the \\\"Watch \\nLater\\\" grave, and dethrone pop playlists from your top recommendations list? \\nCan random comedic YouTube videos you're guilty of binging on be replaced by a daily dose of current affairs?\\nTrust us, it'll all happen faster than you think. \",\n            \"clubAvatar\": \"https://scontent.fmaa1-3.fna.fbcdn.net/v/t1.0-9/62397501_10161976397815046_8004005803335876608_n.jpg?_nc_cat=104&ccb=2&_nc_sid=09cbfe&_nc_ohc=uvV8mFdaVSMAX9PWtUM&_nc_ht=scontent.fmaa1-3.fna&oh=4102eaa4ccbdb3f7eb7a46d7ec45a668&oe=60046B74\",\n            \"clubBanner\": \"https://scontent.fmaa1-4.fna.fbcdn.net/v/t1.0-9/80457193_10162842503495046_1541919119262089216_n.jpg?_nc_cat=109&ccb=2&_nc_sid=e3f864&_nc_ohc=hU90XxwfF1EAX-OwV7q&_nc_ht=scontent.fmaa1-4.fna&oh=2745c18afebb3fce0458b52df96274ad&oe=6005D3CF\",\n            \"numOfTestsPublished\": 1,\n            \"isEmailVerified\": true,\n            \"isMobileVerified\": false,\n            \"_id\": \"5fde0fca6ddabc5e08a3f567\",\n            \"email\": \"debsoc@vit.ac.in\",\n            \"typeOfPartner\": \"Mega\",\n            \"name\": \"The Debate Society\",\n            \"type\": \"Literature\",\n            \"username\": \"The Debate Society\",\n            \"__v\": 1,\n            \"clubImages\": [],\n            \"emailVerificationCode\": 860920,\n            \"emailVerificationCodeExpires\": 1608391304636,\n            \"socialMediaLinks\": [],\n            \"mobileNumber\": 8105963587,\n            \"website\": \"https://www.instagram.com/vitdebsoc/?hl=en\"\n        },\n        {\n            \"userType\": \"Club\",\n            \"featured\": false,\n            \"bio\": \"Enter your bioI am a Software Developer with a demonstrated history of working in the Web Development and Cloud Computing Domains. I am also a strong business development professional with plenty of experience in the Marketing (Digital Marketing, SEO, SEM & Offline Marketing) and Management (Operations, Events, Sponsorship & Content) sectors.\\n\\nWhen I am not coding, I am organising or taking part in workshops, webinars & hackathons, writing blogs, solving doubts and mentoring students.\\n\\nI'm always open to have a talk about anything. I love meeting new people and hence look forward to your messages and connections. \",\n            \"clubAvatar\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/avatars/1608390208903_5fde15981cf928e63c9831cd\",\n            \"clubBanner\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/banners/1608390217386_5fde15981cf928e63c9831cd\",\n            \"numOfTestsPublished\": 0,\n            \"isEmailVerified\": true,\n            \"isMobileVerified\": false,\n            \"_id\": \"5fde15981cf928e63c9831cd\",\n            \"email\": \"akshatvg23@gmail.com\",\n            \"typeOfPartner\": \"Mega\",\n            \"name\": \"Akshat Gupta\",\n            \"type\": \"Other\",\n            \"username\": \"akshatvg\",\n            \"__v\": 1,\n            \"clubImages\": [],\n            \"emailVerificationCode\": 103909,\n            \"emailVerificationCodeExpires\": 1608391374973,\n            \"socialMediaLinks\": [],\n            \"mobileNumber\": 9600093179,\n            \"website\": \"https://www.akshatvg.com\"\n        },\n        {\n            \"userType\": \"Club\",\n            \"featured\": true,\n            \"bio\": \"Mozilla Firefox Club VIT is one of the largest developers' communities in VIT University aiding you to change your ideas into reality. It is a technical club dedicated to expand the technical know-how and productivity of all the future engineers and scientists. It is a common platform for intercollege Technical Activities. Under the precious guidance of the faculty members, this club is all set to and will create new horizons in the development of the college.\\n\\nMembers have immense dedication and devotion towards work, and toil very hard with a \\\"never say die\\\" spirit to achieve a singular goal of excellence in the field of technology with insuppressible zeal. Here at MFC-VIT, we upgrade, stimulate, and educate our fellow members to succeed in our ambitious dreams! This club constitutes handful of students but represents the wishes of all the students and duty to steer the college towards a brighter and glorious future, all set to make a dent in the universe.\",\n            \"clubAvatar\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/avatars/1608492018330_5fde204b1cf928e63c9831ce\",\n            \"clubBanner\": \"https://scontent.fmaa1-4.fna.fbcdn.net/v/t1.0-9/28377903_1494812690644098_5977814089023048360_n.jpg?_nc_cat=111&ccb=2&_nc_sid=e3f864&_nc_ohc=NtNRcGSz35oAX8E_AbY&_nc_ht=scontent.fmaa1-4.fna&oh=bea88d45f91a5afed9628d4189fdd713&oe=60040084\",\n            \"numOfTestsPublished\": 0,\n            \"isEmailVerified\": true,\n            \"isMobileVerified\": false,\n            \"_id\": \"5fde204b1cf928e63c9831ce\",\n            \"email\": \"mozillavit@gmail.com\",\n            \"typeOfPartner\": \"Nano\",\n            \"name\": \"Mozilla Firefox Club\",\n            \"type\": \"Technical\",\n            \"username\": \"mfcvit\",\n            \"__v\": 1,\n            \"clubImages\": [],\n            \"emailVerificationCode\": 538299,\n            \"emailVerificationCodeExpires\": 1608492876337,\n            \"socialMediaLinks\": [],\n            \"mobileNumber\": 9597682626,\n            \"website\": \"mfcvit.in\"\n        },\n        {\n            \"userType\": \"Club\",\n            \"featured\": false,\n            \"bio\": \"Enter your bio\",\n            \"clubAvatar\": \"https://drive.google.com/file/d/1oYcNwJC0bPRyFE72Z-1CFu3S30EbPWNg/view?usp=sharing\",\n            \"clubBanner\": \"https://drive.google.com/file/d/1mj7b1-CgB4VuFAVVd_NIP-pJxDvkUpRs/view?usp=sharing\",\n            \"numOfTestsPublished\": 0,\n            \"isEmailVerified\": false,\n            \"isMobileVerified\": false,\n            \"_id\": \"5fde250d1cf928e63c9831cf\",\n            \"email\": \"creation@vit.ac.in\",\n            \"typeOfPartner\": \"Mega\",\n            \"clubImages\": [],\n            \"socialMediaLinks\": []\n        },\n        {\n            \"userType\": \"Club\",\n            \"featured\": false,\n            \"bio\": \"Enter your bio\",\n            \"clubAvatar\": \"https://drive.google.com/file/d/1oYcNwJC0bPRyFE72Z-1CFu3S30EbPWNg/view?usp=sharing\",\n            \"clubBanner\": \"https://drive.google.com/file/d/1mj7b1-CgB4VuFAVVd_NIP-pJxDvkUpRs/view?usp=sharing\",\n            \"numOfTestsPublished\": 0,\n            \"isEmailVerified\": false,\n            \"isMobileVerified\": false,\n            \"_id\": \"5fde259c1cf928e63c9831d0\",\n            \"email\": \"dscvitvellore@gmail.com\",\n            \"type\": \"Nano\",\n            \"clubImages\": [],\n            \"socialMediaLinks\": []\n        },\n        {\n            \"userType\": \"Club\",\n            \"featured\": false,\n            \"bio\": \"Enter your bio\",\n            \"clubAvatar\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/avatars/1608396953139_5fde2be71cf928e63c9831d1\",\n            \"clubBanner\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/banners/1608400604311_5fde2be71cf928e63c9831d1\",\n            \"numOfTestsPublished\": 0,\n            \"isEmailVerified\": true,\n            \"isMobileVerified\": false,\n            \"_id\": \"5fde2be71cf928e63c9831d1\",\n            \"email\": \"dramatics@vit.ac.in\",\n            \"typeOfPartner\": \"Mega\",\n            \"name\": \"VIT Dramatics Club\",\n            \"type\": \"Arts and Culturals\",\n            \"username\": \"vitdramatics\",\n            \"__v\": 1,\n            \"clubImages\": [],\n            \"emailVerificationCode\": 726104,\n            \"emailVerificationCodeExpires\": 1608397686676,\n            \"socialMediaLinks\": []\n        },\n        {\n            \"userType\": \"Club\",\n            \"featured\": false,\n            \"bio\": \"Enter your bio\",\n            \"clubAvatar\": \"https://drive.google.com/file/d/1oYcNwJC0bPRyFE72Z-1CFu3S30EbPWNg/view?usp=sharing\",\n            \"clubBanner\": \"https://drive.google.com/file/d/1mj7b1-CgB4VuFAVVd_NIP-pJxDvkUpRs/view?usp=sharing\",\n            \"numOfTestsPublished\": 0,\n            \"isEmailVerified\": false,\n            \"isMobileVerified\": false,\n            \"_id\": \"5fdf62a81cf928e63c9831d2\",\n            \"email\": \"siam@vit.ac.in\",\n            \"typeOfPartner\": \"Mega\",\n            \"clubImages\": [],\n            \"socialMediaLinks\": []\n        },\n        {\n            \"userType\": \"Club\",\n            \"featured\": true,\n            \"bio\": \"Love football? Love robots? \\n\\nTeam FootBrawlers makes robots which play football autonomously and take part in various competitions such as the RoboCup.\\n\\nBe a part of VIT's first and South India's second team to work on such a concept. Electrical, Computer Science, Mechanical & Sponsorships- Choose your domain today!\",\n            \"clubAvatar\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/avatars/1608499966701_5fdf63141cf928e63c9831d3\",\n            \"clubBanner\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/banners/1608499865140_5fdf63141cf928e63c9831d3\",\n            \"numOfTestsPublished\": 0,\n            \"isEmailVerified\": true,\n            \"isMobileVerified\": false,\n            \"_id\": \"5fdf63141cf928e63c9831d3\",\n            \"email\": \"teamfootbrawlersvit@gmail.com\",\n            \"typeOfPartner\": \"Mega\",\n            \"name\": \"Team FootBrawlers VIT\",\n            \"type\": \"Technical\",\n            \"username\": \"footbrawlers\",\n            \"__v\": 1,\n            \"clubImages\": [],\n            \"emailVerificationCode\": 527731,\n            \"emailVerificationCodeExpires\": 1608500850769,\n            \"socialMediaLinks\": [],\n            \"mobileNumber\": 8122382788,\n            \"website\": \"https://teamfootbrawlersvit.netlify.app\"\n        },\n        {\n            \"userType\": \"Club\",\n            \"featured\": false,\n            \"bio\": \"Enter your bio\",\n            \"clubAvatar\": \"https://drive.google.com/file/d/1oYcNwJC0bPRyFE72Z-1CFu3S30EbPWNg/view?usp=sharing\",\n            \"clubBanner\": \"https://drive.google.com/file/d/1mj7b1-CgB4VuFAVVd_NIP-pJxDvkUpRs/view?usp=sharing\",\n            \"numOfTestsPublished\": 0,\n            \"isEmailVerified\": false,\n            \"isMobileVerified\": false,\n            \"_id\": \"5fdf63281cf928e63c9831d4\",\n            \"email\": \"anokha.vit@gmail.com\",\n            \"typeOfPartner\": \"Mega\",\n            \"clubImages\": [],\n            \"socialMediaLinks\": []\n        },\n        {\n            \"userType\": \"Club\",\n            \"featured\": false,\n            \"bio\": \"Enter your bio\",\n            \"clubAvatar\": \"https://drive.google.com/file/d/1oYcNwJC0bPRyFE72Z-1CFu3S30EbPWNg/view?usp=sharing\",\n            \"clubBanner\": \"https://drive.google.com/file/d/1mj7b1-CgB4VuFAVVd_NIP-pJxDvkUpRs/view?usp=sharing\",\n            \"numOfTestsPublished\": 0,\n            \"isEmailVerified\": false,\n            \"isMobileVerified\": false,\n            \"_id\": \"5fdf63791cf928e63c9831d5\",\n            \"email\": \"linux@vit.ac.in\",\n            \"typeOfParter\": \"Nano\",\n            \"clubImages\": [],\n            \"socialMediaLinks\": []\n        },\n        {\n            \"userType\": \"Club\",\n            \"featured\": false,\n            \"bio\": \"Enter your bio\",\n            \"clubAvatar\": \"https://drive.google.com/file/d/1oYcNwJC0bPRyFE72Z-1CFu3S30EbPWNg/view?usp=sharing\",\n            \"clubBanner\": \"https://drive.google.com/file/d/1mj7b1-CgB4VuFAVVd_NIP-pJxDvkUpRs/view?usp=sharing\",\n            \"numOfTestsPublished\": 0,\n            \"isEmailVerified\": false,\n            \"isMobileVerified\": false,\n            \"_id\": \"5fdf63e71cf928e63c9831d6\",\n            \"email\": \"ieeevitvelloresb@gmail.com\",\n            \"typeOfPartner\": \"Nano\",\n            \"clubImages\": [],\n            \"socialMediaLinks\": []\n        },\n        {\n            \"userType\": \"Club\",\n            \"featured\": true,\n            \"bio\": \"The wait is finally over 🎉🎉🎉\\n\\nDo you want to be a part of one of the best technical chapters of VIT 🤩\\n\\nDo you want to spend the rest of your days in VIT with a family who will guide you through your college life and help you learn and grow as an engineer and as a person.\\n\\nIETE - ISF brings to you core committee selection 2020-21🥳🥳🥳\\n\\nTo give the Recruitment Test for IETE, go to the following link:\\n\\nhttp://bit.ly/IETE-RecruitmentsPortal\\n\\n\\nRound 1 open till 21st December Midnight.\",\n            \"clubAvatar\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/avatars/1608497051011_5fdf643e1cf928e63c9831d7\",\n            \"clubBanner\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/banners/1608497240708_5fdf643e1cf928e63c9831d7\",\n            \"numOfTestsPublished\": 1,\n            \"isEmailVerified\": true,\n            \"isMobileVerified\": false,\n            \"_id\": \"5fdf643e1cf928e63c9831d7\",\n            \"email\": \"iete@vit.ac.in\",\n            \"typeOfPartner\": \"Nano\",\n            \"name\": \"IETE\",\n            \"type\": \"Technical\",\n            \"username\": \"IETE\",\n            \"__v\": 1,\n            \"clubImages\": [],\n            \"emailVerificationCode\": 621011,\n            \"emailVerificationCodeExpires\": 1608498087381,\n            \"socialMediaLinks\": [],\n            \"mobileNumber\": 9674943039,\n            \"website\": \"https://www.ietevit.com/\",\n            \"redirectURL\": \"https://ieterecruitmentportal.herokuapp.com/\"\n        },\n        {\n            \"userType\": \"Club\",\n            \"featured\": true,\n            \"bio\": \"CodeChef-VIT is a non-commercial organisation with a goal to provide a platform for programmers and developers everywhere to meet, compete & have fun. \\n\\nIf you find yourself craving growth, not just in technical skills, but in multiple and diverse avenues, look no further. CodeChef-VIT family extends a warm welcome towards anyone who loves the vast field of technology in all its domains.\",\n            \"clubAvatar\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/avatars/1608502074327_5fdfc7771cf928e63c9831d8\",\n            \"clubBanner\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/banners/1608502437170_5fdfc7771cf928e63c9831d8\",\n            \"numOfTestsPublished\": 0,\n            \"isEmailVerified\": true,\n            \"isMobileVerified\": false,\n            \"_id\": \"5fdfc7771cf928e63c9831d8\",\n            \"email\": \"codechef@vit.ac.in\",\n            \"typeOfPartner\": \"Giga\",\n            \"name\": \"CodeChef-VIT\",\n            \"type\": \"Technical\",\n            \"username\": \"codechefvit\",\n            \"__v\": 1,\n            \"clubImages\": [],\n            \"emailVerificationCode\": 950009,\n            \"emailVerificationCodeExpires\": 1608502504046,\n            \"socialMediaLinks\": [],\n            \"mobileNumber\": 7014531554,\n            \"website\": \"https://www.codechefvit.com\"\n        }\n    ]\n}"}],"_postman_id":"7a204fcf-18a6-4cc4-9612-a91c24fe016f"},{"name":"Get all featured clubs","id":"2522d9d0-d979-460a-aec0-7ebc9cfe158c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/dev/allFeaturedClubs","urlObject":{"path":["dev","allFeaturedClubs"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8267f702-98c6-41a3-bd97-5baea207e686","name":"Get all featured clubs","originalRequest":{"method":"GET","header":[],"url":"{{url}}/dev/allFeaturedClubs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"12167"},{"key":"ETag","value":"W/\"2f87-GW+jlRWXrap974rV7EAnm39svUQ\""},{"key":"Date","value":"Mon, 21 Dec 2020 08:07:18 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"clubs\": [\n        {\n            \"featured\": true,\n            \"bio\": \"CodeChef-VIT is a non-commercial organisation with a goal to provide a platform for programmers and developers everywhere to meet, compete & have fun. \\n\\nIf you find yourself craving growth, not just in technical skills, but in multiple and diverse avenues, look no further. CodeChef-VIT family extends a warm welcome towards anyone who loves the vast field of technology in all its domains.\",\n            \"clubAvatar\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/avatars/1608502074327_5fdfc7771cf928e63c9831d8\",\n            \"clubBanner\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/banners/1608502437170_5fdfc7771cf928e63c9831d8\",\n            \"numOfTestsPublished\": 0,\n            \"_id\": \"5fdfc7771cf928e63c9831d8\",\n            \"email\": \"codechef@vit.ac.in\",\n            \"typeOfPartner\": \"Giga\",\n            \"name\": \"CodeChef-VIT\",\n            \"type\": \"Technical\",\n            \"username\": \"codechefvit\",\n            \"clubImages\": [],\n            \"socialMediaLinks\": [],\n            \"mobileNumber\": 7014531554,\n            \"website\": \"https://www.codechefvit.com\"\n        },\n        {\n            \"featured\": true,\n            \"bio\": \"We, the Internet of Things Community (IoThinC) are a student-run technical club at the Vellore Institute of Technology. We strive to teach and help students acquire new skills in an era of rapidly evolving technology and increase awareness of the opportunities presented by the Internet of Things as a growing concept.\\n\\nThose of us who have been with the club for some time have found our activities and events to be some of the most rewarding we have ever experienced. We are confident that you too, will enjoy this affiliation. We hope you will join us in our efforts and enjoy our fellowship.\",\n            \"clubAvatar\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/avatars/1608448993263_5fddffe1c0eeb11ff806591e\",\n            \"clubBanner\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/banners/1608448722136_5fddffe1c0eeb11ff806591e\",\n            \"numOfTestsPublished\": 0,\n            \"_id\": \"5fddffe1c0eeb11ff806591e\",\n            \"email\": \"iothinc@vit.ac.in\",\n            \"typeOfPartner\": \"Mega\",\n            \"name\": \"IoThinC VIT\",\n            \"type\": \"Technical\",\n            \"username\": \"iothinc\",\n            \"clubImages\": [],\n            \"socialMediaLinks\": [],\n            \"mobileNumber\": 9460324643,\n            \"website\": \"https://www.iothincvit.in/\"\n        },\n        {\n            \"featured\": true,\n            \"bio\": \"C.U.B.E is VIT's first and the only cubing club that was established in the year 2019. Our aim is to provide a platform for students who are into speedcubing and give them the opportunity to get better and give recognition to one of the most underrated talents of rubiks cube solving! With a team of over 50+ members with 4 domains, we work on organising cubing events on various scales!\",\n            \"clubAvatar\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/avatars/1608399052940_5fddffe1c0eeb11ff8065920\",\n            \"clubBanner\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/banners/1608400875109_5fddffe1c0eeb11ff8065920\",\n            \"numOfTestsPublished\": 1,\n            \"_id\": \"5fddffe1c0eeb11ff8065920\",\n            \"email\": \"cubing@vit.ac.in\",\n            \"typeOfPartner\": \"Mega\",\n            \"name\": \"C.U.B.E VIT\",\n            \"type\": \"Health and Wellness\",\n            \"username\": \"cubing\",\n            \"clubImages\": [],\n            \"socialMediaLinks\": [],\n            \"mobileNumber\": 6303618891,\n            \"website\": \"https://cubevit.herokuapp.com/\"\n        },\n        {\n            \"featured\": true,\n            \"bio\": \"We are an elite group of technology enthusiasts and geeks who sense and love technology around us. All the Tech YouTubers, Gadget freaks, Geeks and who are passionate about technology, can join our community. Hosting events related to new gadgets, innovations, posting blogs on technology and mainly enjoying technology is in us. Come join us today!\",\n            \"clubAvatar\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/avatars/1608398427977_5fddffe1c0eeb11ff8065922\",\n            \"clubBanner\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/banners/1608398672713_5fddffe1c0eeb11ff8065922\",\n            \"numOfTestsPublished\": 0,\n            \"_id\": \"5fddffe1c0eeb11ff8065922\",\n            \"email\": \"digitsquad@vit.ac.in\",\n            \"typeOfPartner\": \"Mega\",\n            \"name\": \"DigitSQUAD VIT\",\n            \"type\": \"Technical\",\n            \"username\": \"digitsquadvitv\",\n            \"clubImages\": [],\n            \"socialMediaLinks\": [],\n            \"mobileNumber\": 9666207007,\n            \"website\": \"http://digitsquadvitv.herokuapp.com/\"\n        },\n        {\n            \"featured\": true,\n            \"bio\": \"The Institution of Engineers (India) is a nationwide non-profit organization engaged in promoting the general advancement of engineering and related science in India.. It is a professional society which besets all the disciplines of engineering. In VIT, the IE(I) has its students’chapter which acts as the forum for technical, academics and other non-technical development and achievements.\\n To mention about the importance of IE(I), we see that the Institution of Engineers (India) is the first professional body to represent India in several International Bodies, such as the World Mining Congress (WMC), the World Federation of Engineering Organizations (WFEO), the Commonwealth Engineers’ Council (CEC), the Federation Internationale du Beton (fib), and the Federation of Engineering Institutions of South and Central Asia (FEISCA). It also has bilateral agreements with a number of professional societies across the globe.\\n\\nThe Institution of Engineers (India) functions with and amongst the professional engineers, academicians and research workers and provides a vast array of technical, professional and supporting services to the government and the industries along with the academic and engineering communities.\\nIE(I) renders its services to its members through various technical events and activities.\\nThese include-\\n•\\tSeminars, symposia, conferences, paper meetings, workshops, etc\\n•\\tProvides access to R&D activities\\n•\\tHighlights new achievements and other advancements through the IE(I) news (in tabloids, etc)\\nWith as many services as such mentioned above, IE(I) helps its members from all the disciplines of engineering to upgrade in their respective fields and also other technical aspects.\\n\\nOur chapter at VIT University is an active student chapter which\\norganizes events and workshops for students. Some events are exclusive to members. Membership is available throughout the year. By joining (IEI), students get a certificate mentioning their active participation in the conducted events.Active participation nurtures talent and we are here to give you opportunities. IE (I) is a platform for all the budding engineers with different areas of interests. Engineers of different branches are grouped together and their technical and management skills are given a chance to advance at the University level. IE(I) student’s chapter (VIT) ,is in the service of these future engineers and researchers, to help explore more areas of technology and science\\nThis chapter conducts various events which may be branch specific or an idea evolved by the combination of the techniques used in various branches\",\n            \"clubAvatar\": \"https://scontent.fmaa1-3.fna.fbcdn.net/v/t1.0-9/1385859_672058099485774_298591407_n.jpg?_nc_cat=101&ccb=2&_nc_sid=09cbfe&_nc_ohc=oBkI4AxLcHQAX_2QWda&_nc_ht=scontent.fmaa1-3.fna&oh=9cea987edf88b7b537a99bbb5d89fcab&oe=60062CE4\",\n            \"clubBanner\": \"https://scontent.fmaa1-3.fna.fbcdn.net/v/t1.0-9/98072878_3259927814032110_5335573266922733568_o.jpg?_nc_cat=107&ccb=2&_nc_sid=e3f864&_nc_ohc=4vtsUGIxFoIAX-HNX9c&_nc_ht=scontent.fmaa1-3.fna&oh=e8cc68fda77e600530838c37b2d0709a&oe=6006FDAB\",\n            \"numOfTestsPublished\": 1,\n            \"_id\": \"5fde063a6ddabc5e08a3f565\",\n            \"email\": \"iei@vit.ac.in\",\n            \"typeOfPartner\": \"Mega\",\n            \"name\": \"IE(I) VIT\",\n            \"type\": \"Technical\",\n            \"username\": \"ie(i)\",\n            \"clubImages\": [],\n            \"socialMediaLinks\": [],\n            \"mobileNumber\": 9760651943,\n            \"website\": \"https://www.instagram.com/iei_vit/?hl=en\",\n            \"redirectURL\": null\n        },\n        {\n            \"featured\": true,\n            \"bio\": \"Is it possible to pick documentaries over watching F. R. I. E. N. D. S. for the 10th time? \\nCan serious podcasts emerge from the \\\"Watch \\nLater\\\" grave, and dethrone pop playlists from your top recommendations list? \\nCan random comedic YouTube videos you're guilty of binging on be replaced by a daily dose of current affairs?\\nTrust us, it'll all happen faster than you think. \",\n            \"clubAvatar\": \"https://scontent.fmaa1-3.fna.fbcdn.net/v/t1.0-9/62397501_10161976397815046_8004005803335876608_n.jpg?_nc_cat=104&ccb=2&_nc_sid=09cbfe&_nc_ohc=uvV8mFdaVSMAX9PWtUM&_nc_ht=scontent.fmaa1-3.fna&oh=4102eaa4ccbdb3f7eb7a46d7ec45a668&oe=60046B74\",\n            \"clubBanner\": \"https://scontent.fmaa1-4.fna.fbcdn.net/v/t1.0-9/80457193_10162842503495046_1541919119262089216_n.jpg?_nc_cat=109&ccb=2&_nc_sid=e3f864&_nc_ohc=hU90XxwfF1EAX-OwV7q&_nc_ht=scontent.fmaa1-4.fna&oh=2745c18afebb3fce0458b52df96274ad&oe=6005D3CF\",\n            \"numOfTestsPublished\": 1,\n            \"_id\": \"5fde0fca6ddabc5e08a3f567\",\n            \"email\": \"debsoc@vit.ac.in\",\n            \"typeOfPartner\": \"Mega\",\n            \"name\": \"The Debate Society\",\n            \"type\": \"Literature\",\n            \"username\": \"The Debate Society\",\n            \"clubImages\": [],\n            \"socialMediaLinks\": [],\n            \"mobileNumber\": 8105963587,\n            \"website\": \"https://www.instagram.com/vitdebsoc/?hl=en\"\n        },\n        {\n            \"featured\": true,\n            \"bio\": \"Love football? Love robots? \\n\\nTeam FootBrawlers makes robots which play football autonomously and take part in various competitions such as the RoboCup.\\n\\nBe a part of VIT's first and South India's second team to work on such a concept. Electrical, Computer Science, Mechanical & Sponsorships- Choose your domain today!\",\n            \"clubAvatar\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/avatars/1608499966701_5fdf63141cf928e63c9831d3\",\n            \"clubBanner\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/banners/1608499865140_5fdf63141cf928e63c9831d3\",\n            \"numOfTestsPublished\": 0,\n            \"_id\": \"5fdf63141cf928e63c9831d3\",\n            \"email\": \"teamfootbrawlersvit@gmail.com\",\n            \"typeOfPartner\": \"Mega\",\n            \"name\": \"Team FootBrawlers VIT\",\n            \"type\": \"Technical\",\n            \"username\": \"footbrawlers\",\n            \"clubImages\": [],\n            \"socialMediaLinks\": [],\n            \"mobileNumber\": 8122382788,\n            \"website\": \"https://teamfootbrawlersvit.netlify.app\"\n        },\n        {\n            \"featured\": true,\n            \"bio\": \"Mozilla Firefox Club VIT is one of the largest developers' communities in VIT University aiding you to change your ideas into reality. It is a technical club dedicated to expand the technical know-how and productivity of all the future engineers and scientists. It is a common platform for intercollege Technical Activities. Under the precious guidance of the faculty members, this club is all set to and will create new horizons in the development of the college.\\n\\nMembers have immense dedication and devotion towards work, and toil very hard with a \\\"never say die\\\" spirit to achieve a singular goal of excellence in the field of technology with insuppressible zeal. Here at MFC-VIT, we upgrade, stimulate, and educate our fellow members to succeed in our ambitious dreams! This club constitutes handful of students but represents the wishes of all the students and duty to steer the college towards a brighter and glorious future, all set to make a dent in the universe.\",\n            \"clubAvatar\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/avatars/1608492018330_5fde204b1cf928e63c9831ce\",\n            \"clubBanner\": \"https://scontent.fmaa1-4.fna.fbcdn.net/v/t1.0-9/28377903_1494812690644098_5977814089023048360_n.jpg?_nc_cat=111&ccb=2&_nc_sid=e3f864&_nc_ohc=NtNRcGSz35oAX8E_AbY&_nc_ht=scontent.fmaa1-4.fna&oh=bea88d45f91a5afed9628d4189fdd713&oe=60040084\",\n            \"numOfTestsPublished\": 0,\n            \"_id\": \"5fde204b1cf928e63c9831ce\",\n            \"email\": \"mozillavit@gmail.com\",\n            \"typeOfPartner\": \"Nano\",\n            \"name\": \"Mozilla Firefox Club\",\n            \"type\": \"Technical\",\n            \"username\": \"mfcvit\",\n            \"clubImages\": [],\n            \"socialMediaLinks\": [],\n            \"mobileNumber\": 9597682626,\n            \"website\": \"mfcvit.in\"\n        },\n        {\n            \"featured\": true,\n            \"bio\": \"The wait is finally over 🎉🎉🎉\\n\\nDo you want to be a part of one of the best technical chapters of VIT 🤩\\n\\nDo you want to spend the rest of your days in VIT with a family who will guide you through your college life and help you learn and grow as an engineer and as a person.\\n\\nIETE - ISF brings to you core committee selection 2020-21🥳🥳🥳\\n\\nTo give the Recruitment Test for IETE, go to the following link:\\n\\nhttp://bit.ly/IETE-RecruitmentsPortal\\n\\n\\nRound 1 open till 21st December Midnight.\",\n            \"clubAvatar\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/avatars/1608497051011_5fdf643e1cf928e63c9831d7\",\n            \"clubBanner\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/banners/1608497240708_5fdf643e1cf928e63c9831d7\",\n            \"numOfTestsPublished\": 1,\n            \"_id\": \"5fdf643e1cf928e63c9831d7\",\n            \"email\": \"iete@vit.ac.in\",\n            \"typeOfPartner\": \"Nano\",\n            \"name\": \"IETE\",\n            \"type\": \"Technical\",\n            \"username\": \"IETE\",\n            \"clubImages\": [],\n            \"socialMediaLinks\": [],\n            \"mobileNumber\": 9674943039,\n            \"website\": \"https://www.ietevit.com/\",\n            \"redirectURL\": \"https://ieterecruitmentportal.herokuapp.com/\"\n        }\n    ]\n}"}],"_postman_id":"2522d9d0-d979-460a-aec0-7ebc9cfe158c"},{"name":"Get all tests of a club","id":"26d9e436-7119-4504-b84b-d7042276e191","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/dev/allTestsOfAClub?clubId=5fdfc7771cf928e63c9831d8","urlObject":{"path":["dev","allTestsOfAClub"],"host":["{{url}}"],"query":[{"key":"clubId","value":"5fdfc7771cf928e63c9831d8"}],"variable":[]}},"response":[{"id":"3a13eb58-0371-4585-98fa-882309991c8b","name":"Get all tests of a club","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/dev/allTestsOfAClub?clubId=5fddffe1c0eeb11ff8065920","host":["{{url}}"],"path":["dev","allTestsOfAClub"],"query":[{"key":"clubId","value":"5fddffe1c0eeb11ff8065920"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"6719"},{"key":"ETag","value":"W/\"1a3f-PmODihv2hja46xh6blet+hmbSlk\""},{"key":"Date","value":"Mon, 21 Dec 2020 08:08:59 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"tests\": [\n        {\n            \"finalized\": false,\n            \"published\": true,\n            \"_id\": \"5fde18aac4135f475eeb1f56\",\n            \"clubId\": {\n                \"_id\": \"5fddffe1c0eeb11ff8065920\",\n                \"email\": \"cubing@vit.ac.in\",\n                \"name\": \"C.U.B.E VIT\"\n            },\n            \"roundNumber\": 1,\n            \"roundType\": \"Written\",\n            \"instructions\": \"This test is meant for the official recruitment of CUBE VIT for the year 2021-22. The test consist of 4 domains namely Speed-Cubers, Enthusiasts, Design and Management. The test would be of 1hr duration, and would consist of multiple choice and subjective type questions. BEST OF LUCK!\",\n            \"scheduledForDate\": 1608445800000,\n            \"scheduledEndDate\": 1608834600000,\n            \"users\": [],\n            \"usersStarted\": [\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf043a5ded065d8179666e\",\n                    \"studentId\": \"5fdeee7849613f4c0eb50d70\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf073a5ded065d8179667d\",\n                    \"studentId\": \"5fdf07225ded065d8179667a\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf086f5ded065d81796682\",\n                    \"studentId\": \"5fdf08415ded065d81796680\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf0d485ded065d8179668c\",\n                    \"studentId\": \"5fdf0b075ded065d81796686\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf17075ded065d81796698\",\n                    \"studentId\": \"5fdef47b49613f4c0eb50d78\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf19ec5ded065d817966a8\",\n                    \"studentId\": \"5fdefcd75ded065d8179665f\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf1a215ded065d817966b2\",\n                    \"studentId\": \"5fde2e2f49613f4c0eb50d22\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf24346f057962a84ef8d5\",\n                    \"studentId\": \"5fdefcd75ded065d8179665f\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf24da6f057962a84ef8db\",\n                    \"studentId\": \"5fdefcd75ded065d8179665f\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf24e06f057962a84ef8de\",\n                    \"studentId\": \"5fdf24c76f057962a84ef8d8\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf24f96f057962a84ef8e1\",\n                    \"studentId\": \"5fdeee7849613f4c0eb50d70\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf2658f0e4af641e7aca6e\",\n                    \"studentId\": \"5fdf263af0e4af641e7aca6c\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf2698f0e4af641e7aca71\",\n                    \"studentId\": \"5fdf12435ded065d81796695\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf2740f0e4af641e7aca81\",\n                    \"studentId\": \"5fdf07225ded065d8179667a\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf2c48f0e4af641e7aca99\",\n                    \"studentId\": \"5fde343649613f4c0eb50d2b\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf2c4ff0e4af641e7aca9b\",\n                    \"studentId\": \"5fde343649613f4c0eb50d2b\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf2cc9f0e4af641e7aca9e\",\n                    \"studentId\": \"5fde343649613f4c0eb50d2b\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf2e4cf0e4af641e7acaa0\",\n                    \"studentId\": \"5fde343649613f4c0eb50d2b\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf2f7ef0e4af641e7acaa6\",\n                    \"studentId\": \"5fdf12435ded065d81796695\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf330b743a0965f6a160b3\",\n                    \"studentId\": \"5fde343649613f4c0eb50d2b\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf3310743a0965f6a160b5\",\n                    \"studentId\": \"5fdf32b7743a0965f6a160b1\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf376e743a0965f6a160ce\",\n                    \"studentId\": \"5fdf36fc743a0965f6a160cc\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf3ded743a0965f6a160df\",\n                    \"studentId\": \"5fdf3dd2743a0965f6a160dd\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf4215743a0965f6a160f5\",\n                    \"studentId\": \"5fdf41e9743a0965f6a160ec\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf46d9743a0965f6a16118\",\n                    \"studentId\": \"5fdf45c5743a0965f6a1610e\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf4891743a0965f6a16123\",\n                    \"studentId\": \"5fdf4857743a0965f6a16121\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf4d3f743a0965f6a16137\",\n                    \"studentId\": \"5fdf01565ded065d81796664\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf4e7c743a0965f6a1614f\",\n                    \"studentId\": \"5fdf4e26743a0965f6a1614d\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf4f18743a0965f6a16157\",\n                    \"studentId\": \"5fdf4eed743a0965f6a16154\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf5772743a0965f6a1617d\",\n                    \"studentId\": \"5fdf56d1743a0965f6a16174\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf58f4743a0965f6a16182\",\n                    \"studentId\": \"5fdf543b743a0965f6a16173\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf60b889d3fe018a5116c5\",\n                    \"studentId\": \"5fdf5ef9743a0965f6a161a9\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf7434f6cf88083344d64a\",\n                    \"studentId\": \"5fdf6f7c89d3fe018a5116e1\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf75d2f6cf88083344d64f\",\n                    \"studentId\": \"5fdf75b5f6cf88083344d64d\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf82ddf6cf88083344d69c\",\n                    \"studentId\": \"5fdf82a3f6cf88083344d699\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf8396f6cf88083344d6aa\",\n                    \"studentId\": \"5fdf4e26743a0965f6a1614d\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf8430f6cf88083344d6b5\",\n                    \"studentId\": \"5fdf83f9f6cf88083344d6ad\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf8657f6cf88083344d6cf\",\n                    \"studentId\": \"5fdf8609f6cf88083344d6c7\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf8aa1f6cf88083344d6df\",\n                    \"studentId\": \"5fdf8a78f6cf88083344d6dd\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf8b87f6cf88083344d6e3\",\n                    \"studentId\": \"5fdf8a78f6cf88083344d6dd\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf8c7cf6cf88083344d6e8\",\n                    \"studentId\": \"5fdf8b59f6cf88083344d6e1\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf8d87f6cf88083344d6eb\",\n                    \"studentId\": \"5fdf8a78f6cf88083344d6dd\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf9280f6cf88083344d6f2\",\n                    \"studentId\": \"5fdf8a78f6cf88083344d6dd\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf9726f6cf88083344d70a\",\n                    \"studentId\": \"5fdf9691f6cf88083344d707\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf97a7f6cf88083344d70d\",\n                    \"studentId\": \"5fdf969ef6cf88083344d708\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdfa8cdf6cf88083344d73d\",\n                    \"studentId\": \"5fdfa488f6cf88083344d739\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fe01ed152ed141c40570422\",\n                    \"studentId\": \"5fdf9691f6cf88083344d707\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fe0296952ed141c40570438\",\n                    \"studentId\": \"5fe028f352ed141c40570436\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fe040ab52ed141c4057048b\",\n                    \"studentId\": \"5fe0377252ed141c40570464\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fe043d152ed141c4057049e\",\n                    \"studentId\": \"5fe0377252ed141c40570464\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fe04a8d52ed141c405704da\",\n                    \"studentId\": \"5fe0493052ed141c405704c6\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fe04c7152ed141c405704ea\",\n                    \"studentId\": \"5fe0487252ed141c405704c2\"\n                }\n            ],\n            \"usersFinished\": [],\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"26d9e436-7119-4504-b84b-d7042276e191"},{"name":"Get all published tests of a club","id":"e4012ff6-86df-49a1-b4f8-2636ffd5042b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/dev/allPublishedTestsOfAClub?clubId=5fdfc7771cf928e63c9831d8","urlObject":{"path":["dev","allPublishedTestsOfAClub"],"host":["{{url}}"],"query":[{"key":"clubId","value":"5fdfc7771cf928e63c9831d8"}],"variable":[]}},"response":[{"id":"97c19b16-98f5-4a26-a6bb-806eea5d7626","name":"Get all published tests of a club","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/dev/allPublishedTestsOfAClub?clubId=5fddffe1c0eeb11ff8065920","host":["{{url}}"],"path":["dev","allPublishedTestsOfAClub"],"query":[{"key":"clubId","value":"5fddffe1c0eeb11ff8065920"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"6663"},{"key":"ETag","value":"W/\"1a07-0GZI9ewxWy2+BKtBqxDDPXpC6yY\""},{"key":"Date","value":"Mon, 21 Dec 2020 08:10:43 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"tests\": [\n        {\n            \"finalized\": false,\n            \"published\": true,\n            \"_id\": \"5fde18aac4135f475eeb1f56\",\n            \"clubId\": \"5fddffe1c0eeb11ff8065920\",\n            \"roundNumber\": 1,\n            \"roundType\": \"Written\",\n            \"instructions\": \"This test is meant for the official recruitment of CUBE VIT for the year 2021-22. The test consist of 4 domains namely Speed-Cubers, Enthusiasts, Design and Management. The test would be of 1hr duration, and would consist of multiple choice and subjective type questions. BEST OF LUCK!\",\n            \"scheduledForDate\": 1608445800000,\n            \"scheduledEndDate\": 1608834600000,\n            \"users\": [],\n            \"usersStarted\": [\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf043a5ded065d8179666e\",\n                    \"studentId\": \"5fdeee7849613f4c0eb50d70\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf073a5ded065d8179667d\",\n                    \"studentId\": \"5fdf07225ded065d8179667a\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf086f5ded065d81796682\",\n                    \"studentId\": \"5fdf08415ded065d81796680\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf0d485ded065d8179668c\",\n                    \"studentId\": \"5fdf0b075ded065d81796686\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf17075ded065d81796698\",\n                    \"studentId\": \"5fdef47b49613f4c0eb50d78\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf19ec5ded065d817966a8\",\n                    \"studentId\": \"5fdefcd75ded065d8179665f\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf1a215ded065d817966b2\",\n                    \"studentId\": \"5fde2e2f49613f4c0eb50d22\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf24346f057962a84ef8d5\",\n                    \"studentId\": \"5fdefcd75ded065d8179665f\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf24da6f057962a84ef8db\",\n                    \"studentId\": \"5fdefcd75ded065d8179665f\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf24e06f057962a84ef8de\",\n                    \"studentId\": \"5fdf24c76f057962a84ef8d8\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf24f96f057962a84ef8e1\",\n                    \"studentId\": \"5fdeee7849613f4c0eb50d70\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf2658f0e4af641e7aca6e\",\n                    \"studentId\": \"5fdf263af0e4af641e7aca6c\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf2698f0e4af641e7aca71\",\n                    \"studentId\": \"5fdf12435ded065d81796695\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf2740f0e4af641e7aca81\",\n                    \"studentId\": \"5fdf07225ded065d8179667a\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf2c48f0e4af641e7aca99\",\n                    \"studentId\": \"5fde343649613f4c0eb50d2b\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf2c4ff0e4af641e7aca9b\",\n                    \"studentId\": \"5fde343649613f4c0eb50d2b\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf2cc9f0e4af641e7aca9e\",\n                    \"studentId\": \"5fde343649613f4c0eb50d2b\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf2e4cf0e4af641e7acaa0\",\n                    \"studentId\": \"5fde343649613f4c0eb50d2b\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf2f7ef0e4af641e7acaa6\",\n                    \"studentId\": \"5fdf12435ded065d81796695\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf330b743a0965f6a160b3\",\n                    \"studentId\": \"5fde343649613f4c0eb50d2b\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf3310743a0965f6a160b5\",\n                    \"studentId\": \"5fdf32b7743a0965f6a160b1\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf376e743a0965f6a160ce\",\n                    \"studentId\": \"5fdf36fc743a0965f6a160cc\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf3ded743a0965f6a160df\",\n                    \"studentId\": \"5fdf3dd2743a0965f6a160dd\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf4215743a0965f6a160f5\",\n                    \"studentId\": \"5fdf41e9743a0965f6a160ec\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf46d9743a0965f6a16118\",\n                    \"studentId\": \"5fdf45c5743a0965f6a1610e\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf4891743a0965f6a16123\",\n                    \"studentId\": \"5fdf4857743a0965f6a16121\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf4d3f743a0965f6a16137\",\n                    \"studentId\": \"5fdf01565ded065d81796664\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf4e7c743a0965f6a1614f\",\n                    \"studentId\": \"5fdf4e26743a0965f6a1614d\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf4f18743a0965f6a16157\",\n                    \"studentId\": \"5fdf4eed743a0965f6a16154\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf5772743a0965f6a1617d\",\n                    \"studentId\": \"5fdf56d1743a0965f6a16174\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf58f4743a0965f6a16182\",\n                    \"studentId\": \"5fdf543b743a0965f6a16173\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf60b889d3fe018a5116c5\",\n                    \"studentId\": \"5fdf5ef9743a0965f6a161a9\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf7434f6cf88083344d64a\",\n                    \"studentId\": \"5fdf6f7c89d3fe018a5116e1\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf75d2f6cf88083344d64f\",\n                    \"studentId\": \"5fdf75b5f6cf88083344d64d\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf82ddf6cf88083344d69c\",\n                    \"studentId\": \"5fdf82a3f6cf88083344d699\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf8396f6cf88083344d6aa\",\n                    \"studentId\": \"5fdf4e26743a0965f6a1614d\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf8430f6cf88083344d6b5\",\n                    \"studentId\": \"5fdf83f9f6cf88083344d6ad\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf8657f6cf88083344d6cf\",\n                    \"studentId\": \"5fdf8609f6cf88083344d6c7\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf8aa1f6cf88083344d6df\",\n                    \"studentId\": \"5fdf8a78f6cf88083344d6dd\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf8b87f6cf88083344d6e3\",\n                    \"studentId\": \"5fdf8a78f6cf88083344d6dd\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf8c7cf6cf88083344d6e8\",\n                    \"studentId\": \"5fdf8b59f6cf88083344d6e1\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf8d87f6cf88083344d6eb\",\n                    \"studentId\": \"5fdf8a78f6cf88083344d6dd\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf9280f6cf88083344d6f2\",\n                    \"studentId\": \"5fdf8a78f6cf88083344d6dd\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf9726f6cf88083344d70a\",\n                    \"studentId\": \"5fdf9691f6cf88083344d707\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf97a7f6cf88083344d70d\",\n                    \"studentId\": \"5fdf969ef6cf88083344d708\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdfa8cdf6cf88083344d73d\",\n                    \"studentId\": \"5fdfa488f6cf88083344d739\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fe01ed152ed141c40570422\",\n                    \"studentId\": \"5fdf9691f6cf88083344d707\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fe0296952ed141c40570438\",\n                    \"studentId\": \"5fe028f352ed141c40570436\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fe040ab52ed141c4057048b\",\n                    \"studentId\": \"5fe0377252ed141c40570464\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fe043d152ed141c4057049e\",\n                    \"studentId\": \"5fe0377252ed141c40570464\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fe04a8d52ed141c405704da\",\n                    \"studentId\": \"5fe0493052ed141c405704c6\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fe04c7152ed141c405704ea\",\n                    \"studentId\": \"5fe0487252ed141c405704c2\"\n                }\n            ],\n            \"usersFinished\": [],\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"e4012ff6-86df-49a1-b4f8-2636ffd5042b"},{"name":"Get all domains of a test","id":"831fcdbe-30f5-4836-9ed8-f273045809a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/dev/allDomainsOfATest?testId=5fdf46b4743a0965f6a16116","urlObject":{"path":["dev","allDomainsOfATest"],"host":["{{url}}"],"query":[{"key":"testId","value":"5fdf46b4743a0965f6a16116"}],"variable":[]}},"response":[{"id":"e8143d49-57d5-49c5-b240-5e07694ab522","name":"Get all domains of a test","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/dev/allDomainsOfATest?testId=5fde18aac4135f475eeb1f56","host":["{{url}}"],"path":["dev","allDomainsOfATest"],"query":[{"key":"testId","value":"5fde18aac4135f475eeb1f56"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"68957"},{"key":"ETag","value":"W/\"10d5d-J3v+a2c5iAbkmxaV5pCqwHYgs7g\""},{"key":"Date","value":"Mon, 21 Dec 2020 08:11:57 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"domains\": [\n        {\n            \"domainMarks\": 0,\n            \"domainFinalized\": false,\n            \"_id\": \"5fde19dbc4135f475eeb1f58\",\n            \"testId\": \"5fde18aac4135f475eeb1f56\",\n            \"clubId\": \"5fddffe1c0eeb11ff8065920\",\n            \"domainName\": \"Speed-Cuber\",\n            \"domainDescription\": \"This domain is meant for professional speedcubers who have prior knowledge and experience of solving any number of cubes. In terms of the 3x3, the candidate is suppose to be able to solve it under 25seconds! \",\n            \"domainInstructions\": \"The domain will have questions about your cubing details and some related to your knowledge about cubing.\",\n            \"domainDuration\": 30,\n            \"usersStarted\": [\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf17ad5ded065d817966a5\",\n                    \"studentId\": \"5fdef47b49613f4c0eb50d78\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf19f45ded065d817966a9\",\n                    \"studentId\": \"5fdefcd75ded065d8179665f\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf1a255ded065d817966b4\",\n                    \"studentId\": \"5fde2e2f49613f4c0eb50d22\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf24ee6f057962a84ef8df\",\n                    \"studentId\": \"5fdf24c76f057962a84ef8d8\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf25076f057962a84ef8e2\",\n                    \"studentId\": \"5fdeee7849613f4c0eb50d70\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf331c743a0965f6a160b6\",\n                    \"studentId\": \"5fde343649613f4c0eb50d2b\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf3775743a0965f6a160cf\",\n                    \"studentId\": \"5fdf36fc743a0965f6a160cc\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf9906f6cf88083344d71e\",\n                    \"studentId\": \"5fdf969ef6cf88083344d708\"\n                }\n            ],\n            \"usersFinished\": [\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf2971f0e4af641e7aca87\",\n                    \"studentId\": \"5fdf12435ded065d81796695\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf2971f0e4af641e7aca88\",\n                            \"questionId\": \"5fde1dd7c4135f475eeb1f5f\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf2971f0e4af641e7aca89\",\n                            \"questionId\": \"5fde1e0ec4135f475eeb1f60\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf2971f0e4af641e7aca8a\",\n                            \"questionId\": \"5fde1e8fc4135f475eeb1f63\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf2971f0e4af641e7aca8b\",\n                            \"questionId\": \"5fde1f11c4135f475eeb1f66\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf2971f0e4af641e7aca8c\",\n                            \"questionId\": \"5fde21a2c4135f475eeb1f6c\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf2971f0e4af641e7aca8d\",\n                            \"questionId\": \"5fde237ec4135f475eeb1f6d\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf2971f0e4af641e7aca8e\",\n                            \"questionId\": \"5fde25dcc4135f475eeb1f73\"\n                        }\n                    ],\n                    \"timeTaken\": 10.775366666666667,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608460657589\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf29cdf0e4af641e7aca90\",\n                    \"studentId\": \"5fdf07225ded065d8179667a\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf29cdf0e4af641e7aca91\",\n                            \"questionId\": \"5fde1dd7c4135f475eeb1f5f\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf29cdf0e4af641e7aca92\",\n                            \"questionId\": \"5fde1e0ec4135f475eeb1f60\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf29cdf0e4af641e7aca93\",\n                            \"questionId\": \"5fde1e8fc4135f475eeb1f63\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf29cdf0e4af641e7aca94\",\n                            \"questionId\": \"5fde1f11c4135f475eeb1f66\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf29cdf0e4af641e7aca95\",\n                            \"questionId\": \"5fde21a2c4135f475eeb1f6c\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf29cdf0e4af641e7aca96\",\n                            \"questionId\": \"5fde237ec4135f475eeb1f6d\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf29cdf0e4af641e7aca97\",\n                            \"questionId\": \"5fde25dcc4135f475eeb1f73\"\n                        }\n                    ],\n                    \"timeTaken\": 7.811983333333333,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608460749953\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf3363743a0965f6a160b8\",\n                    \"studentId\": \"5fdf32b7743a0965f6a160b1\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf3363743a0965f6a160b9\",\n                            \"questionId\": \"5fde1dd7c4135f475eeb1f5f\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf3363743a0965f6a160ba\",\n                            \"questionId\": \"5fde1e0ec4135f475eeb1f60\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf3363743a0965f6a160bb\",\n                            \"questionId\": \"5fde1e8fc4135f475eeb1f63\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf3363743a0965f6a160bc\",\n                            \"questionId\": \"5fde1f11c4135f475eeb1f66\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf3363743a0965f6a160bd\",\n                            \"questionId\": \"5fde21a2c4135f475eeb1f6c\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf3363743a0965f6a160be\",\n                            \"questionId\": \"5fde237ec4135f475eeb1f6d\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf3363743a0965f6a160bf\",\n                            \"questionId\": \"5fde25dcc4135f475eeb1f73\"\n                        }\n                    ],\n                    \"timeTaken\": 1.1477666666666666,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608463203176\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf3ecd743a0965f6a160e1\",\n                    \"studentId\": \"5fdf3dd2743a0965f6a160dd\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf3ecd743a0965f6a160e2\",\n                            \"questionId\": \"5fde1dd7c4135f475eeb1f5f\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf3ecd743a0965f6a160e3\",\n                            \"questionId\": \"5fde1e0ec4135f475eeb1f60\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf3ecd743a0965f6a160e4\",\n                            \"questionId\": \"5fde1e8fc4135f475eeb1f63\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf3ecd743a0965f6a160e5\",\n                            \"questionId\": \"5fde1f11c4135f475eeb1f66\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf3ecd743a0965f6a160e6\",\n                            \"questionId\": \"5fde21a2c4135f475eeb1f6c\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf3ecd743a0965f6a160e7\",\n                            \"questionId\": \"5fde237ec4135f475eeb1f6d\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf3ecd743a0965f6a160e8\",\n                            \"questionId\": \"5fde25dcc4135f475eeb1f73\"\n                        }\n                    ],\n                    \"timeTaken\": 3.5646166666666668,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608466125920\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf4415743a0965f6a160fc\",\n                    \"studentId\": \"5fdf41e9743a0965f6a160ec\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4415743a0965f6a160fd\",\n                            \"questionId\": \"5fde1dd7c4135f475eeb1f5f\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4415743a0965f6a160fe\",\n                            \"questionId\": \"5fde1e0ec4135f475eeb1f60\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4415743a0965f6a160ff\",\n                            \"questionId\": \"5fde1e8fc4135f475eeb1f63\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4415743a0965f6a16100\",\n                            \"questionId\": \"5fde1f11c4135f475eeb1f66\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4415743a0965f6a16101\",\n                            \"questionId\": \"5fde21a2c4135f475eeb1f6c\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4415743a0965f6a16102\",\n                            \"questionId\": \"5fde237ec4135f475eeb1f6d\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4415743a0965f6a16103\",\n                            \"questionId\": \"5fde25dcc4135f475eeb1f73\"\n                        }\n                    ],\n                    \"timeTaken\": 8.30355,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608467477920\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf4ae0743a0965f6a1612c\",\n                    \"studentId\": \"5fdf45c5743a0965f6a1610e\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4ae0743a0965f6a1612d\",\n                            \"questionId\": \"5fde1dd7c4135f475eeb1f5f\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4ae0743a0965f6a1612e\",\n                            \"questionId\": \"5fde1e0ec4135f475eeb1f60\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4ae0743a0965f6a1612f\",\n                            \"questionId\": \"5fde1e8fc4135f475eeb1f63\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4ae0743a0965f6a16130\",\n                            \"questionId\": \"5fde1f11c4135f475eeb1f66\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4ae0743a0965f6a16131\",\n                            \"questionId\": \"5fde21a2c4135f475eeb1f6c\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4ae0743a0965f6a16132\",\n                            \"questionId\": \"5fde237ec4135f475eeb1f6d\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4ae0743a0965f6a16133\",\n                            \"questionId\": \"5fde25dcc4135f475eeb1f73\"\n                        }\n                    ],\n                    \"timeTaken\": 16.6548,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608469216749\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf4e13743a0965f6a16143\",\n                    \"studentId\": \"5fdf01565ded065d81796664\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4e13743a0965f6a16144\",\n                            \"questionId\": \"5fde1dd7c4135f475eeb1f5f\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4e13743a0965f6a16145\",\n                            \"questionId\": \"5fde1e0ec4135f475eeb1f60\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4e13743a0965f6a16146\",\n                            \"questionId\": \"5fde1e8fc4135f475eeb1f63\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4e13743a0965f6a16147\",\n                            \"questionId\": \"5fde1f11c4135f475eeb1f66\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4e13743a0965f6a16148\",\n                            \"questionId\": \"5fde21a2c4135f475eeb1f6c\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4e13743a0965f6a16149\",\n                            \"questionId\": \"5fde237ec4135f475eeb1f6d\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4e13743a0965f6a1614a\",\n                            \"questionId\": \"5fde25dcc4135f475eeb1f73\"\n                        }\n                    ],\n                    \"timeTaken\": 1.8086666666666666,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608470035485\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf5100743a0965f6a16162\",\n                    \"studentId\": \"5fdf4eed743a0965f6a16154\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf5100743a0965f6a16163\",\n                            \"questionId\": \"5fde1dd7c4135f475eeb1f5f\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf5100743a0965f6a16164\",\n                            \"questionId\": \"5fde1e0ec4135f475eeb1f60\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf5100743a0965f6a16165\",\n                            \"questionId\": \"5fde1e8fc4135f475eeb1f63\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf5100743a0965f6a16166\",\n                            \"questionId\": \"5fde1f11c4135f475eeb1f66\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf5100743a0965f6a16167\",\n                            \"questionId\": \"5fde21a2c4135f475eeb1f6c\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf5100743a0965f6a16168\",\n                            \"questionId\": \"5fde237ec4135f475eeb1f6d\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf5100743a0965f6a16169\",\n                            \"questionId\": \"5fde25dcc4135f475eeb1f73\"\n                        }\n                    ],\n                    \"timeTaken\": 7.993566666666666,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608470784837\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf594b743a0965f6a16185\",\n                    \"studentId\": \"5fdf56d1743a0965f6a16174\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf594b743a0965f6a16186\",\n                            \"questionId\": \"5fde1dd7c4135f475eeb1f5f\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf594b743a0965f6a16187\",\n                            \"questionId\": \"5fde1e0ec4135f475eeb1f60\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf594b743a0965f6a16188\",\n                            \"questionId\": \"5fde1e8fc4135f475eeb1f63\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf594b743a0965f6a16189\",\n                            \"questionId\": \"5fde1f11c4135f475eeb1f66\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf594b743a0965f6a1618a\",\n                            \"questionId\": \"5fde21a2c4135f475eeb1f6c\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf594b743a0965f6a1618b\",\n                            \"questionId\": \"5fde237ec4135f475eeb1f6d\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf594b743a0965f6a1618c\",\n                            \"questionId\": \"5fde25dcc4135f475eeb1f73\"\n                        }\n                    ],\n                    \"timeTaken\": 6.710216666666667,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608472907854\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf7856f6cf88083344d654\",\n                    \"studentId\": \"5fdf75b5f6cf88083344d64d\",\n                    \"responses\": [\n                        {\n                            \"answers\": [\n                                \"2017\"\n                            ],\n                            \"_id\": \"5fdf7856f6cf88083344d655\",\n                            \"questionId\": \"5fde1dd7c4135f475eeb1f5f\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"3*3 - 8.89 , 4*4= 41.25 , 5*5= 1: 32:55 ,6*6- 3:32:25 megaminx - 1:18:20 2*2- 1.89 3*3oh - 12.56 pyraminx - 3.356 skewb - 10.56\"\n                            ],\n                            \"_id\": \"5fdf7856f6cf88083344d656\",\n                            \"questionId\": \"5fde1e0ec4135f475eeb1f60\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"yes  wca profile - ( ayon kumar ghosh 2017GHOS02\"\n                            ],\n                            \"_id\": \"5fdf7856f6cf88083344d657\",\n                            \"questionId\": \"5fde1e8fc4135f475eeb1f63\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"teach him the basic method and tell him how the pieces move and then tell him the advance method \"\n                            ],\n                            \"_id\": \"5fdf7856f6cf88083344d658\",\n                            \"questionId\": \"5fde1f11c4135f475eeb1f66\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"Pattern recognition \"\n                            ],\n                            \"_id\": \"5fdf7856f6cf88083344d659\",\n                            \"questionId\": \"5fde21a2c4135f475eeb1f6c\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"5fde237ec4135f475eeb1f71\"\n                            ],\n                            \"_id\": \"5fdf7856f6cf88083344d65a\",\n                            \"questionId\": \"5fde237ec4135f475eeb1f6d\",\n                            \"questionType\": \"singleCorrect\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": true\n                        },\n                        {\n                            \"answers\": [\n                                \"5fde25dcc4135f475eeb1f74\"\n                            ],\n                            \"_id\": \"5fdf7856f6cf88083344d65b\",\n                            \"questionId\": \"5fde25dcc4135f475eeb1f73\",\n                            \"questionType\": \"singleCorrect\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": true\n                        }\n                    ],\n                    \"timeTaken\": 10.44155,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608480854646\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf807ef6cf88083344d67f\",\n                    \"studentId\": \"5fdf6f7c89d3fe018a5116e1\",\n                    \"responses\": [\n                        {\n                            \"answers\": [\n                                \"I  has been two months only\"\n                            ],\n                            \"_id\": \"5fdf807ef6cf88083344d680\",\n                            \"questionId\": \"5fde1dd7c4135f475eeb1f5f\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"3*3 cube, 5-8min\"\n                            ],\n                            \"_id\": \"5fdf807ef6cf88083344d681\",\n                            \"questionId\": \"5fde1e0ec4135f475eeb1f60\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"no\"\n                            ],\n                            \"_id\": \"5fdf807ef6cf88083344d682\",\n                            \"questionId\": \"5fde1e8fc4135f475eeb1f63\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"I will first teach him/her to solve one face,then one layer,then the middle one using some algorithm and then finally last layer with algorithm\"\n                            ],\n                            \"_id\": \"5fdf807ef6cf88083344d683\",\n                            \"questionId\": \"5fde1f11c4135f475eeb1f66\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"actually it has been only some time but really really improved my thinking capability.\"\n                            ],\n                            \"_id\": \"5fdf807ef6cf88083344d684\",\n                            \"questionId\": \"5fde21a2c4135f475eeb1f6c\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"\"\n                            ],\n                            \"_id\": \"5fdf807ef6cf88083344d685\",\n                            \"questionId\": \"5fde237ec4135f475eeb1f6d\",\n                            \"questionType\": \"singleCorrect\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": true\n                        },\n                        {\n                            \"answers\": [\n                                \"5fde25dcc4135f475eeb1f76\"\n                            ],\n                            \"_id\": \"5fdf807ef6cf88083344d686\",\n                            \"questionId\": \"5fde25dcc4135f475eeb1f73\",\n                            \"questionType\": \"singleCorrect\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": true\n                        }\n                    ],\n                    \"timeTaken\": 5.082016666666667,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608482942435\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf831cf6cf88083344d69f\",\n                    \"studentId\": \"5fdf543b743a0965f6a16173\",\n                    \"responses\": [\n                        {\n                            \"answers\": [\n                                \"I have been cubing since the age of 10.\"\n                            ],\n                            \"_id\": \"5fdf831cf6cf88083344d6a0\",\n                            \"questionId\": \"5fde1dd7c4135f475eeb1f5f\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"I solve various cubes. I have a whole collection of 10-15 kinds of cubes. I know 2*2, 3*3(60 seconds), Mirror Cube(1 min 45 seconds), Pyraminx (20seconds), Megaminx, Skewb and Barrel Cube.\"\n                            ],\n                            \"_id\": \"5fdf831cf6cf88083344d6a1\",\n                            \"questionId\": \"5fde1e0ec4135f475eeb1f60\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"No, I havent been.\"\n                            ],\n                            \"_id\": \"5fdf831cf6cf88083344d6a2\",\n                            \"questionId\": \"5fde1e8fc4135f475eeb1f63\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"My mother is a cube-trainor. I have seeing her teach cubes to 6 year olds to adults.  Rather than going to the algorithm or the logic technique, my approach to teach cube to a person would be that of a story which i learnt from my mom. I would teach the movements of a cube like there's a story going on. Its a very unique and easy technique by which even 6 year olds learn cubes quickly.\"\n                            ],\n                            \"_id\": \"5fdf831cf6cf88083344d6a3\",\n                            \"questionId\": \"5fde1f11c4135f475eeb1f66\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"Enhanced Memory, Problem solving skills, Patience.\"\n                            ],\n                            \"_id\": \"5fdf831cf6cf88083344d6a4\",\n                            \"questionId\": \"5fde21a2c4135f475eeb1f6c\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"5fde237ec4135f475eeb1f71\"\n                            ],\n                            \"_id\": \"5fdf831cf6cf88083344d6a5\",\n                            \"questionId\": \"5fde237ec4135f475eeb1f6d\",\n                            \"questionType\": \"singleCorrect\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": true\n                        },\n                        {\n                            \"answers\": [\n                                \"5fde25dcc4135f475eeb1f76\"\n                            ],\n                            \"_id\": \"5fdf831cf6cf88083344d6a6\",\n                            \"questionId\": \"5fde25dcc4135f475eeb1f73\",\n                            \"questionType\": \"singleCorrect\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": true\n                        }\n                    ],\n                    \"timeTaken\": 9.665616666666667,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608483612430\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf854ef6cf88083344d6bd\",\n                    \"studentId\": \"5fdf83f9f6cf88083344d6ad\",\n                    \"responses\": [\n                        {\n                            \"answers\": [\n                                \"since I was in 8th grade \"\n                            ],\n                            \"_id\": \"5fdf854ef6cf88083344d6be\",\n                            \"questionId\": \"5fde1dd7c4135f475eeb1f5f\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"3x3-25 seconds, 2x2-15 seconds\"\n                            ],\n                            \"_id\": \"5fdf854ef6cf88083344d6bf\",\n                            \"questionId\": \"5fde1e0ec4135f475eeb1f60\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"no\"\n                            ],\n                            \"_id\": \"5fdf854ef6cf88083344d6c0\",\n                            \"questionId\": \"5fde1e8fc4135f475eeb1f63\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"The basic cross method\"\n                            ],\n                            \"_id\": \"5fdf854ef6cf88083344d6c1\",\n                            \"questionId\": \"5fde1f11c4135f475eeb1f66\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"\"\n                            ],\n                            \"_id\": \"5fdf854ef6cf88083344d6c2\",\n                            \"questionId\": \"5fde21a2c4135f475eeb1f6c\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"5fde237ec4135f475eeb1f71\"\n                            ],\n                            \"_id\": \"5fdf854ef6cf88083344d6c3\",\n                            \"questionId\": \"5fde237ec4135f475eeb1f6d\",\n                            \"questionType\": \"singleCorrect\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": true\n                        },\n                        {\n                            \"answers\": [\n                                \"5fde25dcc4135f475eeb1f74\"\n                            ],\n                            \"_id\": \"5fdf854ef6cf88083344d6c4\",\n                            \"questionId\": \"5fde25dcc4135f475eeb1f73\",\n                            \"questionType\": \"singleCorrect\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": true\n                        }\n                    ],\n                    \"timeTaken\": 4.552983333333334,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608484174147\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf9348f6cf88083344d6f4\",\n                    \"studentId\": \"5fdf8b59f6cf88083344d6e1\",\n                    \"responses\": [\n                        {\n                            \"answers\": [\n                                \"I have been cubing since the age of 12\"\n                            ],\n                            \"_id\": \"5fdf9348f6cf88083344d6f5\",\n                            \"questionId\": \"5fde1dd7c4135f475eeb1f5f\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"I solve the 2x2, 3x3 and 4x4, though I mainly focus on the 3x3 while speed-cubing and my personal record for the same is around 40 seconds.\"\n                            ],\n                            \"_id\": \"5fdf9348f6cf88083344d6f6\",\n                            \"questionId\": \"5fde1e0ec4135f475eeb1f60\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"No\"\n                            ],\n                            \"_id\": \"5fdf9348f6cf88083344d6f7\",\n                            \"questionId\": \"5fde1e8fc4135f475eeb1f63\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"I would first explain the concepts involved like the approach of solving layer-by layer instead of face-by-face. I would explain the importance of corners, centers and faces. Then it would teach him the first layer slowly step-by-step, and  make him develop an interest, after which he would be self-motivated to learn the rest.\"\n                            ],\n                            \"_id\": \"5fdf9348f6cf88083344d6f8\",\n                            \"questionId\": \"5fde1f11c4135f475eeb1f66\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"I believe it has boosted my concentration power and aided me in my academics by keeping my brain active at all times\"\n                            ],\n                            \"_id\": \"5fdf9348f6cf88083344d6f9\",\n                            \"questionId\": \"5fde21a2c4135f475eeb1f6c\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"5fde237ec4135f475eeb1f71\"\n                            ],\n                            \"_id\": \"5fdf9348f6cf88083344d6fa\",\n                            \"questionId\": \"5fde237ec4135f475eeb1f6d\",\n                            \"questionType\": \"singleCorrect\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": true\n                        },\n                        {\n                            \"answers\": [\n                                \"5fde25dcc4135f475eeb1f74\"\n                            ],\n                            \"_id\": \"5fdf9348f6cf88083344d6fb\",\n                            \"questionId\": \"5fde25dcc4135f475eeb1f73\",\n                            \"questionType\": \"singleCorrect\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": true\n                        }\n                    ],\n                    \"timeTaken\": 27.218216666666667,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608487752091\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf937cf6cf88083344d6fd\",\n                    \"studentId\": \"5fdf8a78f6cf88083344d6dd\",\n                    \"responses\": [\n                        {\n                            \"answers\": [\n                                \"Last 3 years\"\n                            ],\n                            \"_id\": \"5fdf937cf6cf88083344d6fe\",\n                            \"questionId\": \"5fde1dd7c4135f475eeb1f5f\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"2*2,3*3,pyramix\"\n                            ],\n                            \"_id\": \"5fdf937cf6cf88083344d6ff\",\n                            \"questionId\": \"5fde1e0ec4135f475eeb1f60\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"No\"\n                            ],\n                            \"_id\": \"5fdf937cf6cf88083344d700\",\n                            \"questionId\": \"5fde1e8fc4135f475eeb1f63\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"First of all, understand the sides and their colors then the pieces of the cube and how they behave and after that approach the algorithm slowly.\"\n                            ],\n                            \"_id\": \"5fdf937cf6cf88083344d701\",\n                            \"questionId\": \"5fde1f11c4135f475eeb1f66\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"Focusing ability\"\n                            ],\n                            \"_id\": \"5fdf937cf6cf88083344d702\",\n                            \"questionId\": \"5fde21a2c4135f475eeb1f6c\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"5fde237ec4135f475eeb1f71\"\n                            ],\n                            \"_id\": \"5fdf937cf6cf88083344d703\",\n                            \"questionId\": \"5fde237ec4135f475eeb1f6d\",\n                            \"questionType\": \"singleCorrect\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": true\n                        },\n                        {\n                            \"answers\": [\n                                \"5fde25dcc4135f475eeb1f76\"\n                            ],\n                            \"_id\": \"5fdf937cf6cf88083344d704\",\n                            \"questionId\": \"5fde25dcc4135f475eeb1f73\",\n                            \"questionType\": \"singleCorrect\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": true\n                        }\n                    ],\n                    \"timeTaken\": 4.141366666666666,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608487804243\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf98d5f6cf88083344d70f\",\n                    \"studentId\": \"5fdf9691f6cf88083344d707\",\n                    \"responses\": [\n                        {\n                            \"answers\": [\n                                \"2015\"\n                            ],\n                            \"_id\": \"5fdf98d5f6cf88083344d710\",\n                            \"questionId\": \"5fde1dd7c4135f475eeb1f5f\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"3x3 - 8.94s, 4x4- 57s, 2x2-1.98s , 5x5-2:15:00 min , skewb-5.4s, 3x3 OH- 13.78s , pyraminx- 7s, 3x3BLD- 4:58:00 min \"\n                            ],\n                            \"_id\": \"5fdf98d5f6cf88083344d711\",\n                            \"questionId\": \"5fde1e0ec4135f475eeb1f60\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"yes; 2019PANT02 - Pranav Pant\"\n                            ],\n                            \"_id\": \"5fdf98d5f6cf88083344d712\",\n                            \"questionId\": \"5fde1e8fc4135f475eeb1f63\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"i'll teach them the basics of cubing and if they are interested ill start with the beginners method.\"\n                            ],\n                            \"_id\": \"5fdf98d5f6cf88083344d713\",\n                            \"questionId\": \"5fde1f11c4135f475eeb1f66\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"focus and planning\"\n                            ],\n                            \"_id\": \"5fdf98d5f6cf88083344d714\",\n                            \"questionId\": \"5fde21a2c4135f475eeb1f6c\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"5fde237ec4135f475eeb1f71\"\n                            ],\n                            \"_id\": \"5fdf98d5f6cf88083344d715\",\n                            \"questionId\": \"5fde237ec4135f475eeb1f6d\",\n                            \"questionType\": \"singleCorrect\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": true\n                        },\n                        {\n                            \"answers\": [\n                                \"5fde25dcc4135f475eeb1f74\"\n                            ],\n                            \"_id\": \"5fdf98d5f6cf88083344d716\",\n                            \"questionId\": \"5fde25dcc4135f475eeb1f73\",\n                            \"questionType\": \"singleCorrect\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": true\n                        }\n                    ],\n                    \"timeTaken\": 7.014283333333333,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608489173265\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fe02ca252ed141c4057043d\",\n                    \"studentId\": \"5fe028f352ed141c40570436\",\n                    \"responses\": [\n                        {\n                            \"answers\": [\n                                \"2018\"\n                            ],\n                            \"_id\": \"5fe02ca252ed141c4057043e\",\n                            \"questionId\": \"5fde1dd7c4135f475eeb1f5f\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"3x3  best time 40 seconds, 4x4 best time 3 min, megaminx best time 10 min\"\n                            ],\n                            \"_id\": \"5fe02ca252ed141c4057043f\",\n                            \"questionId\": \"5fde1e0ec4135f475eeb1f60\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"no\"\n                            ],\n                            \"_id\": \"5fe02ca252ed141c40570440\",\n                            \"questionId\": \"5fde1e8fc4135f475eeb1f63\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"i would start by explaining what all steps do and start explaining him/her to solve the cube using beginner method: step 1 forming the cross on first face, step 2 making the cross match centers of other sides, step 3 solving the first face simultaneously solving the first layer, step 4 solving the 2nd layer, step 5 getting cross on the last face, step 6 solving the last face, step 7 matching all the corner in 3rd layer without disturbing the last face, step 8 matching the middle pieces in the last layer.\"\n                            ],\n                            \"_id\": \"5fe02ca252ed141c40570441\",\n                            \"questionId\": \"5fde1f11c4135f475eeb1f66\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"being able to react quickly and analyse the problem quickly\"\n                            ],\n                            \"_id\": \"5fe02ca252ed141c40570442\",\n                            \"questionId\": \"5fde21a2c4135f475eeb1f6c\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"\"\n                            ],\n                            \"_id\": \"5fe02ca252ed141c40570443\",\n                            \"questionId\": \"5fde237ec4135f475eeb1f6d\",\n                            \"questionType\": \"singleCorrect\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": true\n                        },\n                        {\n                            \"answers\": [\n                                \"5fde25dcc4135f475eeb1f74\"\n                            ],\n                            \"_id\": \"5fe02ca252ed141c40570444\",\n                            \"questionId\": \"5fde25dcc4135f475eeb1f73\",\n                            \"questionType\": \"singleCorrect\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": true\n                        }\n                    ],\n                    \"timeTaken\": 13.538266666666667,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608527010162\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fe04efa52ed141c405704f3\",\n                    \"studentId\": \"5fe0487252ed141c405704c2\",\n                    \"responses\": [\n                        {\n                            \"answers\": [\n                                \"from 6th std\"\n                            ],\n                            \"_id\": \"5fe04efa52ed141c405704f4\",\n                            \"questionId\": \"5fde1dd7c4135f475eeb1f5f\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"3x3 best -23sec and average 30sec ,2x2 best-6sec and average 10sec\"\n                            ],\n                            \"_id\": \"5fe04efa52ed141c405704f5\",\n                            \"questionId\": \"5fde1e0ec4135f475eeb1f60\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"no\"\n                            ],\n                            \"_id\": \"5fe04efa52ed141c405704f6\",\n                            \"questionId\": \"5fde1e8fc4135f475eeb1f63\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"i will start from basics . when i had no idea of cube i started learning 3x3 from base like starting with aligning plus and completling first layer  \"\n                            ],\n                            \"_id\": \"5fe04efa52ed141c405704f7\",\n                            \"questionId\": \"5fde1f11c4135f475eeb1f66\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"cube solving help me to concentrate on my work without distraction and it also help me stay active \"\n                            ],\n                            \"_id\": \"5fe04efa52ed141c405704f8\",\n                            \"questionId\": \"5fde21a2c4135f475eeb1f6c\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"5fde237ec4135f475eeb1f71\"\n                            ],\n                            \"_id\": \"5fe04efa52ed141c405704f9\",\n                            \"questionId\": \"5fde237ec4135f475eeb1f6d\",\n                            \"questionType\": \"singleCorrect\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": true\n                        },\n                        {\n                            \"answers\": [\n                                \"5fde25dcc4135f475eeb1f74\"\n                            ],\n                            \"_id\": \"5fe04efa52ed141c405704fa\",\n                            \"questionId\": \"5fde25dcc4135f475eeb1f73\",\n                            \"questionType\": \"singleCorrect\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": true\n                        },\n                        {\n                            \"answers\": [\n                                \"phone no -9043102104 , email id- saran.db2020@vitstudent.ac.in\"\n                            ],\n                            \"_id\": \"5fe04efa52ed141c405704fb\",\n                            \"questionId\": \"5fe04a1052ed141c405704d6\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        }\n                    ],\n                    \"timeTaken\": 10.648466666666666,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608535802215\n                }\n            ],\n            \"shortlisedInDomain\": [],\n            \"selectedInDomain\": [],\n            \"__v\": 0\n        },\n        {\n            \"domainMarks\": 0,\n            \"domainFinalized\": false,\n            \"_id\": \"5fde1ac3c4135f475eeb1f5a\",\n            \"testId\": \"5fde18aac4135f475eeb1f56\",\n            \"clubId\": \"5fddffe1c0eeb11ff8065920\",\n            \"domainName\": \"Management\",\n            \"domainDescription\": \"Have a knack for managing people, cubing events, getting sponsorships? Join the management domain, to work along some exemplary set of individuals, to see some of the craziest skill-sets coming to play.\",\n            \"domainInstructions\": \"This domain will test your management skills, your team working culture and some similar areas of interest.\\nAnswer them with the best of your knowledge and thinking capabilities.\\nBest of Luck.\",\n            \"domainDuration\": 30,\n            \"usersStarted\": [\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf17a65ded065d817966a4\",\n                    \"studentId\": \"5fdef47b49613f4c0eb50d78\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf1a4e5ded065d817966d8\",\n                    \"studentId\": \"5fde2e2f49613f4c0eb50d22\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf1b285ded065d817966f5\",\n                    \"studentId\": \"5fdefcd75ded065d8179665f\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf2740f0e4af641e7aca82\",\n                    \"studentId\": \"5fdf24c76f057962a84ef8d8\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf883df6cf88083344d6d8\",\n                    \"studentId\": \"5fdf8609f6cf88083344d6c7\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf8bcaf6cf88083344d6e4\",\n                    \"studentId\": \"5fdf8a78f6cf88083344d6dd\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fe0439752ed141c4057049b\",\n                    \"studentId\": \"5fe0377252ed141c40570464\"\n                }\n            ],\n            \"usersFinished\": [\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf1a185ded065d817966ab\",\n                    \"studentId\": \"5fdefcd75ded065d8179665f\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a185ded065d817966ac\",\n                            \"questionId\": \"5fde1e1dc4135f475eeb1f61\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a185ded065d817966ad\",\n                            \"questionId\": \"5fde1ed4c4135f475eeb1f64\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a185ded065d817966ae\",\n                            \"questionId\": \"5fde1f3fc4135f475eeb1f68\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a185ded065d817966af\",\n                            \"questionId\": \"5fde2038c4135f475eeb1f69\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a185ded065d817966b0\",\n                            \"questionId\": \"5fde2135c4135f475eeb1f6a\"\n                        }\n                    ],\n                    \"timeTaken\": 0.20411666666666667,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608456728341\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf1a305ded065d817966bd\",\n                    \"studentId\": \"5fdefcd75ded065d8179665f\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a305ded065d817966be\",\n                            \"questionId\": \"5fde1e1dc4135f475eeb1f61\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a305ded065d817966bf\",\n                            \"questionId\": \"5fde1ed4c4135f475eeb1f64\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a305ded065d817966c0\",\n                            \"questionId\": \"5fde1f3fc4135f475eeb1f68\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a305ded065d817966c1\",\n                            \"questionId\": \"5fde2038c4135f475eeb1f69\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a305ded065d817966c2\",\n                            \"questionId\": \"5fde2135c4135f475eeb1f6a\"\n                        }\n                    ],\n                    \"timeTaken\": 0.08943333333333334,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608456752525\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf1a385ded065d817966c4\",\n                    \"studentId\": \"5fdefcd75ded065d8179665f\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a385ded065d817966c5\",\n                            \"questionId\": \"5fde1e1dc4135f475eeb1f61\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a385ded065d817966c6\",\n                            \"questionId\": \"5fde1ed4c4135f475eeb1f64\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a385ded065d817966c7\",\n                            \"questionId\": \"5fde1f3fc4135f475eeb1f68\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a385ded065d817966c8\",\n                            \"questionId\": \"5fde2038c4135f475eeb1f69\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a385ded065d817966c9\",\n                            \"questionId\": \"5fde2135c4135f475eeb1f6a\"\n                        }\n                    ],\n                    \"timeTaken\": 0.06793333333333333,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608456760004\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf1a425ded065d817966cb\",\n                    \"studentId\": \"5fdefcd75ded065d8179665f\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a425ded065d817966cc\",\n                            \"questionId\": \"5fde1e1dc4135f475eeb1f61\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a425ded065d817966cd\",\n                            \"questionId\": \"5fde1ed4c4135f475eeb1f64\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a425ded065d817966ce\",\n                            \"questionId\": \"5fde1f3fc4135f475eeb1f68\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a425ded065d817966cf\",\n                            \"questionId\": \"5fde2038c4135f475eeb1f69\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a425ded065d817966d0\",\n                            \"questionId\": \"5fde2135c4135f475eeb1f6a\"\n                        }\n                    ],\n                    \"timeTaken\": 0.12156666666666667,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608456770628\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf1a4a5ded065d817966d2\",\n                    \"studentId\": \"5fde2e2f49613f4c0eb50d22\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a4a5ded065d817966d3\",\n                            \"questionId\": \"5fde1e1dc4135f475eeb1f61\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a4a5ded065d817966d4\",\n                            \"questionId\": \"5fde1ed4c4135f475eeb1f64\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a4a5ded065d817966d5\",\n                            \"questionId\": \"5fde1f3fc4135f475eeb1f68\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a4a5ded065d817966d6\",\n                            \"questionId\": \"5fde2038c4135f475eeb1f69\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a4a5ded065d817966d7\",\n                            \"questionId\": \"5fde2135c4135f475eeb1f6a\"\n                        }\n                    ],\n                    \"timeTaken\": 0.56325,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608456778482\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf1a555ded065d817966d9\",\n                    \"studentId\": \"5fdefcd75ded065d8179665f\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a555ded065d817966da\",\n                            \"questionId\": \"5fde1e1dc4135f475eeb1f61\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a555ded065d817966db\",\n                            \"questionId\": \"5fde1ed4c4135f475eeb1f64\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a555ded065d817966dc\",\n                            \"questionId\": \"5fde1f3fc4135f475eeb1f68\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a555ded065d817966dd\",\n                            \"questionId\": \"5fde2038c4135f475eeb1f69\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a555ded065d817966de\",\n                            \"questionId\": \"5fde2135c4135f475eeb1f6a\"\n                        }\n                    ],\n                    \"timeTaken\": 0.21596666666666667,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608456789085\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf1a6f5ded065d817966e7\",\n                    \"studentId\": \"5fdefcd75ded065d8179665f\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a6f5ded065d817966e8\",\n                            \"questionId\": \"5fde1e1dc4135f475eeb1f61\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a6f5ded065d817966e9\",\n                            \"questionId\": \"5fde1ed4c4135f475eeb1f64\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a6f5ded065d817966ea\",\n                            \"questionId\": \"5fde1f3fc4135f475eeb1f68\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a6f5ded065d817966eb\",\n                            \"questionId\": \"5fde2038c4135f475eeb1f69\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a6f5ded065d817966ec\",\n                            \"questionId\": \"5fde2135c4135f475eeb1f6a\"\n                        }\n                    ],\n                    \"timeTaken\": 0.1026,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608456815357\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf1a835ded065d817966ee\",\n                    \"studentId\": \"5fdefcd75ded065d8179665f\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a835ded065d817966ef\",\n                            \"questionId\": \"5fde1e1dc4135f475eeb1f61\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a835ded065d817966f0\",\n                            \"questionId\": \"5fde1ed4c4135f475eeb1f64\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a835ded065d817966f1\",\n                            \"questionId\": \"5fde1f3fc4135f475eeb1f68\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a835ded065d817966f2\",\n                            \"questionId\": \"5fde2038c4135f475eeb1f69\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a835ded065d817966f3\",\n                            \"questionId\": \"5fde2135c4135f475eeb1f6a\"\n                        }\n                    ],\n                    \"timeTaken\": 0.14655,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608456835278\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf25706f057962a84ef8e4\",\n                    \"studentId\": \"5fdeee7849613f4c0eb50d70\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf25706f057962a84ef8e5\",\n                            \"questionId\": \"5fde1e1dc4135f475eeb1f61\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf25706f057962a84ef8e6\",\n                            \"questionId\": \"5fde1ed4c4135f475eeb1f64\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf25706f057962a84ef8e7\",\n                            \"questionId\": \"5fde1f3fc4135f475eeb1f68\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf25706f057962a84ef8e8\",\n                            \"questionId\": \"5fde2038c4135f475eeb1f69\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf25706f057962a84ef8e9\",\n                            \"questionId\": \"5fde2135c4135f475eeb1f6a\"\n                        }\n                    ],\n                    \"timeTaken\": 1.39405,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608459632415\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf26d8f0e4af641e7aca79\",\n                    \"studentId\": \"5fdf263af0e4af641e7aca6c\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf26d8f0e4af641e7aca7a\",\n                            \"questionId\": \"5fde1e1dc4135f475eeb1f61\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf26d8f0e4af641e7aca7b\",\n                            \"questionId\": \"5fde1ed4c4135f475eeb1f64\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf26d8f0e4af641e7aca7c\",\n                            \"questionId\": \"5fde1f3fc4135f475eeb1f68\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf26d8f0e4af641e7aca7d\",\n                            \"questionId\": \"5fde2038c4135f475eeb1f69\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf26d8f0e4af641e7aca7e\",\n                            \"questionId\": \"5fde2135c4135f475eeb1f6a\"\n                        }\n                    ],\n                    \"timeTaken\": 0.14831666666666668,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608459992392\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf3bb2743a0965f6a160d6\",\n                    \"studentId\": \"5fdf32b7743a0965f6a160b1\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf3bb2743a0965f6a160d7\",\n                            \"questionId\": \"5fde1e1dc4135f475eeb1f61\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf3bb2743a0965f6a160d8\",\n                            \"questionId\": \"5fde1ed4c4135f475eeb1f64\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf3bb2743a0965f6a160d9\",\n                            \"questionId\": \"5fde1f3fc4135f475eeb1f68\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf3bb2743a0965f6a160da\",\n                            \"questionId\": \"5fde2038c4135f475eeb1f69\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf3bb2743a0965f6a160db\",\n                            \"questionId\": \"5fde2135c4135f475eeb1f6a\"\n                        }\n                    ],\n                    \"timeTaken\": 29.69311666666667,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608465330550\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf41ec743a0965f6a160ed\",\n                    \"studentId\": \"5fdf3dd2743a0965f6a160dd\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf41ec743a0965f6a160ee\",\n                            \"questionId\": \"5fde1e1dc4135f475eeb1f61\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf41ec743a0965f6a160ef\",\n                            \"questionId\": \"5fde1ed4c4135f475eeb1f64\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf41ec743a0965f6a160f0\",\n                            \"questionId\": \"5fde1f3fc4135f475eeb1f68\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf41ec743a0965f6a160f1\",\n                            \"questionId\": \"5fde2038c4135f475eeb1f69\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf41ec743a0965f6a160f2\",\n                            \"questionId\": \"5fde2135c4135f475eeb1f6a\"\n                        }\n                    ],\n                    \"timeTaken\": 13.069116666666666,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608466924404\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf4661743a0965f6a1610f\",\n                    \"studentId\": \"5fdf41e9743a0965f6a160ec\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4661743a0965f6a16110\",\n                            \"questionId\": \"5fde1e1dc4135f475eeb1f61\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4661743a0965f6a16111\",\n                            \"questionId\": \"5fde1ed4c4135f475eeb1f64\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4661743a0965f6a16112\",\n                            \"questionId\": \"5fde1f3fc4135f475eeb1f68\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4661743a0965f6a16113\",\n                            \"questionId\": \"5fde2038c4135f475eeb1f69\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4661743a0965f6a16114\",\n                            \"questionId\": \"5fde2135c4135f475eeb1f6a\"\n                        }\n                    ],\n                    \"timeTaken\": 5.529566666666667,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608468065660\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf56e4743a0965f6a16175\",\n                    \"studentId\": \"5fdf4eed743a0965f6a16154\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf56e4743a0965f6a16176\",\n                            \"questionId\": \"5fde1e1dc4135f475eeb1f61\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf56e4743a0965f6a16177\",\n                            \"questionId\": \"5fde1ed4c4135f475eeb1f64\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf56e4743a0965f6a16178\",\n                            \"questionId\": \"5fde1f3fc4135f475eeb1f68\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf56e4743a0965f6a16179\",\n                            \"questionId\": \"5fde2038c4135f475eeb1f69\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf56e4743a0965f6a1617a\",\n                            \"questionId\": \"5fde2135c4135f475eeb1f6a\"\n                        }\n                    ],\n                    \"timeTaken\": 20.7308,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608472292294\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf5c29743a0965f6a16190\",\n                    \"studentId\": \"5fdf56d1743a0965f6a16174\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf5c29743a0965f6a16191\",\n                            \"questionId\": \"5fde1e1dc4135f475eeb1f61\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf5c29743a0965f6a16192\",\n                            \"questionId\": \"5fde1ed4c4135f475eeb1f64\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf5c29743a0965f6a16193\",\n                            \"questionId\": \"5fde1f3fc4135f475eeb1f68\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf5c29743a0965f6a16194\",\n                            \"questionId\": \"5fde2038c4135f475eeb1f69\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf5c29743a0965f6a16195\",\n                            \"questionId\": \"5fde2135c4135f475eeb1f6a\"\n                        }\n                    ],\n                    \"timeTaken\": 12.071033333333334,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608473641082\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf80aef6cf88083344d687\",\n                    \"studentId\": \"5fdf543b743a0965f6a16173\",\n                    \"responses\": [\n                        {\n                            \"answers\": [\n                                \"Organisational Skills, Decision-making skills, Diagnostic and Analytical Skills, Punctuality, Planning Skills\"\n                            ],\n                            \"_id\": \"5fdf80aef6cf88083344d688\",\n                            \"questionId\": \"5fde1e1dc4135f475eeb1f61\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"Enthusiasm among Cubing Community can be increased by organising events or online cube competitions with cash prizes, it is gonna attract the cubers and motivate them to speed up more during the pandemic. We can bring out different tutorials/tricks/pattern videos for various kinds of cubes which can increase the enthusiasm among people towards learning cube solving as well. Pandemic is a time when we all are at home and online activities and competitions are a major source for creating enthusiasm and attracting the  Cubing community as well as non-cubers towards learning.\"\n                            ],\n                            \"_id\": \"5fdf80aef6cf88083344d689\",\n                            \"questionId\": \"5fde1ed4c4135f475eeb1f64\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"Dividing work into sections and alloting time according the priorities. Priorities are required to be set according to the needs. If Assignments and club work are clashing, I will make sure to manage time such that I can submit my assignments before deadline and the club work could be done. Whichever work will require more of my attention at that time, I will do that.\"\n                            ],\n                            \"_id\": \"5fdf80aef6cf88083344d68a\",\n                            \"questionId\": \"5fde1f3fc4135f475eeb1f68\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"Approaching friends would be the first step. As the coordinator, I would allot the work to my team members of getting atleast minimum number of people whom they know to register for the event. In this way, atleast we could gather a minimum number of people to join so that event could not be failed. Next step would be to make announcements more  frequently in those 2 days so that it can gain more people's attention and pursuade them to join. Third idea could be to setup prizes which could attract people to join.\"\n                            ],\n                            \"_id\": \"5fdf80aef6cf88083344d68b\",\n                            \"questionId\": \"5fde2038c4135f475eeb1f69\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"I personally do not have experience in this field. But I have a lot of interest and maybe this would be a start. We can go for donation drives or some interesting attracting events like games and activities such as game competitions or recreation activities like different sort of contests and table game tournament or direct sales of products to collect funds. Getting all team members to give their ideas and work towards it significantly would lead to success.\"\n                            ],\n                            \"_id\": \"5fdf80aef6cf88083344d68c\",\n                            \"questionId\": \"5fde2135c4135f475eeb1f6a\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        }\n                    ],\n                    \"timeTaken\": 22.234616666666668,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608482990729\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf99f0f6cf88083344d72e\",\n                    \"studentId\": \"5fdf9691f6cf88083344d707\",\n                    \"responses\": [\n                        {\n                            \"answers\": [\n                                \"\"\n                            ],\n                            \"_id\": \"5fdf99f0f6cf88083344d72f\",\n                            \"questionId\": \"5fde1e1dc4135f475eeb1f61\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"\"\n                            ],\n                            \"_id\": \"5fdf99f0f6cf88083344d730\",\n                            \"questionId\": \"5fde1ed4c4135f475eeb1f64\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"\"\n                            ],\n                            \"_id\": \"5fdf99f0f6cf88083344d731\",\n                            \"questionId\": \"5fde1f3fc4135f475eeb1f68\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"\"\n                            ],\n                            \"_id\": \"5fdf99f0f6cf88083344d732\",\n                            \"questionId\": \"5fde2038c4135f475eeb1f69\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"\"\n                            ],\n                            \"_id\": \"5fdf99f0f6cf88083344d733\",\n                            \"questionId\": \"5fde2135c4135f475eeb1f6a\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        }\n                    ],\n                    \"timeTaken\": 0.18358333333333332,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608489456462\n                }\n            ],\n            \"shortlisedInDomain\": [],\n            \"selectedInDomain\": [],\n            \"__v\": 0\n        },\n        {\n            \"domainMarks\": 0,\n            \"domainFinalized\": false,\n            \"_id\": \"5fde1ad5c4135f475eeb1f5b\",\n            \"testId\": \"5fde18aac4135f475eeb1f56\",\n            \"clubId\": \"5fddffe1c0eeb11ff8065920\",\n            \"domainName\": \"Cubing Enthusiast\",\n            \"domainDescription\": \"This domain is meant for people who are willing to learn to solve various kinds of puzzle and for those who know how to solve the cube but are willing to get better at it. The aim of enthusiast would be to reach the level of speedcubers!\",\n            \"domainInstructions\": \"This domain will test your basic rubik's cube solving ability and ask you about your cubing details. \",\n            \"domainDuration\": 30,\n            \"usersStarted\": [\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf17995ded065d817966a3\",\n                    \"studentId\": \"5fdef47b49613f4c0eb50d78\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf2977f0e4af641e7aca8f\",\n                    \"studentId\": \"5fdf12435ded065d81796695\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf2e5af0e4af641e7acaa1\",\n                    \"studentId\": \"5fde343649613f4c0eb50d2b\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf41fc743a0965f6a160f3\",\n                    \"studentId\": \"5fdf3dd2743a0965f6a160dd\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf8ab2f6cf88083344d6e0\",\n                    \"studentId\": \"5fdf8a78f6cf88083344d6dd\"\n                }\n            ],\n            \"usersFinished\": [\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf177e5ded065d8179669c\",\n                    \"studentId\": \"5fdef47b49613f4c0eb50d78\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf177e5ded065d8179669d\",\n                            \"questionId\": \"5fde2f4149613f4c0eb50d24\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf177e5ded065d8179669e\",\n                            \"questionId\": \"5fde320949613f4c0eb50d26\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf177e5ded065d8179669f\",\n                            \"questionId\": \"5fde324549613f4c0eb50d28\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf177e5ded065d817966a0\",\n                            \"questionId\": \"5fde329749613f4c0eb50d29\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf177e5ded065d817966a1\",\n                            \"questionId\": \"5fde331049613f4c0eb50d2a\"\n                        }\n                    ],\n                    \"timeTaken\": 1.8177333333333334,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608456062060\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf1a275ded065d817966b5\",\n                    \"studentId\": \"5fdefcd75ded065d8179665f\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a275ded065d817966b6\",\n                            \"questionId\": \"5fde2f4149613f4c0eb50d24\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a275ded065d817966b7\",\n                            \"questionId\": \"5fde320949613f4c0eb50d26\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a275ded065d817966b8\",\n                            \"questionId\": \"5fde324549613f4c0eb50d28\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a275ded065d817966b9\",\n                            \"questionId\": \"5fde329749613f4c0eb50d29\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a275ded065d817966ba\",\n                            \"questionId\": \"5fde331049613f4c0eb50d2a\"\n                        }\n                    ],\n                    \"timeTaken\": 0.06783333333333333,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608456743404\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf1a635ded065d817966e0\",\n                    \"studentId\": \"5fdefcd75ded065d8179665f\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a635ded065d817966e1\",\n                            \"questionId\": \"5fde2f4149613f4c0eb50d24\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a635ded065d817966e2\",\n                            \"questionId\": \"5fde320949613f4c0eb50d26\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a635ded065d817966e3\",\n                            \"questionId\": \"5fde324549613f4c0eb50d28\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a635ded065d817966e4\",\n                            \"questionId\": \"5fde329749613f4c0eb50d29\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf1a635ded065d817966e5\",\n                            \"questionId\": \"5fde331049613f4c0eb50d2a\"\n                        }\n                    ],\n                    \"timeTaken\": 0.15196666666666667,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608456803240\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf26c5f0e4af641e7aca72\",\n                    \"studentId\": \"5fdf263af0e4af641e7aca6c\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf26c5f0e4af641e7aca73\",\n                            \"questionId\": \"5fde2f4149613f4c0eb50d24\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf26c5f0e4af641e7aca74\",\n                            \"questionId\": \"5fde320949613f4c0eb50d26\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf26c5f0e4af641e7aca75\",\n                            \"questionId\": \"5fde324549613f4c0eb50d28\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf26c5f0e4af641e7aca76\",\n                            \"questionId\": \"5fde329749613f4c0eb50d29\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf26c5f0e4af641e7aca77\",\n                            \"questionId\": \"5fde331049613f4c0eb50d2a\"\n                        }\n                    ],\n                    \"timeTaken\": 1.6431666666666667,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608459973564\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf34b6743a0965f6a160c1\",\n                    \"studentId\": \"5fdf32b7743a0965f6a160b1\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf34b6743a0965f6a160c2\",\n                            \"questionId\": \"5fde2f4149613f4c0eb50d24\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf34b6743a0965f6a160c3\",\n                            \"questionId\": \"5fde320949613f4c0eb50d26\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf34b6743a0965f6a160c4\",\n                            \"questionId\": \"5fde324549613f4c0eb50d28\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf34b6743a0965f6a160c5\",\n                            \"questionId\": \"5fde329749613f4c0eb50d29\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf34b6743a0965f6a160c6\",\n                            \"questionId\": \"5fde331049613f4c0eb50d2a\"\n                        }\n                    ],\n                    \"timeTaken\": 5.57745,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608463542361\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf4505743a0965f6a16106\",\n                    \"studentId\": \"5fdf41e9743a0965f6a160ec\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4505743a0965f6a16107\",\n                            \"questionId\": \"5fde2f4149613f4c0eb50d24\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4505743a0965f6a16108\",\n                            \"questionId\": \"5fde320949613f4c0eb50d26\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4505743a0965f6a16109\",\n                            \"questionId\": \"5fde324549613f4c0eb50d28\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4505743a0965f6a1610a\",\n                            \"questionId\": \"5fde329749613f4c0eb50d29\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4505743a0965f6a1610b\",\n                            \"questionId\": \"5fde331049613f4c0eb50d2a\"\n                        }\n                    ],\n                    \"timeTaken\": 3.6526,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608467717301\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf4935743a0965f6a16125\",\n                    \"studentId\": \"5fdf4857743a0965f6a16121\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4935743a0965f6a16126\",\n                            \"questionId\": \"5fde2f4149613f4c0eb50d24\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4935743a0965f6a16127\",\n                            \"questionId\": \"5fde320949613f4c0eb50d26\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4935743a0965f6a16128\",\n                            \"questionId\": \"5fde324549613f4c0eb50d28\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4935743a0965f6a16129\",\n                            \"questionId\": \"5fde329749613f4c0eb50d29\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4935743a0965f6a1612a\",\n                            \"questionId\": \"5fde331049613f4c0eb50d2a\"\n                        }\n                    ],\n                    \"timeTaken\": 2.6308666666666665,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608468789146\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf4d9f743a0965f6a1613c\",\n                    \"studentId\": \"5fdf01565ded065d81796664\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4d9f743a0965f6a1613d\",\n                            \"questionId\": \"5fde2f4149613f4c0eb50d24\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4d9f743a0965f6a1613e\",\n                            \"questionId\": \"5fde320949613f4c0eb50d26\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4d9f743a0965f6a1613f\",\n                            \"questionId\": \"5fde324549613f4c0eb50d28\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4d9f743a0965f6a16140\",\n                            \"questionId\": \"5fde329749613f4c0eb50d29\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4d9f743a0965f6a16141\",\n                            \"questionId\": \"5fde331049613f4c0eb50d2a\"\n                        }\n                    ],\n                    \"timeTaken\": 1.34605,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608469919965\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf4fa0743a0965f6a1615a\",\n                    \"studentId\": \"5fdf4e26743a0965f6a1614d\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4fa0743a0965f6a1615b\",\n                            \"questionId\": \"5fde2f4149613f4c0eb50d24\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4fa0743a0965f6a1615c\",\n                            \"questionId\": \"5fde320949613f4c0eb50d26\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4fa0743a0965f6a1615d\",\n                            \"questionId\": \"5fde324549613f4c0eb50d28\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4fa0743a0965f6a1615e\",\n                            \"questionId\": \"5fde329749613f4c0eb50d29\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4fa0743a0965f6a1615f\",\n                            \"questionId\": \"5fde331049613f4c0eb50d2a\"\n                        }\n                    ],\n                    \"timeTaken\": 4.6828,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608470432341\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf51f7743a0965f6a1616b\",\n                    \"studentId\": \"5fdf4eed743a0965f6a16154\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf51f7743a0965f6a1616c\",\n                            \"questionId\": \"5fde2f4149613f4c0eb50d24\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf51f7743a0965f6a1616d\",\n                            \"questionId\": \"5fde320949613f4c0eb50d26\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf51f7743a0965f6a1616e\",\n                            \"questionId\": \"5fde324549613f4c0eb50d28\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf51f7743a0965f6a1616f\",\n                            \"questionId\": \"5fde329749613f4c0eb50d29\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf51f7743a0965f6a16170\",\n                            \"questionId\": \"5fde331049613f4c0eb50d2a\"\n                        }\n                    ],\n                    \"timeTaken\": 3.7619,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608471031696\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf5d01743a0965f6a16198\",\n                    \"studentId\": \"5fdf56d1743a0965f6a16174\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf5d01743a0965f6a16199\",\n                            \"questionId\": \"5fde2f4149613f4c0eb50d24\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf5d01743a0965f6a1619a\",\n                            \"questionId\": \"5fde320949613f4c0eb50d26\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf5d01743a0965f6a1619b\",\n                            \"questionId\": \"5fde324549613f4c0eb50d28\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf5d01743a0965f6a1619c\",\n                            \"questionId\": \"5fde329749613f4c0eb50d29\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf5d01743a0965f6a1619d\",\n                            \"questionId\": \"5fde331049613f4c0eb50d2a\"\n                        }\n                    ],\n                    \"timeTaken\": 3.3019833333333333,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608473857417\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf5d90743a0965f6a1619e\",\n                    \"studentId\": \"5fdf543b743a0965f6a16173\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf5d90743a0965f6a1619f\",\n                            \"questionId\": \"5fde2f4149613f4c0eb50d24\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf5d90743a0965f6a161a0\",\n                            \"questionId\": \"5fde320949613f4c0eb50d26\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf5d90743a0965f6a161a1\",\n                            \"questionId\": \"5fde324549613f4c0eb50d28\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf5d90743a0965f6a161a2\",\n                            \"questionId\": \"5fde329749613f4c0eb50d29\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf5d90743a0965f6a161a3\",\n                            \"questionId\": \"5fde331049613f4c0eb50d2a\"\n                        }\n                    ],\n                    \"timeTaken\": 18.43626666666667,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608474000309\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf63d889d3fe018a5116c9\",\n                    \"studentId\": \"5fdf5ef9743a0965f6a161a9\",\n                    \"responses\": [\n                        {\n                            \"answers\": [\n                                \"1.45 min\"\n                            ],\n                            \"_id\": \"5fdf63d889d3fe018a5116ca\",\n                            \"questionId\": \"5fde2f4149613f4c0eb50d24\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"WCA - World Cube Association, currently I am not having the WCA id\"\n                            ],\n                            \"_id\": \"5fdf63d889d3fe018a5116cb\",\n                            \"questionId\": \"5fde320949613f4c0eb50d26\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"are these cubing algorithm so tough, why not give it a try!!\"\n                            ],\n                            \"_id\": \"5fdf63d889d3fe018a5116cc\",\n                            \"questionId\": \"5fde324549613f4c0eb50d28\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"2 - [3*3, mirror]\"\n                            ],\n                            \"_id\": \"5fdf63d889d3fe018a5116cd\",\n                            \"questionId\": \"5fde329749613f4c0eb50d29\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"2*2, 4*4, Pyraminx\"\n                            ],\n                            \"_id\": \"5fdf63d889d3fe018a5116ce\",\n                            \"questionId\": \"5fde331049613f4c0eb50d2a\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        }\n                    ],\n                    \"timeTaken\": 12.54435,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608475608599\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf7868f6cf88083344d65c\",\n                    \"studentId\": \"5fdf6f7c89d3fe018a5116e1\",\n                    \"responses\": [\n                        {\n                            \"answers\": [\n                                \"yes,5-10minutes\"\n                            ],\n                            \"_id\": \"5fdf7868f6cf88083344d65d\",\n                            \"questionId\": \"5fde2f4149613f4c0eb50d24\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"WCA is the abbreviation of  world cube association which is the world wide association that organizes mechanical puzzles like rubic cube.No,I do not have WCA id .\"\n                            ],\n                            \"_id\": \"5fdf7868f6cf88083344d65e\",\n                            \"questionId\": \"5fde320949613f4c0eb50d26\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"its exciting ,just help mind to work faster ,think more\"\n                            ],\n                            \"_id\": \"5fdf7868f6cf88083344d65f\",\n                            \"questionId\": \"5fde324549613f4c0eb50d28\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"i can solve 3*3 cube\"\n                            ],\n                            \"_id\": \"5fdf7868f6cf88083344d660\",\n                            \"questionId\": \"5fde329749613f4c0eb50d29\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"I want to learn all of them.\"\n                            ],\n                            \"_id\": \"5fdf7868f6cf88083344d661\",\n                            \"questionId\": \"5fde331049613f4c0eb50d2a\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        }\n                    ],\n                    \"timeTaken\": 14.400666666666666,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608480872966\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf7960f6cf88083344d664\",\n                    \"studentId\": \"5fdf75b5f6cf88083344d64d\",\n                    \"responses\": [\n                        {\n                            \"answers\": [\n                                \"yes 13-14 sec \"\n                            ],\n                            \"_id\": \"5fdf7960f6cf88083344d665\",\n                            \"questionId\": \"5fde2f4149613f4c0eb50d24\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"yes i have 2017GHOS02\"\n                            ],\n                            \"_id\": \"5fdf7960f6cf88083344d666\",\n                            \"questionId\": \"5fde320949613f4c0eb50d26\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"just beating my PB\"\n                            ],\n                            \"_id\": \"5fdf7960f6cf88083344d667\",\n                            \"questionId\": \"5fde324549613f4c0eb50d28\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"megaminx 3*3 4*4 5*5 6*6 7*7 pyraminx skewb \"\n                            ],\n                            \"_id\": \"5fdf7960f6cf88083344d668\",\n                            \"questionId\": \"5fde329749613f4c0eb50d29\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"3*3 bld \"\n                            ],\n                            \"_id\": \"5fdf7960f6cf88083344d669\",\n                            \"questionId\": \"5fde331049613f4c0eb50d2a\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        }\n                    ],\n                    \"timeTaken\": 1.5100833333333334,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608481120752\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf8402f6cf88083344d6ae\",\n                    \"studentId\": \"5fdf82a3f6cf88083344d699\",\n                    \"responses\": [\n                        {\n                            \"answers\": [\n                                \"Yes. 10minutes\"\n                            ],\n                            \"_id\": \"5fdf8402f6cf88083344d6af\",\n                            \"questionId\": \"5fde2f4149613f4c0eb50d24\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"I know what is WCA but I don't have a id\"\n                            ],\n                            \"_id\": \"5fdf8402f6cf88083344d6b0\",\n                            \"questionId\": \"5fde320949613f4c0eb50d26\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"Cubing keeps me entertained and also motivated\"\n                            ],\n                            \"_id\": \"5fdf8402f6cf88083344d6b1\",\n                            \"questionId\": \"5fde324549613f4c0eb50d28\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"2x2,3x3\"\n                            ],\n                            \"_id\": \"5fdf8402f6cf88083344d6b2\",\n                            \"questionId\": \"5fde329749613f4c0eb50d29\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"As mentioned already I know how to solve 2x2,3x3. I would love to learn all other possible puzzle. Now I am currently learning 4x4.\"\n                            ],\n                            \"_id\": \"5fdf8402f6cf88083344d6b3\",\n                            \"questionId\": \"5fde331049613f4c0eb50d2a\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        }\n                    ],\n                    \"timeTaken\": 4.70875,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608483842219\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf864ef6cf88083344d6c8\",\n                    \"studentId\": \"5fdf83f9f6cf88083344d6ad\",\n                    \"responses\": [\n                        {\n                            \"answers\": [\n                                \"yes, 25 seconds\"\n                            ],\n                            \"_id\": \"5fdf864ef6cf88083344d6c9\",\n                            \"questionId\": \"5fde2f4149613f4c0eb50d24\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"\"\n                            ],\n                            \"_id\": \"5fdf864ef6cf88083344d6ca\",\n                            \"questionId\": \"5fde320949613f4c0eb50d26\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"Its cool and I enjoy doing it\"\n                            ],\n                            \"_id\": \"5fdf864ef6cf88083344d6cb\",\n                            \"questionId\": \"5fde324549613f4c0eb50d28\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \" cube and I cant think of any other.\"\n                            ],\n                            \"_id\": \"5fdf864ef6cf88083344d6cc\",\n                            \"questionId\": \"5fde329749613f4c0eb50d29\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"I already know 2x2,3x3 and I want to learn 4x4,pyramix and megaminx\"\n                            ],\n                            \"_id\": \"5fdf864ef6cf88083344d6cd\",\n                            \"questionId\": \"5fde331049613f4c0eb50d2a\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        }\n                    ],\n                    \"timeTaken\": 4.1881,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608484430407\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf8837f6cf88083344d6d2\",\n                    \"studentId\": \"5fdf8609f6cf88083344d6c7\",\n                    \"responses\": [\n                        {\n                            \"answers\": [\n                                \"Around 3 minutes\"\n                            ],\n                            \"_id\": \"5fdf8837f6cf88083344d6d3\",\n                            \"questionId\": \"5fde2f4149613f4c0eb50d24\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"I dont have WCA id\"\n                            ],\n                            \"_id\": \"5fdf8837f6cf88083344d6d4\",\n                            \"questionId\": \"5fde320949613f4c0eb50d26\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"I find it cool and fun. Besides, show off is a thing.\"\n                            ],\n                            \"_id\": \"5fdf8837f6cf88083344d6d5\",\n                            \"questionId\": \"5fde324549613f4c0eb50d28\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"Logical and mathematical puzzles, Sudoku , chess puzzles, My Life(Oh! I dont know how to solve this one)\"\n                            ],\n                            \"_id\": \"5fdf8837f6cf88083344d6d6\",\n                            \"questionId\": \"5fde329749613f4c0eb50d29\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"I would love to learn upto 5x5. If I think I can do more after learning these, I would surely go for higher orders.\"\n                            ],\n                            \"_id\": \"5fdf8837f6cf88083344d6d7\",\n                            \"questionId\": \"5fde331049613f4c0eb50d2a\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        }\n                    ],\n                    \"timeTaken\": 7.3357833333333335,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608484919604\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf98fdf6cf88083344d718\",\n                    \"studentId\": \"5fdf969ef6cf88083344d708\",\n                    \"responses\": [\n                        {\n                            \"answers\": [\n                                \"Yes, I can. I average at approximately 27-30 seconds\"\n                            ],\n                            \"_id\": \"5fdf98fdf6cf88083344d719\",\n                            \"questionId\": \"5fde2f4149613f4c0eb50d24\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"WCA is the World Cubing Association. Although I am really passionate about cubing, I haven't really participated in an actual event. Hence no WCA ID.\"\n                            ],\n                            \"_id\": \"5fdf98fdf6cf88083344d71a\",\n                            \"questionId\": \"5fde320949613f4c0eb50d26\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"It allows me release stress. Especially during these times where your cooped up infant of a display for long hours, cubing allows me to blow off some steam.\"\n                            ],\n                            \"_id\": \"5fdf98fdf6cf88083344d71b\",\n                            \"questionId\": \"5fde324549613f4c0eb50d28\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"I know Megaminx, 4x4, 2x2, Mirror Cube. Had begun to learn solving clock and 5x5.\"\n                            ],\n                            \"_id\": \"5fdf98fdf6cf88083344d71c\",\n                            \"questionId\": \"5fde329749613f4c0eb50d29\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"Always was fascinated by the Pyraminx so definitely that. Also, I want to learn CFOP for 3x3. I think I might have hit a ceiling with using the beginners method.\"\n                            ],\n                            \"_id\": \"5fdf98fdf6cf88083344d71d\",\n                            \"questionId\": \"5fde331049613f4c0eb50d2a\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        }\n                    ],\n                    \"timeTaken\": 5.4834,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608489213226\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf999ff6cf88083344d720\",\n                    \"studentId\": \"5fdf9691f6cf88083344d707\",\n                    \"responses\": [\n                        {\n                            \"answers\": [\n                                \"yes ; 12-13 secs\"\n                            ],\n                            \"_id\": \"5fdf999ff6cf88083344d721\",\n                            \"questionId\": \"5fde2f4149613f4c0eb50d24\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"yes ; 2019PANT02 - Pranav Pant\"\n                            ],\n                            \"_id\": \"5fdf999ff6cf88083344d722\",\n                            \"questionId\": \"5fde320949613f4c0eb50d26\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"it improves focus\"\n                            ],\n                            \"_id\": \"5fdf999ff6cf88083344d723\",\n                            \"questionId\": \"5fde324549613f4c0eb50d28\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"8 ; 2x2,3x3,4x4,5x5,6x6,pyraminx,megaminx,skewb\"\n                            ],\n                            \"_id\": \"5fdf999ff6cf88083344d724\",\n                            \"questionId\": \"5fde329749613f4c0eb50d29\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"7x7\"\n                            ],\n                            \"_id\": \"5fdf999ff6cf88083344d725\",\n                            \"questionId\": \"5fde331049613f4c0eb50d2a\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        }\n                    ],\n                    \"timeTaken\": 2.905116666666667,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608489375742\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdfacbaf6cf88083344d741\",\n                    \"studentId\": \"5fdfa488f6cf88083344d739\",\n                    \"responses\": [\n                        {\n                            \"answers\": [\n                                \"Yes. 2 minutes 30 seconds\"\n                            ],\n                            \"_id\": \"5fdfacbaf6cf88083344d742\",\n                            \"questionId\": \"5fde2f4149613f4c0eb50d24\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"WCA is World Cubing Association. I only know what it is I don't have an ID\"\n                            ],\n                            \"_id\": \"5fdfacbaf6cf88083344d743\",\n                            \"questionId\": \"5fde320949613f4c0eb50d26\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"Cubing has almost become an addiction to me when I first started learning it. but for some time I was away from cubing due to studies . After coming to know about a club for cubers in VIT I was really excited. I watched a few competitions held recently and I was really motivated and thought I should get my rusty hands back to work.\"\n                            ],\n                            \"_id\": \"5fdfacbaf6cf88083344d744\",\n                            \"questionId\": \"5fde324549613f4c0eb50d28\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"1. 3x3\"\n                            ],\n                            \"_id\": \"5fdfacbaf6cf88083344d745\",\n                            \"questionId\": \"5fde329749613f4c0eb50d29\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"Pyraminx, 2x2, 4x4, 5x5 and also others\"\n                            ],\n                            \"_id\": \"5fdfacbaf6cf88083344d746\",\n                            \"questionId\": \"5fde331049613f4c0eb50d2a\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        }\n                    ],\n                    \"timeTaken\": 16.374633333333332,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608494266606\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdfacd3f6cf88083344d747\",\n                    \"studentId\": \"5fdfa488f6cf88083344d739\",\n                    \"responses\": [\n                        {\n                            \"answers\": [\n                                \"\"\n                            ],\n                            \"_id\": \"5fdfacd3f6cf88083344d748\",\n                            \"questionId\": \"5fde2f4149613f4c0eb50d24\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"\"\n                            ],\n                            \"_id\": \"5fdfacd3f6cf88083344d749\",\n                            \"questionId\": \"5fde320949613f4c0eb50d26\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"\"\n                            ],\n                            \"_id\": \"5fdfacd3f6cf88083344d74a\",\n                            \"questionId\": \"5fde324549613f4c0eb50d28\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"\"\n                            ],\n                            \"_id\": \"5fdfacd3f6cf88083344d74b\",\n                            \"questionId\": \"5fde329749613f4c0eb50d29\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"\"\n                            ],\n                            \"_id\": \"5fdfacd3f6cf88083344d74c\",\n                            \"questionId\": \"5fde331049613f4c0eb50d2a\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        }\n                    ],\n                    \"timeTaken\": 16.79606666666667,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608494291195\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fe042bd52ed141c40570494\",\n                    \"studentId\": \"5fe0377252ed141c40570464\",\n                    \"responses\": [\n                        {\n                            \"answers\": [\n                                \"YES, I CAN COMPLETE IT IN 2minutes30seconds\"\n                            ],\n                            \"_id\": \"5fe042bd52ed141c40570495\",\n                            \"questionId\": \"5fde2f4149613f4c0eb50d24\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"The World Cube Association (WCA) is the worldwide organization that regulates and holds competitions for mechanical puzzles that are operated by twisting groups of pieces, commonly known as twisty puzzles \"\n                            ],\n                            \"_id\": \"5fe042bd52ed141c40570496\",\n                            \"questionId\": \"5fde320949613f4c0eb50d26\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"Iknow 3x3 ;so i am intrested to learn all type of puzzles\"\n                            ],\n                            \"_id\": \"5fe042bd52ed141c40570497\",\n                            \"questionId\": \"5fde324549613f4c0eb50d28\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"I know only one puzzle that is 3x3\"\n                            ],\n                            \"_id\": \"5fe042bd52ed141c40570498\",\n                            \"questionId\": \"5fde329749613f4c0eb50d29\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"2x2,4x4,5x5,6x6,7x7,pyramid\"\n                            ],\n                            \"_id\": \"5fe042bd52ed141c40570499\",\n                            \"questionId\": \"5fde331049613f4c0eb50d2a\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        }\n                    ],\n                    \"timeTaken\": 8.1941,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608532669723\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fe04dd752ed141c405704ec\",\n                    \"studentId\": \"5fe0493052ed141c405704c6\",\n                    \"responses\": [\n                        {\n                            \"answers\": [\n                                \"yes, 1min and 30 sec\"\n                            ],\n                            \"_id\": \"5fe04dd752ed141c405704ed\",\n                            \"questionId\": \"5fde2f4149613f4c0eb50d24\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"Yes I know. I don't have WCA id\"\n                            ],\n                            \"_id\": \"5fe04dd752ed141c405704ee\",\n                            \"questionId\": \"5fde320949613f4c0eb50d26\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"Thrill of solving cube especially at the final step\"\n                            ],\n                            \"_id\": \"5fe04dd752ed141c405704ef\",\n                            \"questionId\": \"5fde324549613f4c0eb50d28\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"FIVE. They are 3*3, 5*5, mirror cube, pyraminx , megaminx\"\n                            ],\n                            \"_id\": \"5fe04dd752ed141c405704f0\",\n                            \"questionId\": \"5fde329749613f4c0eb50d29\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"I want to learn all of these puzzles\"\n                            ],\n                            \"_id\": \"5fe04dd752ed141c405704f1\",\n                            \"questionId\": \"5fde331049613f4c0eb50d2a\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"9072473505, rajalakshmi.sivarajan2019@vitstudent.ac.in\"\n                            ],\n                            \"_id\": \"5fe04dd752ed141c405704f2\",\n                            \"questionId\": \"5fe04a2d52ed141c405704d8\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        }\n                    ],\n                    \"timeTaken\": 10.589,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608535511385\n                }\n            ],\n            \"shortlisedInDomain\": [],\n            \"selectedInDomain\": [],\n            \"__v\": 0\n        },\n        {\n            \"domainMarks\": 0,\n            \"domainFinalized\": false,\n            \"_id\": \"5fde1c9fc4135f475eeb1f5d\",\n            \"testId\": \"5fde18aac4135f475eeb1f56\",\n            \"clubId\": \"5fddffe1c0eeb11ff8065920\",\n            \"domainName\": \"Design\",\n            \"domainDescription\": \"Have a knack for building some amazing designs? We at CUBE VIT specialise in some of the craziest design implementations. Join this domain to see some of the craziest minds in action.\",\n            \"domainInstructions\": \"This domain will test your creative knowledge and how well you can think out-of-the-box to produce some of the most beautiful artworks. There won't be any in-detail questions on Design softwares.\\nBest of Luck.\",\n            \"domainDuration\": 30,\n            \"usersStarted\": [\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf17915ded065d817966a2\",\n                    \"studentId\": \"5fdef47b49613f4c0eb50d78\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf24496f057962a84ef8d6\",\n                    \"studentId\": \"5fdefcd75ded065d8179665f\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf2c59f0e4af641e7aca9c\",\n                    \"studentId\": \"5fde343649613f4c0eb50d2b\"\n                },\n                {\n                    \"marks\": 0,\n                    \"corrected\": false,\n                    \"responses\": [],\n                    \"_id\": \"5fdf4e1b743a0965f6a1614b\",\n                    \"studentId\": \"5fdf01565ded065d81796664\"\n                }\n            ],\n            \"usersFinished\": [\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf4821743a0965f6a1611b\",\n                    \"studentId\": \"5fdf41e9743a0965f6a160ec\",\n                    \"responses\": [\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4821743a0965f6a1611c\",\n                            \"questionId\": \"5fde2616c4135f475eeb1f78\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4821743a0965f6a1611d\",\n                            \"questionId\": \"5fde2649c4135f475eeb1f79\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4821743a0965f6a1611e\",\n                            \"questionId\": \"5fde26f9c4135f475eeb1f7c\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4821743a0965f6a1611f\",\n                            \"questionId\": \"5fde2d4949613f4c0eb50d1e\"\n                        },\n                        {\n                            \"answers\": [],\n                            \"_id\": \"5fdf4821743a0965f6a16120\",\n                            \"questionId\": \"5fde2e5749613f4c0eb50d23\"\n                        }\n                    ],\n                    \"timeTaken\": 7.25235,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608468513405\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf80d2f6cf88083344d68e\",\n                    \"studentId\": \"5fdf543b743a0965f6a16173\",\n                    \"responses\": [\n                        {\n                            \"answers\": [\n                                \"\"\n                            ],\n                            \"_id\": \"5fdf80d2f6cf88083344d68f\",\n                            \"questionId\": \"5fde2616c4135f475eeb1f78\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"\"\n                            ],\n                            \"_id\": \"5fdf80d2f6cf88083344d690\",\n                            \"questionId\": \"5fde2649c4135f475eeb1f79\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"\"\n                            ],\n                            \"_id\": \"5fdf80d2f6cf88083344d691\",\n                            \"questionId\": \"5fde26f9c4135f475eeb1f7c\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"\"\n                            ],\n                            \"_id\": \"5fdf80d2f6cf88083344d692\",\n                            \"questionId\": \"5fde2d4949613f4c0eb50d1e\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"\"\n                            ],\n                            \"_id\": \"5fdf80d2f6cf88083344d693\",\n                            \"questionId\": \"5fde2e5749613f4c0eb50d23\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        }\n                    ],\n                    \"timeTaken\": 0.49101666666666666,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608483026497\n                },\n                {\n                    \"marks\": 0,\n                    \"_id\": \"5fdf99e2f6cf88083344d727\",\n                    \"studentId\": \"5fdf9691f6cf88083344d707\",\n                    \"responses\": [\n                        {\n                            \"answers\": [\n                                \"\"\n                            ],\n                            \"_id\": \"5fdf99e2f6cf88083344d728\",\n                            \"questionId\": \"5fde2616c4135f475eeb1f78\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"\"\n                            ],\n                            \"_id\": \"5fdf99e2f6cf88083344d729\",\n                            \"questionId\": \"5fde2649c4135f475eeb1f79\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"\"\n                            ],\n                            \"_id\": \"5fdf99e2f6cf88083344d72a\",\n                            \"questionId\": \"5fde26f9c4135f475eeb1f7c\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"\"\n                            ],\n                            \"_id\": \"5fdf99e2f6cf88083344d72b\",\n                            \"questionId\": \"5fde2d4949613f4c0eb50d1e\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        },\n                        {\n                            \"answers\": [\n                                \"\"\n                            ],\n                            \"_id\": \"5fdf99e2f6cf88083344d72c\",\n                            \"questionId\": \"5fde2e5749613f4c0eb50d23\",\n                            \"questionType\": \"shortAnswer\",\n                            \"questionMarks\": 0,\n                            \"scoredQuestionMarks\": 0,\n                            \"corrected\": false\n                        }\n                    ],\n                    \"timeTaken\": 1.0169166666666667,\n                    \"corrected\": false,\n                    \"submittedOn\": 1608489442156\n                }\n            ],\n            \"shortlisedInDomain\": [],\n            \"selectedInDomain\": [],\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"831fcdbe-30f5-4836-9ed8-f273045809a4"},{"name":"Get all submissions of a domain","id":"697e6c4e-6266-47ee-a944-f54cd4167150","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/dev/allSubmissionsOfADomain?domainId=5fe0271352ed141c4057042b","urlObject":{"path":["dev","allSubmissionsOfADomain"],"host":["{{url}}"],"query":[{"key":"domainId","value":"5fe0271352ed141c4057042b"}],"variable":[]}},"response":[{"id":"adbd10d9-043f-42d9-b8da-8c779c8fb7b8","name":"Get all submissions of a domain","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/dev/allSubmissionsOfADomain?domainId=5fe0271352ed141c4057042b","host":["{{url}}"],"path":["dev","allSubmissionsOfADomain"],"query":[{"key":"domainId","value":"5fe0271352ed141c4057042b"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"15642"},{"key":"ETag","value":"W/\"3d1a-QHVHG29BR45Qcu17zU1bZOG356Q\""},{"key":"Date","value":"Wed, 23 Dec 2020 15:24:40 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"domainMarks\": 0,\n    \"domainFinalized\": false,\n    \"_id\": \"5fe0271352ed141c4057042b\",\n    \"testId\": {\n        \"_id\": \"5fdf46b4743a0965f6a16116\",\n        \"roundNumber\": 1,\n        \"roundType\": \"MCQs/Answer\",\n        \"instructions\": \"You are required to fill for the domain you want to apply. if you want to apply for multiple domains, kindly fill the form separately.\",\n        \"scheduledForDate\": 1608517800000,\n        \"scheduledEndDate\": 1608660000000\n    },\n    \"clubId\": {\n        \"_id\": \"5fde063a6ddabc5e08a3f565\",\n        \"email\": \"iei@vit.ac.in\",\n        \"name\": \"IE(I) VIT\",\n        \"type\": \"Technical\"\n    },\n    \"domainName\": \"Editorial\",\n    \"domainDescription\": \"If you have a flair for writing and you feel like writing blogs for our chapter or even captions, this is the domain for you\",\n    \"domainInstructions\": \".\",\n    \"domainDuration\": 150,\n    \"usersStarted\": [\n        {\n            \"marks\": 0,\n            \"corrected\": false,\n            \"responses\": [],\n            \"_id\": \"5fe0a9b30801de43ddf6c894\",\n            \"studentId\": \"5fe091bc0801de43ddf6c78a\"\n        },\n        {\n            \"marks\": 0,\n            \"corrected\": false,\n            \"responses\": [],\n            \"_id\": \"5fe0af070801de43ddf6c8f3\",\n            \"studentId\": \"5fdf9f77f6cf88083344d736\"\n        },\n        {\n            \"marks\": 0,\n            \"corrected\": false,\n            \"responses\": [],\n            \"_id\": \"5fe1a72f61cd9f4ba37f42bd\",\n            \"studentId\": \"5fe01484f6cf88083344d757\"\n        },\n        {\n            \"marks\": 0,\n            \"corrected\": false,\n            \"responses\": [],\n            \"_id\": \"5fe20b7061cd9f4ba37f4a09\",\n            \"studentId\": \"5fdf1fc47e23bd615bfbab58\"\n        }\n    ],\n    \"usersFinished\": [\n        {\n            \"marks\": 0,\n            \"_id\": \"5fe07a0352ed141c405705d2\",\n            \"studentId\": {\n                \"_id\": \"5fdef96b49613f4c0eb50d80\",\n                \"name\": \"Afreen Ahmed 18BIS0157\",\n                \"email\": \"afreen.ahmed2018@vitstudent.ac.in\"\n            },\n            \"responses\": [\n                {\n                    \"answers\": [\n                        \"\"\n                    ],\n                    \"_id\": \"5fe07a0352ed141c405705d3\",\n                    \"questionId\": {\n                        \"_id\": \"5fe0273e52ed141c4057042c\",\n                        \"description\": \"Tell us about yourself.\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"\"\n                    ],\n                    \"_id\": \"5fe07a0352ed141c405705d4\",\n                    \"questionId\": {\n                        \"_id\": \"5fe0274b52ed141c4057042d\",\n                        \"description\": \"What are your strength and weaknesses?\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"\"\n                    ],\n                    \"_id\": \"5fe07a0352ed141c405705d5\",\n                    \"questionId\": {\n                        \"_id\": \"5fe0275952ed141c4057042e\",\n                        \"description\": \"Do you have any previous knowledge of content writing?\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"\"\n                    ],\n                    \"_id\": \"5fe07a0352ed141c405705d6\",\n                    \"questionId\": {\n                        \"_id\": \"5fe0276752ed141c4057042f\",\n                        \"description\": \"Have you written or edited a blog post? If yes paste the link of the blog post.\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"\"\n                    ],\n                    \"_id\": \"5fe07a0352ed141c405705d7\",\n                    \"questionId\": {\n                        \"_id\": \"5fe0277252ed141c40570430\",\n                        \"description\": \"How do you sustain interest in even the most mundane aspects of editing – proofreading, fact-checking, source-checking, etc?\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"\"\n                    ],\n                    \"_id\": \"5fe07a0352ed141c405705d8\",\n                    \"questionId\": {\n                        \"_id\": \"5fe0277f52ed141c40570431\",\n                        \"description\": \"What do you like to read in your leisure hours?\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"\"\n                    ],\n                    \"_id\": \"5fe07a0352ed141c405705d9\",\n                    \"questionId\": {\n                        \"_id\": \"5fe0279152ed141c40570433\",\n                        \"description\": \" Give a small write-up of not less than 100 words and not more than   350 words on any of the following topics:\\n1. Powers of Bitcoin and Cryptocurrency\\n2. The advent of Neural Networks and Deep Learning\\n3. Machine Learning in everyday life\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"\"\n                    ],\n                    \"_id\": \"5fe07a0352ed141c405705da\",\n                    \"questionId\": {\n                        \"_id\": \"5fe027b752ed141c40570434\",\n                        \"description\": \"Why should you be selected for the next round over other candidates?\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"\"\n                    ],\n                    \"_id\": \"5fe07a0352ed141c405705db\",\n                    \"questionId\": {\n                        \"_id\": \"5fe027e252ed141c40570435\",\n                        \"description\": \"What attracted you to our chapter?\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                }\n            ],\n            \"timeTaken\": 0.31338333333333335,\n            \"corrected\": false,\n            \"submittedOn\": 1608546819211\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fe0a7690801de43ddf6c873\",\n            \"studentId\": {\n                \"_id\": \"5fdf0d095ded065d8179668a\",\n                \"name\": \"VATSAL PODDAR\",\n                \"email\": \"vatsal.poddar2019@vitstudent.ac.in\"\n            },\n            \"responses\": [\n                {\n                    \"answers\": [\n                        \"I am hardworking person and am always looking to learn new things and meet new people. When I perform a task, I give my full attention and focus to it. I like playing sports and listening to music. I am not a very talkative person but I am a great listener and try to absorb new things from people around me.\"\n                    ],\n                    \"_id\": \"5fe0a7690801de43ddf6c874\",\n                    \"questionId\": {\n                        \"_id\": \"5fe0273e52ed141c4057042c\",\n                        \"description\": \"Tell us about yourself.\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"My strengths are that I am punctual, practical,  adaptable to any situation and most importantly I am always ready to learn new things. I always try to submit my work before deadline and stay calm and collected even under stress.\\n\\nMy weakness is that I am an introvert and thus am not very talkative. However once I get to know those around me , I can interact and express myself easily.\"\n                    ],\n                    \"_id\": \"5fe0a7690801de43ddf6c875\",\n                    \"questionId\": {\n                        \"_id\": \"5fe0274b52ed141c4057042d\",\n                        \"description\": \"What are your strength and weaknesses?\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"Yes, I am currently in the editorial team of LEO Club and have experience in writing captions, vote of thanks, report and so on.\"\n                    ],\n                    \"_id\": \"5fe0a7690801de43ddf6c876\",\n                    \"questionId\": {\n                        \"_id\": \"5fe0275952ed141c4057042e\",\n                        \"description\": \"Do you have any previous knowledge of content writing?\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"No\"\n                    ],\n                    \"_id\": \"5fe0a7690801de43ddf6c877\",\n                    \"questionId\": {\n                        \"_id\": \"5fe0276752ed141c4057042f\",\n                        \"description\": \"Have you written or edited a blog post? If yes paste the link of the blog post.\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"I am able to maintain interest because even while doing all this you can learn something new and interesting. You may learn some facts that you did not know, get to know about new and different sources and so on.\"\n                    ],\n                    \"_id\": \"5fe0a7690801de43ddf6c878\",\n                    \"questionId\": {\n                        \"_id\": \"5fe0277252ed141c40570430\",\n                        \"description\": \"How do you sustain interest in even the most mundane aspects of editing – proofreading, fact-checking, source-checking, etc?\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"I prefer reading books related to character and self development or which can teach something about life. Currently I am reading book called \\\"Think and Grow Rich\\\" which tells how a person's thought process should be in order to be successful in life and grow even further. \"\n                    ],\n                    \"_id\": \"5fe0a7690801de43ddf6c879\",\n                    \"questionId\": {\n                        \"_id\": \"5fe0277f52ed141c40570431\",\n                        \"description\": \"What do you like to read in your leisure hours?\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"Machine learning is now one of the biggest innovations and an important part in today's technical world. If we can harness the power of machine learning properly, it can make our lives a lot more easier and comfortable. The field of machine learning and AI is already making a huge progress in various fields such as self-driving cars, intelligent gaming and so on. In a nutshell it can be said that machine learning is an incredible breakthrough and has many frightening implications which can improve our lives. \"\n                    ],\n                    \"_id\": \"5fe0a7690801de43ddf6c87a\",\n                    \"questionId\": {\n                        \"_id\": \"5fe0279152ed141c40570433\",\n                        \"description\": \" Give a small write-up of not less than 100 words and not more than   350 words on any of the following topics:\\n1. Powers of Bitcoin and Cryptocurrency\\n2. The advent of Neural Networks and Deep Learning\\n3. Machine Learning in everyday life\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"I already have experience in this field and I am genuinely interested in learning more things by becoming a part of this chapter. I will also give my best in helping this  chapter to grow even further.\"\n                    ],\n                    \"_id\": \"5fe0a7690801de43ddf6c87b\",\n                    \"questionId\": {\n                        \"_id\": \"5fe027b752ed141c40570434\",\n                        \"description\": \"Why should you be selected for the next round over other candidates?\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"IEI is a very accomplished and distinguished chapter and I believe by becoming a part of this chapter, I can learn many things and meet many people from whom I can learn a lot. \"\n                    ],\n                    \"_id\": \"5fe0a7690801de43ddf6c87c\",\n                    \"questionId\": {\n                        \"_id\": \"5fe027e252ed141c40570435\",\n                        \"description\": \"What attracted you to our chapter?\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                }\n            ],\n            \"timeTaken\": 57.9252,\n            \"corrected\": false,\n            \"submittedOn\": 1608558441434\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fe0b1610801de43ddf6c91a\",\n            \"studentId\": {\n                \"_id\": \"5fe0a8b30801de43ddf6c88c\",\n                \"name\": \"Aniket Paramhans Singh\",\n                \"email\": \"aniketparamhans.singh2019@vitstudent.ac.in\",\n                \"mobileNumber\": 918789129658\n            },\n            \"responses\": [\n                {\n                    \"answers\": [\n                        \"I am Aniket Paramhans Singh, from CSE core branch. I am a team player and easily work in any environment given. I read books in  my free time so I am fairly acquainted with writing.\"\n                    ],\n                    \"_id\": \"5fe0b1610801de43ddf6c91b\",\n                    \"questionId\": {\n                        \"_id\": \"5fe0273e52ed141c4057042c\",\n                        \"description\": \"Tell us about yourself.\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"Strength: Team player, punctual, attentive, creative, smart working\\nWeakness: Apathetic, shy, unconventional \"\n                    ],\n                    \"_id\": \"5fe0b1610801de43ddf6c91c\",\n                    \"questionId\": {\n                        \"_id\": \"5fe0274b52ed141c4057042d\",\n                        \"description\": \"What are your strength and weaknesses?\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"Yes, I have an instagram page where I write about fiction time to time.\"\n                    ],\n                    \"_id\": \"5fe0b1610801de43ddf6c91d\",\n                    \"questionId\": {\n                        \"_id\": \"5fe0275952ed141c4057042e\",\n                        \"description\": \"Do you have any previous knowledge of content writing?\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"yes but it is in picture format on instagram. \\nhttps://www.instagram.com/siegkaiser/\"\n                    ],\n                    \"_id\": \"5fe0b1610801de43ddf6c91e\",\n                    \"questionId\": {\n                        \"_id\": \"5fe0276752ed141c4057042f\",\n                        \"description\": \"Have you written or edited a blog post? If yes paste the link of the blog post.\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"\"\n                    ],\n                    \"_id\": \"5fe0b1610801de43ddf6c91f\",\n                    \"questionId\": {\n                        \"_id\": \"5fe0277252ed141c40570430\",\n                        \"description\": \"How do you sustain interest in even the most mundane aspects of editing – proofreading, fact-checking, source-checking, etc?\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"Light novels, Visual novels and anime(watch)\"\n                    ],\n                    \"_id\": \"5fe0b1610801de43ddf6c920\",\n                    \"questionId\": {\n                        \"_id\": \"5fe0277f52ed141c40570431\",\n                        \"description\": \"What do you like to read in your leisure hours?\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"\"\n                    ],\n                    \"_id\": \"5fe0b1610801de43ddf6c921\",\n                    \"questionId\": {\n                        \"_id\": \"5fe0279152ed141c40570433\",\n                        \"description\": \" Give a small write-up of not less than 100 words and not more than   350 words on any of the following topics:\\n1. Powers of Bitcoin and Cryptocurrency\\n2. The advent of Neural Networks and Deep Learning\\n3. Machine Learning in everyday life\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"\"\n                    ],\n                    \"_id\": \"5fe0b1610801de43ddf6c922\",\n                    \"questionId\": {\n                        \"_id\": \"5fe027b752ed141c40570434\",\n                        \"description\": \"Why should you be selected for the next round over other candidates?\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"\"\n                    ],\n                    \"_id\": \"5fe0b1610801de43ddf6c923\",\n                    \"questionId\": {\n                        \"_id\": \"5fe027e252ed141c40570435\",\n                        \"description\": \"What attracted you to our chapter?\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                }\n            ],\n            \"timeTaken\": 12.20135,\n            \"corrected\": false,\n            \"submittedOn\": 1608560993044\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fe2136061cd9f4ba37f4ac2\",\n            \"studentId\": {\n                \"_id\": \"5fe212bf61cd9f4ba37f4a99\",\n                \"name\": \"Aniket Agarwal\",\n                \"email\": \"aniket.agarwal2018@vitstudent.ac.in\",\n                \"mobileNumber\": 9760651943\n            },\n            \"responses\": [\n                {\n                    \"answers\": [\n                        \"\"\n                    ],\n                    \"_id\": \"5fe2136061cd9f4ba37f4ac3\",\n                    \"questionId\": {\n                        \"_id\": \"5fe0273e52ed141c4057042c\",\n                        \"description\": \"Tell us about yourself.\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"\"\n                    ],\n                    \"_id\": \"5fe2136061cd9f4ba37f4ac4\",\n                    \"questionId\": {\n                        \"_id\": \"5fe0274b52ed141c4057042d\",\n                        \"description\": \"What are your strength and weaknesses?\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"\"\n                    ],\n                    \"_id\": \"5fe2136061cd9f4ba37f4ac5\",\n                    \"questionId\": {\n                        \"_id\": \"5fe0275952ed141c4057042e\",\n                        \"description\": \"Do you have any previous knowledge of content writing?\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"\"\n                    ],\n                    \"_id\": \"5fe2136061cd9f4ba37f4ac6\",\n                    \"questionId\": {\n                        \"_id\": \"5fe0276752ed141c4057042f\",\n                        \"description\": \"Have you written or edited a blog post? If yes paste the link of the blog post.\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"\"\n                    ],\n                    \"_id\": \"5fe2136061cd9f4ba37f4ac7\",\n                    \"questionId\": {\n                        \"_id\": \"5fe0277252ed141c40570430\",\n                        \"description\": \"How do you sustain interest in even the most mundane aspects of editing – proofreading, fact-checking, source-checking, etc?\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"\"\n                    ],\n                    \"_id\": \"5fe2136061cd9f4ba37f4ac8\",\n                    \"questionId\": {\n                        \"_id\": \"5fe0277f52ed141c40570431\",\n                        \"description\": \"What do you like to read in your leisure hours?\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"\"\n                    ],\n                    \"_id\": \"5fe2136061cd9f4ba37f4ac9\",\n                    \"questionId\": {\n                        \"_id\": \"5fe0279152ed141c40570433\",\n                        \"description\": \" Give a small write-up of not less than 100 words and not more than   350 words on any of the following topics:\\n1. Powers of Bitcoin and Cryptocurrency\\n2. The advent of Neural Networks and Deep Learning\\n3. Machine Learning in everyday life\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"\"\n                    ],\n                    \"_id\": \"5fe2136061cd9f4ba37f4aca\",\n                    \"questionId\": {\n                        \"_id\": \"5fe027b752ed141c40570434\",\n                        \"description\": \"Why should you be selected for the next round over other candidates?\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"\"\n                    ],\n                    \"_id\": \"5fe2136061cd9f4ba37f4acb\",\n                    \"questionId\": {\n                        \"_id\": \"5fe027e252ed141c40570435\",\n                        \"description\": \"What attracted you to our chapter?\",\n                        \"options\": []\n                    },\n                    \"questionType\": \"longAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                }\n            ],\n            \"timeTaken\": 0.44221666666666665,\n            \"corrected\": false,\n            \"submittedOn\": 1608651616554\n        }\n    ],\n    \"shortlisedInDomain\": [],\n    \"selectedInDomain\": [],\n    \"__v\": 0\n}"}],"_postman_id":"697e6c4e-6266-47ee-a944-f54cd4167150"},{"name":"Get domain by id","id":"17ffe7e5-cff7-4ee8-98b4-3720f32dd3be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/dev/domainByID?domainId=5fde19dbc4135f475eeb1f58","urlObject":{"path":["dev","domainByID"],"host":["{{url}}"],"query":[{"key":"domainId","value":"5fde19dbc4135f475eeb1f58"}],"variable":[]}},"response":[{"id":"6a4dca73-af61-4a9b-a907-6e1b3b8cc9ac","name":"Get domain by id","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/dev/domainByID?domainId=5fde19dbc4135f475eeb1f58","host":["{{url}}"],"path":["dev","domainByID"],"query":[{"key":"domainId","value":"5fde19dbc4135f475eeb1f58"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"25539"},{"key":"ETag","value":"W/\"63c3-sH+bE9Xb/LHwADY29QvchYCp+5E\""},{"key":"Date","value":"Mon, 21 Dec 2020 08:15:12 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"domainMarks\": 0,\n    \"domainFinalized\": false,\n    \"_id\": \"5fde19dbc4135f475eeb1f58\",\n    \"testId\": \"5fde18aac4135f475eeb1f56\",\n    \"clubId\": \"5fddffe1c0eeb11ff8065920\",\n    \"domainName\": \"Speed-Cuber\",\n    \"domainDescription\": \"This domain is meant for professional speedcubers who have prior knowledge and experience of solving any number of cubes. In terms of the 3x3, the candidate is suppose to be able to solve it under 25seconds! \",\n    \"domainInstructions\": \"The domain will have questions about your cubing details and some related to your knowledge about cubing.\",\n    \"domainDuration\": 30,\n    \"usersStarted\": [\n        {\n            \"marks\": 0,\n            \"corrected\": false,\n            \"responses\": [],\n            \"_id\": \"5fdf17ad5ded065d817966a5\",\n            \"studentId\": \"5fdef47b49613f4c0eb50d78\"\n        },\n        {\n            \"marks\": 0,\n            \"corrected\": false,\n            \"responses\": [],\n            \"_id\": \"5fdf19f45ded065d817966a9\",\n            \"studentId\": \"5fdefcd75ded065d8179665f\"\n        },\n        {\n            \"marks\": 0,\n            \"corrected\": false,\n            \"responses\": [],\n            \"_id\": \"5fdf1a255ded065d817966b4\",\n            \"studentId\": \"5fde2e2f49613f4c0eb50d22\"\n        },\n        {\n            \"marks\": 0,\n            \"corrected\": false,\n            \"responses\": [],\n            \"_id\": \"5fdf24ee6f057962a84ef8df\",\n            \"studentId\": \"5fdf24c76f057962a84ef8d8\"\n        },\n        {\n            \"marks\": 0,\n            \"corrected\": false,\n            \"responses\": [],\n            \"_id\": \"5fdf25076f057962a84ef8e2\",\n            \"studentId\": \"5fdeee7849613f4c0eb50d70\"\n        },\n        {\n            \"marks\": 0,\n            \"corrected\": false,\n            \"responses\": [],\n            \"_id\": \"5fdf331c743a0965f6a160b6\",\n            \"studentId\": \"5fde343649613f4c0eb50d2b\"\n        },\n        {\n            \"marks\": 0,\n            \"corrected\": false,\n            \"responses\": [],\n            \"_id\": \"5fdf3775743a0965f6a160cf\",\n            \"studentId\": \"5fdf36fc743a0965f6a160cc\"\n        },\n        {\n            \"marks\": 0,\n            \"corrected\": false,\n            \"responses\": [],\n            \"_id\": \"5fdf9906f6cf88083344d71e\",\n            \"studentId\": \"5fdf969ef6cf88083344d708\"\n        }\n    ],\n    \"usersFinished\": [\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf2971f0e4af641e7aca87\",\n            \"studentId\": \"5fdf12435ded065d81796695\",\n            \"responses\": [\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf2971f0e4af641e7aca88\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf2971f0e4af641e7aca89\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf2971f0e4af641e7aca8a\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf2971f0e4af641e7aca8b\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf2971f0e4af641e7aca8c\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf2971f0e4af641e7aca8d\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf2971f0e4af641e7aca8e\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\"\n                }\n            ],\n            \"timeTaken\": 10.775366666666667,\n            \"corrected\": false,\n            \"submittedOn\": 1608460657589\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf29cdf0e4af641e7aca90\",\n            \"studentId\": \"5fdf07225ded065d8179667a\",\n            \"responses\": [\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf29cdf0e4af641e7aca91\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf29cdf0e4af641e7aca92\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf29cdf0e4af641e7aca93\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf29cdf0e4af641e7aca94\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf29cdf0e4af641e7aca95\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf29cdf0e4af641e7aca96\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf29cdf0e4af641e7aca97\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\"\n                }\n            ],\n            \"timeTaken\": 7.811983333333333,\n            \"corrected\": false,\n            \"submittedOn\": 1608460749953\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf3363743a0965f6a160b8\",\n            \"studentId\": \"5fdf32b7743a0965f6a160b1\",\n            \"responses\": [\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf3363743a0965f6a160b9\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf3363743a0965f6a160ba\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf3363743a0965f6a160bb\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf3363743a0965f6a160bc\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf3363743a0965f6a160bd\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf3363743a0965f6a160be\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf3363743a0965f6a160bf\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\"\n                }\n            ],\n            \"timeTaken\": 1.1477666666666666,\n            \"corrected\": false,\n            \"submittedOn\": 1608463203176\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf3ecd743a0965f6a160e1\",\n            \"studentId\": \"5fdf3dd2743a0965f6a160dd\",\n            \"responses\": [\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf3ecd743a0965f6a160e2\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf3ecd743a0965f6a160e3\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf3ecd743a0965f6a160e4\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf3ecd743a0965f6a160e5\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf3ecd743a0965f6a160e6\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf3ecd743a0965f6a160e7\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf3ecd743a0965f6a160e8\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\"\n                }\n            ],\n            \"timeTaken\": 3.5646166666666668,\n            \"corrected\": false,\n            \"submittedOn\": 1608466125920\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf4415743a0965f6a160fc\",\n            \"studentId\": \"5fdf41e9743a0965f6a160ec\",\n            \"responses\": [\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4415743a0965f6a160fd\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4415743a0965f6a160fe\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4415743a0965f6a160ff\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4415743a0965f6a16100\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4415743a0965f6a16101\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4415743a0965f6a16102\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4415743a0965f6a16103\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\"\n                }\n            ],\n            \"timeTaken\": 8.30355,\n            \"corrected\": false,\n            \"submittedOn\": 1608467477920\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf4ae0743a0965f6a1612c\",\n            \"studentId\": \"5fdf45c5743a0965f6a1610e\",\n            \"responses\": [\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4ae0743a0965f6a1612d\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4ae0743a0965f6a1612e\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4ae0743a0965f6a1612f\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4ae0743a0965f6a16130\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4ae0743a0965f6a16131\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4ae0743a0965f6a16132\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4ae0743a0965f6a16133\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\"\n                }\n            ],\n            \"timeTaken\": 16.6548,\n            \"corrected\": false,\n            \"submittedOn\": 1608469216749\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf4e13743a0965f6a16143\",\n            \"studentId\": \"5fdf01565ded065d81796664\",\n            \"responses\": [\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4e13743a0965f6a16144\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4e13743a0965f6a16145\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4e13743a0965f6a16146\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4e13743a0965f6a16147\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4e13743a0965f6a16148\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4e13743a0965f6a16149\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4e13743a0965f6a1614a\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\"\n                }\n            ],\n            \"timeTaken\": 1.8086666666666666,\n            \"corrected\": false,\n            \"submittedOn\": 1608470035485\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf5100743a0965f6a16162\",\n            \"studentId\": \"5fdf4eed743a0965f6a16154\",\n            \"responses\": [\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf5100743a0965f6a16163\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf5100743a0965f6a16164\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf5100743a0965f6a16165\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf5100743a0965f6a16166\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf5100743a0965f6a16167\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf5100743a0965f6a16168\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf5100743a0965f6a16169\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\"\n                }\n            ],\n            \"timeTaken\": 7.993566666666666,\n            \"corrected\": false,\n            \"submittedOn\": 1608470784837\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf594b743a0965f6a16185\",\n            \"studentId\": \"5fdf56d1743a0965f6a16174\",\n            \"responses\": [\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf594b743a0965f6a16186\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf594b743a0965f6a16187\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf594b743a0965f6a16188\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf594b743a0965f6a16189\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf594b743a0965f6a1618a\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf594b743a0965f6a1618b\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf594b743a0965f6a1618c\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\"\n                }\n            ],\n            \"timeTaken\": 6.710216666666667,\n            \"corrected\": false,\n            \"submittedOn\": 1608472907854\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf7856f6cf88083344d654\",\n            \"studentId\": \"5fdf75b5f6cf88083344d64d\",\n            \"responses\": [\n                {\n                    \"answers\": [\n                        \"2017\"\n                    ],\n                    \"_id\": \"5fdf7856f6cf88083344d655\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"3*3 - 8.89 , 4*4= 41.25 , 5*5= 1: 32:55 ,6*6- 3:32:25 megaminx - 1:18:20 2*2- 1.89 3*3oh - 12.56 pyraminx - 3.356 skewb - 10.56\"\n                    ],\n                    \"_id\": \"5fdf7856f6cf88083344d656\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"yes  wca profile - ( ayon kumar ghosh 2017GHOS02\"\n                    ],\n                    \"_id\": \"5fdf7856f6cf88083344d657\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"teach him the basic method and tell him how the pieces move and then tell him the advance method \"\n                    ],\n                    \"_id\": \"5fdf7856f6cf88083344d658\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"Pattern recognition \"\n                    ],\n                    \"_id\": \"5fdf7856f6cf88083344d659\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"5fde237ec4135f475eeb1f71\"\n                    ],\n                    \"_id\": \"5fdf7856f6cf88083344d65a\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                },\n                {\n                    \"answers\": [\n                        \"5fde25dcc4135f475eeb1f74\"\n                    ],\n                    \"_id\": \"5fdf7856f6cf88083344d65b\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                }\n            ],\n            \"timeTaken\": 10.44155,\n            \"corrected\": false,\n            \"submittedOn\": 1608480854646\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf807ef6cf88083344d67f\",\n            \"studentId\": \"5fdf6f7c89d3fe018a5116e1\",\n            \"responses\": [\n                {\n                    \"answers\": [\n                        \"I  has been two months only\"\n                    ],\n                    \"_id\": \"5fdf807ef6cf88083344d680\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"3*3 cube, 5-8min\"\n                    ],\n                    \"_id\": \"5fdf807ef6cf88083344d681\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"no\"\n                    ],\n                    \"_id\": \"5fdf807ef6cf88083344d682\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"I will first teach him/her to solve one face,then one layer,then the middle one using some algorithm and then finally last layer with algorithm\"\n                    ],\n                    \"_id\": \"5fdf807ef6cf88083344d683\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"actually it has been only some time but really really improved my thinking capability.\"\n                    ],\n                    \"_id\": \"5fdf807ef6cf88083344d684\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"\"\n                    ],\n                    \"_id\": \"5fdf807ef6cf88083344d685\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                },\n                {\n                    \"answers\": [\n                        \"5fde25dcc4135f475eeb1f76\"\n                    ],\n                    \"_id\": \"5fdf807ef6cf88083344d686\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                }\n            ],\n            \"timeTaken\": 5.082016666666667,\n            \"corrected\": false,\n            \"submittedOn\": 1608482942435\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf831cf6cf88083344d69f\",\n            \"studentId\": \"5fdf543b743a0965f6a16173\",\n            \"responses\": [\n                {\n                    \"answers\": [\n                        \"I have been cubing since the age of 10.\"\n                    ],\n                    \"_id\": \"5fdf831cf6cf88083344d6a0\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"I solve various cubes. I have a whole collection of 10-15 kinds of cubes. I know 2*2, 3*3(60 seconds), Mirror Cube(1 min 45 seconds), Pyraminx (20seconds), Megaminx, Skewb and Barrel Cube.\"\n                    ],\n                    \"_id\": \"5fdf831cf6cf88083344d6a1\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"No, I havent been.\"\n                    ],\n                    \"_id\": \"5fdf831cf6cf88083344d6a2\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"My mother is a cube-trainor. I have seeing her teach cubes to 6 year olds to adults.  Rather than going to the algorithm or the logic technique, my approach to teach cube to a person would be that of a story which i learnt from my mom. I would teach the movements of a cube like there's a story going on. Its a very unique and easy technique by which even 6 year olds learn cubes quickly.\"\n                    ],\n                    \"_id\": \"5fdf831cf6cf88083344d6a3\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"Enhanced Memory, Problem solving skills, Patience.\"\n                    ],\n                    \"_id\": \"5fdf831cf6cf88083344d6a4\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"5fde237ec4135f475eeb1f71\"\n                    ],\n                    \"_id\": \"5fdf831cf6cf88083344d6a5\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                },\n                {\n                    \"answers\": [\n                        \"5fde25dcc4135f475eeb1f76\"\n                    ],\n                    \"_id\": \"5fdf831cf6cf88083344d6a6\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                }\n            ],\n            \"timeTaken\": 9.665616666666667,\n            \"corrected\": false,\n            \"submittedOn\": 1608483612430\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf854ef6cf88083344d6bd\",\n            \"studentId\": \"5fdf83f9f6cf88083344d6ad\",\n            \"responses\": [\n                {\n                    \"answers\": [\n                        \"since I was in 8th grade \"\n                    ],\n                    \"_id\": \"5fdf854ef6cf88083344d6be\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"3x3-25 seconds, 2x2-15 seconds\"\n                    ],\n                    \"_id\": \"5fdf854ef6cf88083344d6bf\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"no\"\n                    ],\n                    \"_id\": \"5fdf854ef6cf88083344d6c0\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"The basic cross method\"\n                    ],\n                    \"_id\": \"5fdf854ef6cf88083344d6c1\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"\"\n                    ],\n                    \"_id\": \"5fdf854ef6cf88083344d6c2\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"5fde237ec4135f475eeb1f71\"\n                    ],\n                    \"_id\": \"5fdf854ef6cf88083344d6c3\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                },\n                {\n                    \"answers\": [\n                        \"5fde25dcc4135f475eeb1f74\"\n                    ],\n                    \"_id\": \"5fdf854ef6cf88083344d6c4\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                }\n            ],\n            \"timeTaken\": 4.552983333333334,\n            \"corrected\": false,\n            \"submittedOn\": 1608484174147\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf9348f6cf88083344d6f4\",\n            \"studentId\": \"5fdf8b59f6cf88083344d6e1\",\n            \"responses\": [\n                {\n                    \"answers\": [\n                        \"I have been cubing since the age of 12\"\n                    ],\n                    \"_id\": \"5fdf9348f6cf88083344d6f5\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"I solve the 2x2, 3x3 and 4x4, though I mainly focus on the 3x3 while speed-cubing and my personal record for the same is around 40 seconds.\"\n                    ],\n                    \"_id\": \"5fdf9348f6cf88083344d6f6\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"No\"\n                    ],\n                    \"_id\": \"5fdf9348f6cf88083344d6f7\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"I would first explain the concepts involved like the approach of solving layer-by layer instead of face-by-face. I would explain the importance of corners, centers and faces. Then it would teach him the first layer slowly step-by-step, and  make him develop an interest, after which he would be self-motivated to learn the rest.\"\n                    ],\n                    \"_id\": \"5fdf9348f6cf88083344d6f8\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"I believe it has boosted my concentration power and aided me in my academics by keeping my brain active at all times\"\n                    ],\n                    \"_id\": \"5fdf9348f6cf88083344d6f9\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"5fde237ec4135f475eeb1f71\"\n                    ],\n                    \"_id\": \"5fdf9348f6cf88083344d6fa\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                },\n                {\n                    \"answers\": [\n                        \"5fde25dcc4135f475eeb1f74\"\n                    ],\n                    \"_id\": \"5fdf9348f6cf88083344d6fb\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                }\n            ],\n            \"timeTaken\": 27.218216666666667,\n            \"corrected\": false,\n            \"submittedOn\": 1608487752091\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf937cf6cf88083344d6fd\",\n            \"studentId\": \"5fdf8a78f6cf88083344d6dd\",\n            \"responses\": [\n                {\n                    \"answers\": [\n                        \"Last 3 years\"\n                    ],\n                    \"_id\": \"5fdf937cf6cf88083344d6fe\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"2*2,3*3,pyramix\"\n                    ],\n                    \"_id\": \"5fdf937cf6cf88083344d6ff\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"No\"\n                    ],\n                    \"_id\": \"5fdf937cf6cf88083344d700\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"First of all, understand the sides and their colors then the pieces of the cube and how they behave and after that approach the algorithm slowly.\"\n                    ],\n                    \"_id\": \"5fdf937cf6cf88083344d701\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"Focusing ability\"\n                    ],\n                    \"_id\": \"5fdf937cf6cf88083344d702\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"5fde237ec4135f475eeb1f71\"\n                    ],\n                    \"_id\": \"5fdf937cf6cf88083344d703\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                },\n                {\n                    \"answers\": [\n                        \"5fde25dcc4135f475eeb1f76\"\n                    ],\n                    \"_id\": \"5fdf937cf6cf88083344d704\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                }\n            ],\n            \"timeTaken\": 4.141366666666666,\n            \"corrected\": false,\n            \"submittedOn\": 1608487804243\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf98d5f6cf88083344d70f\",\n            \"studentId\": \"5fdf9691f6cf88083344d707\",\n            \"responses\": [\n                {\n                    \"answers\": [\n                        \"2015\"\n                    ],\n                    \"_id\": \"5fdf98d5f6cf88083344d710\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"3x3 - 8.94s, 4x4- 57s, 2x2-1.98s , 5x5-2:15:00 min , skewb-5.4s, 3x3 OH- 13.78s , pyraminx- 7s, 3x3BLD- 4:58:00 min \"\n                    ],\n                    \"_id\": \"5fdf98d5f6cf88083344d711\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"yes; 2019PANT02 - Pranav Pant\"\n                    ],\n                    \"_id\": \"5fdf98d5f6cf88083344d712\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"i'll teach them the basics of cubing and if they are interested ill start with the beginners method.\"\n                    ],\n                    \"_id\": \"5fdf98d5f6cf88083344d713\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"focus and planning\"\n                    ],\n                    \"_id\": \"5fdf98d5f6cf88083344d714\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"5fde237ec4135f475eeb1f71\"\n                    ],\n                    \"_id\": \"5fdf98d5f6cf88083344d715\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                },\n                {\n                    \"answers\": [\n                        \"5fde25dcc4135f475eeb1f74\"\n                    ],\n                    \"_id\": \"5fdf98d5f6cf88083344d716\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                }\n            ],\n            \"timeTaken\": 7.014283333333333,\n            \"corrected\": false,\n            \"submittedOn\": 1608489173265\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fe02ca252ed141c4057043d\",\n            \"studentId\": \"5fe028f352ed141c40570436\",\n            \"responses\": [\n                {\n                    \"answers\": [\n                        \"2018\"\n                    ],\n                    \"_id\": \"5fe02ca252ed141c4057043e\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"3x3  best time 40 seconds, 4x4 best time 3 min, megaminx best time 10 min\"\n                    ],\n                    \"_id\": \"5fe02ca252ed141c4057043f\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"no\"\n                    ],\n                    \"_id\": \"5fe02ca252ed141c40570440\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"i would start by explaining what all steps do and start explaining him/her to solve the cube using beginner method: step 1 forming the cross on first face, step 2 making the cross match centers of other sides, step 3 solving the first face simultaneously solving the first layer, step 4 solving the 2nd layer, step 5 getting cross on the last face, step 6 solving the last face, step 7 matching all the corner in 3rd layer without disturbing the last face, step 8 matching the middle pieces in the last layer.\"\n                    ],\n                    \"_id\": \"5fe02ca252ed141c40570441\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"being able to react quickly and analyse the problem quickly\"\n                    ],\n                    \"_id\": \"5fe02ca252ed141c40570442\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"\"\n                    ],\n                    \"_id\": \"5fe02ca252ed141c40570443\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                },\n                {\n                    \"answers\": [\n                        \"5fde25dcc4135f475eeb1f74\"\n                    ],\n                    \"_id\": \"5fe02ca252ed141c40570444\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                }\n            ],\n            \"timeTaken\": 13.538266666666667,\n            \"corrected\": false,\n            \"submittedOn\": 1608527010162\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fe04efa52ed141c405704f3\",\n            \"studentId\": \"5fe0487252ed141c405704c2\",\n            \"responses\": [\n                {\n                    \"answers\": [\n                        \"from 6th std\"\n                    ],\n                    \"_id\": \"5fe04efa52ed141c405704f4\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"3x3 best -23sec and average 30sec ,2x2 best-6sec and average 10sec\"\n                    ],\n                    \"_id\": \"5fe04efa52ed141c405704f5\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"no\"\n                    ],\n                    \"_id\": \"5fe04efa52ed141c405704f6\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"i will start from basics . when i had no idea of cube i started learning 3x3 from base like starting with aligning plus and completling first layer  \"\n                    ],\n                    \"_id\": \"5fe04efa52ed141c405704f7\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"cube solving help me to concentrate on my work without distraction and it also help me stay active \"\n                    ],\n                    \"_id\": \"5fe04efa52ed141c405704f8\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"5fde237ec4135f475eeb1f71\"\n                    ],\n                    \"_id\": \"5fe04efa52ed141c405704f9\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                },\n                {\n                    \"answers\": [\n                        \"5fde25dcc4135f475eeb1f74\"\n                    ],\n                    \"_id\": \"5fe04efa52ed141c405704fa\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                },\n                {\n                    \"answers\": [\n                        \"phone no -9043102104 , email id- saran.db2020@vitstudent.ac.in\"\n                    ],\n                    \"_id\": \"5fe04efa52ed141c405704fb\",\n                    \"questionId\": \"5fe04a1052ed141c405704d6\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                }\n            ],\n            \"timeTaken\": 10.648466666666666,\n            \"corrected\": false,\n            \"submittedOn\": 1608535802215\n        }\n    ],\n    \"shortlisedInDomain\": [],\n    \"selectedInDomain\": [],\n    \"__v\": 0\n}"},{"id":"97b1364b-16e4-4556-83b1-71abe5db91a3","name":"Get domain by id","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/dev/domainByID?domainId=5fde19dbc4135f475eeb1f58","host":["{{url}}"],"path":["dev","domainByID"],"query":[{"key":"domainId","value":"5fde19dbc4135f475eeb1f58"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"25539"},{"key":"ETag","value":"W/\"63c3-sH+bE9Xb/LHwADY29QvchYCp+5E\""},{"key":"Date","value":"Mon, 21 Dec 2020 08:15:12 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"domainMarks\": 0,\n    \"domainFinalized\": false,\n    \"_id\": \"5fde19dbc4135f475eeb1f58\",\n    \"testId\": \"5fde18aac4135f475eeb1f56\",\n    \"clubId\": \"5fddffe1c0eeb11ff8065920\",\n    \"domainName\": \"Speed-Cuber\",\n    \"domainDescription\": \"This domain is meant for professional speedcubers who have prior knowledge and experience of solving any number of cubes. In terms of the 3x3, the candidate is suppose to be able to solve it under 25seconds! \",\n    \"domainInstructions\": \"The domain will have questions about your cubing details and some related to your knowledge about cubing.\",\n    \"domainDuration\": 30,\n    \"usersStarted\": [\n        {\n            \"marks\": 0,\n            \"corrected\": false,\n            \"responses\": [],\n            \"_id\": \"5fdf17ad5ded065d817966a5\",\n            \"studentId\": \"5fdef47b49613f4c0eb50d78\"\n        },\n        {\n            \"marks\": 0,\n            \"corrected\": false,\n            \"responses\": [],\n            \"_id\": \"5fdf19f45ded065d817966a9\",\n            \"studentId\": \"5fdefcd75ded065d8179665f\"\n        },\n        {\n            \"marks\": 0,\n            \"corrected\": false,\n            \"responses\": [],\n            \"_id\": \"5fdf1a255ded065d817966b4\",\n            \"studentId\": \"5fde2e2f49613f4c0eb50d22\"\n        },\n        {\n            \"marks\": 0,\n            \"corrected\": false,\n            \"responses\": [],\n            \"_id\": \"5fdf24ee6f057962a84ef8df\",\n            \"studentId\": \"5fdf24c76f057962a84ef8d8\"\n        },\n        {\n            \"marks\": 0,\n            \"corrected\": false,\n            \"responses\": [],\n            \"_id\": \"5fdf25076f057962a84ef8e2\",\n            \"studentId\": \"5fdeee7849613f4c0eb50d70\"\n        },\n        {\n            \"marks\": 0,\n            \"corrected\": false,\n            \"responses\": [],\n            \"_id\": \"5fdf331c743a0965f6a160b6\",\n            \"studentId\": \"5fde343649613f4c0eb50d2b\"\n        },\n        {\n            \"marks\": 0,\n            \"corrected\": false,\n            \"responses\": [],\n            \"_id\": \"5fdf3775743a0965f6a160cf\",\n            \"studentId\": \"5fdf36fc743a0965f6a160cc\"\n        },\n        {\n            \"marks\": 0,\n            \"corrected\": false,\n            \"responses\": [],\n            \"_id\": \"5fdf9906f6cf88083344d71e\",\n            \"studentId\": \"5fdf969ef6cf88083344d708\"\n        }\n    ],\n    \"usersFinished\": [\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf2971f0e4af641e7aca87\",\n            \"studentId\": \"5fdf12435ded065d81796695\",\n            \"responses\": [\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf2971f0e4af641e7aca88\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf2971f0e4af641e7aca89\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf2971f0e4af641e7aca8a\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf2971f0e4af641e7aca8b\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf2971f0e4af641e7aca8c\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf2971f0e4af641e7aca8d\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf2971f0e4af641e7aca8e\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\"\n                }\n            ],\n            \"timeTaken\": 10.775366666666667,\n            \"corrected\": false,\n            \"submittedOn\": 1608460657589\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf29cdf0e4af641e7aca90\",\n            \"studentId\": \"5fdf07225ded065d8179667a\",\n            \"responses\": [\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf29cdf0e4af641e7aca91\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf29cdf0e4af641e7aca92\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf29cdf0e4af641e7aca93\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf29cdf0e4af641e7aca94\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf29cdf0e4af641e7aca95\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf29cdf0e4af641e7aca96\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf29cdf0e4af641e7aca97\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\"\n                }\n            ],\n            \"timeTaken\": 7.811983333333333,\n            \"corrected\": false,\n            \"submittedOn\": 1608460749953\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf3363743a0965f6a160b8\",\n            \"studentId\": \"5fdf32b7743a0965f6a160b1\",\n            \"responses\": [\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf3363743a0965f6a160b9\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf3363743a0965f6a160ba\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf3363743a0965f6a160bb\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf3363743a0965f6a160bc\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf3363743a0965f6a160bd\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf3363743a0965f6a160be\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf3363743a0965f6a160bf\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\"\n                }\n            ],\n            \"timeTaken\": 1.1477666666666666,\n            \"corrected\": false,\n            \"submittedOn\": 1608463203176\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf3ecd743a0965f6a160e1\",\n            \"studentId\": \"5fdf3dd2743a0965f6a160dd\",\n            \"responses\": [\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf3ecd743a0965f6a160e2\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf3ecd743a0965f6a160e3\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf3ecd743a0965f6a160e4\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf3ecd743a0965f6a160e5\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf3ecd743a0965f6a160e6\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf3ecd743a0965f6a160e7\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf3ecd743a0965f6a160e8\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\"\n                }\n            ],\n            \"timeTaken\": 3.5646166666666668,\n            \"corrected\": false,\n            \"submittedOn\": 1608466125920\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf4415743a0965f6a160fc\",\n            \"studentId\": \"5fdf41e9743a0965f6a160ec\",\n            \"responses\": [\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4415743a0965f6a160fd\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4415743a0965f6a160fe\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4415743a0965f6a160ff\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4415743a0965f6a16100\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4415743a0965f6a16101\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4415743a0965f6a16102\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4415743a0965f6a16103\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\"\n                }\n            ],\n            \"timeTaken\": 8.30355,\n            \"corrected\": false,\n            \"submittedOn\": 1608467477920\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf4ae0743a0965f6a1612c\",\n            \"studentId\": \"5fdf45c5743a0965f6a1610e\",\n            \"responses\": [\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4ae0743a0965f6a1612d\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4ae0743a0965f6a1612e\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4ae0743a0965f6a1612f\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4ae0743a0965f6a16130\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4ae0743a0965f6a16131\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4ae0743a0965f6a16132\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4ae0743a0965f6a16133\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\"\n                }\n            ],\n            \"timeTaken\": 16.6548,\n            \"corrected\": false,\n            \"submittedOn\": 1608469216749\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf4e13743a0965f6a16143\",\n            \"studentId\": \"5fdf01565ded065d81796664\",\n            \"responses\": [\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4e13743a0965f6a16144\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4e13743a0965f6a16145\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4e13743a0965f6a16146\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4e13743a0965f6a16147\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4e13743a0965f6a16148\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4e13743a0965f6a16149\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf4e13743a0965f6a1614a\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\"\n                }\n            ],\n            \"timeTaken\": 1.8086666666666666,\n            \"corrected\": false,\n            \"submittedOn\": 1608470035485\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf5100743a0965f6a16162\",\n            \"studentId\": \"5fdf4eed743a0965f6a16154\",\n            \"responses\": [\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf5100743a0965f6a16163\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf5100743a0965f6a16164\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf5100743a0965f6a16165\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf5100743a0965f6a16166\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf5100743a0965f6a16167\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf5100743a0965f6a16168\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf5100743a0965f6a16169\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\"\n                }\n            ],\n            \"timeTaken\": 7.993566666666666,\n            \"corrected\": false,\n            \"submittedOn\": 1608470784837\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf594b743a0965f6a16185\",\n            \"studentId\": \"5fdf56d1743a0965f6a16174\",\n            \"responses\": [\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf594b743a0965f6a16186\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf594b743a0965f6a16187\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf594b743a0965f6a16188\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf594b743a0965f6a16189\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf594b743a0965f6a1618a\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf594b743a0965f6a1618b\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\"\n                },\n                {\n                    \"answers\": [],\n                    \"_id\": \"5fdf594b743a0965f6a1618c\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\"\n                }\n            ],\n            \"timeTaken\": 6.710216666666667,\n            \"corrected\": false,\n            \"submittedOn\": 1608472907854\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf7856f6cf88083344d654\",\n            \"studentId\": \"5fdf75b5f6cf88083344d64d\",\n            \"responses\": [\n                {\n                    \"answers\": [\n                        \"2017\"\n                    ],\n                    \"_id\": \"5fdf7856f6cf88083344d655\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"3*3 - 8.89 , 4*4= 41.25 , 5*5= 1: 32:55 ,6*6- 3:32:25 megaminx - 1:18:20 2*2- 1.89 3*3oh - 12.56 pyraminx - 3.356 skewb - 10.56\"\n                    ],\n                    \"_id\": \"5fdf7856f6cf88083344d656\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"yes  wca profile - ( ayon kumar ghosh 2017GHOS02\"\n                    ],\n                    \"_id\": \"5fdf7856f6cf88083344d657\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"teach him the basic method and tell him how the pieces move and then tell him the advance method \"\n                    ],\n                    \"_id\": \"5fdf7856f6cf88083344d658\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"Pattern recognition \"\n                    ],\n                    \"_id\": \"5fdf7856f6cf88083344d659\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"5fde237ec4135f475eeb1f71\"\n                    ],\n                    \"_id\": \"5fdf7856f6cf88083344d65a\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                },\n                {\n                    \"answers\": [\n                        \"5fde25dcc4135f475eeb1f74\"\n                    ],\n                    \"_id\": \"5fdf7856f6cf88083344d65b\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                }\n            ],\n            \"timeTaken\": 10.44155,\n            \"corrected\": false,\n            \"submittedOn\": 1608480854646\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf807ef6cf88083344d67f\",\n            \"studentId\": \"5fdf6f7c89d3fe018a5116e1\",\n            \"responses\": [\n                {\n                    \"answers\": [\n                        \"I  has been two months only\"\n                    ],\n                    \"_id\": \"5fdf807ef6cf88083344d680\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"3*3 cube, 5-8min\"\n                    ],\n                    \"_id\": \"5fdf807ef6cf88083344d681\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"no\"\n                    ],\n                    \"_id\": \"5fdf807ef6cf88083344d682\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"I will first teach him/her to solve one face,then one layer,then the middle one using some algorithm and then finally last layer with algorithm\"\n                    ],\n                    \"_id\": \"5fdf807ef6cf88083344d683\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"actually it has been only some time but really really improved my thinking capability.\"\n                    ],\n                    \"_id\": \"5fdf807ef6cf88083344d684\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"\"\n                    ],\n                    \"_id\": \"5fdf807ef6cf88083344d685\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                },\n                {\n                    \"answers\": [\n                        \"5fde25dcc4135f475eeb1f76\"\n                    ],\n                    \"_id\": \"5fdf807ef6cf88083344d686\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                }\n            ],\n            \"timeTaken\": 5.082016666666667,\n            \"corrected\": false,\n            \"submittedOn\": 1608482942435\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf831cf6cf88083344d69f\",\n            \"studentId\": \"5fdf543b743a0965f6a16173\",\n            \"responses\": [\n                {\n                    \"answers\": [\n                        \"I have been cubing since the age of 10.\"\n                    ],\n                    \"_id\": \"5fdf831cf6cf88083344d6a0\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"I solve various cubes. I have a whole collection of 10-15 kinds of cubes. I know 2*2, 3*3(60 seconds), Mirror Cube(1 min 45 seconds), Pyraminx (20seconds), Megaminx, Skewb and Barrel Cube.\"\n                    ],\n                    \"_id\": \"5fdf831cf6cf88083344d6a1\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"No, I havent been.\"\n                    ],\n                    \"_id\": \"5fdf831cf6cf88083344d6a2\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"My mother is a cube-trainor. I have seeing her teach cubes to 6 year olds to adults.  Rather than going to the algorithm or the logic technique, my approach to teach cube to a person would be that of a story which i learnt from my mom. I would teach the movements of a cube like there's a story going on. Its a very unique and easy technique by which even 6 year olds learn cubes quickly.\"\n                    ],\n                    \"_id\": \"5fdf831cf6cf88083344d6a3\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"Enhanced Memory, Problem solving skills, Patience.\"\n                    ],\n                    \"_id\": \"5fdf831cf6cf88083344d6a4\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"5fde237ec4135f475eeb1f71\"\n                    ],\n                    \"_id\": \"5fdf831cf6cf88083344d6a5\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                },\n                {\n                    \"answers\": [\n                        \"5fde25dcc4135f475eeb1f76\"\n                    ],\n                    \"_id\": \"5fdf831cf6cf88083344d6a6\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                }\n            ],\n            \"timeTaken\": 9.665616666666667,\n            \"corrected\": false,\n            \"submittedOn\": 1608483612430\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf854ef6cf88083344d6bd\",\n            \"studentId\": \"5fdf83f9f6cf88083344d6ad\",\n            \"responses\": [\n                {\n                    \"answers\": [\n                        \"since I was in 8th grade \"\n                    ],\n                    \"_id\": \"5fdf854ef6cf88083344d6be\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"3x3-25 seconds, 2x2-15 seconds\"\n                    ],\n                    \"_id\": \"5fdf854ef6cf88083344d6bf\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"no\"\n                    ],\n                    \"_id\": \"5fdf854ef6cf88083344d6c0\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"The basic cross method\"\n                    ],\n                    \"_id\": \"5fdf854ef6cf88083344d6c1\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"\"\n                    ],\n                    \"_id\": \"5fdf854ef6cf88083344d6c2\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"5fde237ec4135f475eeb1f71\"\n                    ],\n                    \"_id\": \"5fdf854ef6cf88083344d6c3\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                },\n                {\n                    \"answers\": [\n                        \"5fde25dcc4135f475eeb1f74\"\n                    ],\n                    \"_id\": \"5fdf854ef6cf88083344d6c4\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                }\n            ],\n            \"timeTaken\": 4.552983333333334,\n            \"corrected\": false,\n            \"submittedOn\": 1608484174147\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf9348f6cf88083344d6f4\",\n            \"studentId\": \"5fdf8b59f6cf88083344d6e1\",\n            \"responses\": [\n                {\n                    \"answers\": [\n                        \"I have been cubing since the age of 12\"\n                    ],\n                    \"_id\": \"5fdf9348f6cf88083344d6f5\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"I solve the 2x2, 3x3 and 4x4, though I mainly focus on the 3x3 while speed-cubing and my personal record for the same is around 40 seconds.\"\n                    ],\n                    \"_id\": \"5fdf9348f6cf88083344d6f6\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"No\"\n                    ],\n                    \"_id\": \"5fdf9348f6cf88083344d6f7\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"I would first explain the concepts involved like the approach of solving layer-by layer instead of face-by-face. I would explain the importance of corners, centers and faces. Then it would teach him the first layer slowly step-by-step, and  make him develop an interest, after which he would be self-motivated to learn the rest.\"\n                    ],\n                    \"_id\": \"5fdf9348f6cf88083344d6f8\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"I believe it has boosted my concentration power and aided me in my academics by keeping my brain active at all times\"\n                    ],\n                    \"_id\": \"5fdf9348f6cf88083344d6f9\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"5fde237ec4135f475eeb1f71\"\n                    ],\n                    \"_id\": \"5fdf9348f6cf88083344d6fa\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                },\n                {\n                    \"answers\": [\n                        \"5fde25dcc4135f475eeb1f74\"\n                    ],\n                    \"_id\": \"5fdf9348f6cf88083344d6fb\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                }\n            ],\n            \"timeTaken\": 27.218216666666667,\n            \"corrected\": false,\n            \"submittedOn\": 1608487752091\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf937cf6cf88083344d6fd\",\n            \"studentId\": \"5fdf8a78f6cf88083344d6dd\",\n            \"responses\": [\n                {\n                    \"answers\": [\n                        \"Last 3 years\"\n                    ],\n                    \"_id\": \"5fdf937cf6cf88083344d6fe\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"2*2,3*3,pyramix\"\n                    ],\n                    \"_id\": \"5fdf937cf6cf88083344d6ff\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"No\"\n                    ],\n                    \"_id\": \"5fdf937cf6cf88083344d700\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"First of all, understand the sides and their colors then the pieces of the cube and how they behave and after that approach the algorithm slowly.\"\n                    ],\n                    \"_id\": \"5fdf937cf6cf88083344d701\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"Focusing ability\"\n                    ],\n                    \"_id\": \"5fdf937cf6cf88083344d702\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"5fde237ec4135f475eeb1f71\"\n                    ],\n                    \"_id\": \"5fdf937cf6cf88083344d703\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                },\n                {\n                    \"answers\": [\n                        \"5fde25dcc4135f475eeb1f76\"\n                    ],\n                    \"_id\": \"5fdf937cf6cf88083344d704\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                }\n            ],\n            \"timeTaken\": 4.141366666666666,\n            \"corrected\": false,\n            \"submittedOn\": 1608487804243\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fdf98d5f6cf88083344d70f\",\n            \"studentId\": \"5fdf9691f6cf88083344d707\",\n            \"responses\": [\n                {\n                    \"answers\": [\n                        \"2015\"\n                    ],\n                    \"_id\": \"5fdf98d5f6cf88083344d710\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"3x3 - 8.94s, 4x4- 57s, 2x2-1.98s , 5x5-2:15:00 min , skewb-5.4s, 3x3 OH- 13.78s , pyraminx- 7s, 3x3BLD- 4:58:00 min \"\n                    ],\n                    \"_id\": \"5fdf98d5f6cf88083344d711\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"yes; 2019PANT02 - Pranav Pant\"\n                    ],\n                    \"_id\": \"5fdf98d5f6cf88083344d712\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"i'll teach them the basics of cubing and if they are interested ill start with the beginners method.\"\n                    ],\n                    \"_id\": \"5fdf98d5f6cf88083344d713\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"focus and planning\"\n                    ],\n                    \"_id\": \"5fdf98d5f6cf88083344d714\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"5fde237ec4135f475eeb1f71\"\n                    ],\n                    \"_id\": \"5fdf98d5f6cf88083344d715\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                },\n                {\n                    \"answers\": [\n                        \"5fde25dcc4135f475eeb1f74\"\n                    ],\n                    \"_id\": \"5fdf98d5f6cf88083344d716\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                }\n            ],\n            \"timeTaken\": 7.014283333333333,\n            \"corrected\": false,\n            \"submittedOn\": 1608489173265\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fe02ca252ed141c4057043d\",\n            \"studentId\": \"5fe028f352ed141c40570436\",\n            \"responses\": [\n                {\n                    \"answers\": [\n                        \"2018\"\n                    ],\n                    \"_id\": \"5fe02ca252ed141c4057043e\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"3x3  best time 40 seconds, 4x4 best time 3 min, megaminx best time 10 min\"\n                    ],\n                    \"_id\": \"5fe02ca252ed141c4057043f\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"no\"\n                    ],\n                    \"_id\": \"5fe02ca252ed141c40570440\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"i would start by explaining what all steps do and start explaining him/her to solve the cube using beginner method: step 1 forming the cross on first face, step 2 making the cross match centers of other sides, step 3 solving the first face simultaneously solving the first layer, step 4 solving the 2nd layer, step 5 getting cross on the last face, step 6 solving the last face, step 7 matching all the corner in 3rd layer without disturbing the last face, step 8 matching the middle pieces in the last layer.\"\n                    ],\n                    \"_id\": \"5fe02ca252ed141c40570441\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"being able to react quickly and analyse the problem quickly\"\n                    ],\n                    \"_id\": \"5fe02ca252ed141c40570442\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"\"\n                    ],\n                    \"_id\": \"5fe02ca252ed141c40570443\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                },\n                {\n                    \"answers\": [\n                        \"5fde25dcc4135f475eeb1f74\"\n                    ],\n                    \"_id\": \"5fe02ca252ed141c40570444\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                }\n            ],\n            \"timeTaken\": 13.538266666666667,\n            \"corrected\": false,\n            \"submittedOn\": 1608527010162\n        },\n        {\n            \"marks\": 0,\n            \"_id\": \"5fe04efa52ed141c405704f3\",\n            \"studentId\": \"5fe0487252ed141c405704c2\",\n            \"responses\": [\n                {\n                    \"answers\": [\n                        \"from 6th std\"\n                    ],\n                    \"_id\": \"5fe04efa52ed141c405704f4\",\n                    \"questionId\": \"5fde1dd7c4135f475eeb1f5f\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"3x3 best -23sec and average 30sec ,2x2 best-6sec and average 10sec\"\n                    ],\n                    \"_id\": \"5fe04efa52ed141c405704f5\",\n                    \"questionId\": \"5fde1e0ec4135f475eeb1f60\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"no\"\n                    ],\n                    \"_id\": \"5fe04efa52ed141c405704f6\",\n                    \"questionId\": \"5fde1e8fc4135f475eeb1f63\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"i will start from basics . when i had no idea of cube i started learning 3x3 from base like starting with aligning plus and completling first layer  \"\n                    ],\n                    \"_id\": \"5fe04efa52ed141c405704f7\",\n                    \"questionId\": \"5fde1f11c4135f475eeb1f66\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"cube solving help me to concentrate on my work without distraction and it also help me stay active \"\n                    ],\n                    \"_id\": \"5fe04efa52ed141c405704f8\",\n                    \"questionId\": \"5fde21a2c4135f475eeb1f6c\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                },\n                {\n                    \"answers\": [\n                        \"5fde237ec4135f475eeb1f71\"\n                    ],\n                    \"_id\": \"5fe04efa52ed141c405704f9\",\n                    \"questionId\": \"5fde237ec4135f475eeb1f6d\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                },\n                {\n                    \"answers\": [\n                        \"5fde25dcc4135f475eeb1f74\"\n                    ],\n                    \"_id\": \"5fe04efa52ed141c405704fa\",\n                    \"questionId\": \"5fde25dcc4135f475eeb1f73\",\n                    \"questionType\": \"singleCorrect\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": true\n                },\n                {\n                    \"answers\": [\n                        \"phone no -9043102104 , email id- saran.db2020@vitstudent.ac.in\"\n                    ],\n                    \"_id\": \"5fe04efa52ed141c405704fb\",\n                    \"questionId\": \"5fe04a1052ed141c405704d6\",\n                    \"questionType\": \"shortAnswer\",\n                    \"questionMarks\": 0,\n                    \"scoredQuestionMarks\": 0,\n                    \"corrected\": false\n                }\n            ],\n            \"timeTaken\": 10.648466666666666,\n            \"corrected\": false,\n            \"submittedOn\": 1608535802215\n        }\n    ],\n    \"shortlisedInDomain\": [],\n    \"selectedInDomain\": [],\n    \"__v\": 0\n}"}],"_postman_id":"17ffe7e5-cff7-4ee8-98b4-3720f32dd3be"},{"name":"CLEAR DOMAIN AND STUDENT SUB","id":"a7221871-6dc4-4f57-908f-a819caa052ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testId\": \"\",\r\n    \"studentsArr\": [\r\n        // \"5fdf12435ded065d81796695\",\r\n        // \"5fdf07225ded065d8179667a\",\r\n        // \"5fdf32b7743a0965f6a160b1\",\r\n        // \"5fdf3dd2743a0965f6a160dd\",\r\n        // \"5fdf41e9743a0965f6a160ec\",\r\n        // \"5fdf45c5743a0965f6a1610e\",\r\n        // \"5fdf01565ded065d81796664\",\r\n        // \"5fdf4eed743a0965f6a16154\",\r\n        // \"5fdf56d1743a0965f6a16174\",\r\n        // \"5fdefcd75ded065d8179665f\",\r\n        // \"5fde2e2f49613f4c0eb50d22\",\r\n        // \"5fdeee7849613f4c0eb50d70\",\r\n        // \"5fdf263af0e4af641e7aca6c\",\r\n        // \"5fdef47b49613f4c0eb50d78\",\r\n        // \"5fdf4857743a0965f6a16121\",\r\n        // \"5fdf4e26743a0965f6a1614d\",\r\n        // \"5fdf543b743a0965f6a16173\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/dev/clearEntriesFromDomainByStudentID","urlObject":{"path":["dev","clearEntriesFromDomainByStudentID"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e2237300-a160-45c2-8399-91905ecfbf71","name":"CLEAR DOMAIN AND STUDENT SUB","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testId\": \"\",\r\n    \"studentsArr\": [\r\n        // \"5fdf12435ded065d81796695\",\r\n        // \"5fdf07225ded065d8179667a\",\r\n        // \"5fdf32b7743a0965f6a160b1\",\r\n        // \"5fdf3dd2743a0965f6a160dd\",\r\n        // \"5fdf41e9743a0965f6a160ec\",\r\n        // \"5fdf45c5743a0965f6a1610e\",\r\n        // \"5fdf01565ded065d81796664\",\r\n        // \"5fdf4eed743a0965f6a16154\",\r\n        // \"5fdf56d1743a0965f6a16174\",\r\n        // \"5fdefcd75ded065d8179665f\",\r\n        // \"5fde2e2f49613f4c0eb50d22\",\r\n        // \"5fdeee7849613f4c0eb50d70\",\r\n        // \"5fdf263af0e4af641e7aca6c\",\r\n        // \"5fdef47b49613f4c0eb50d78\",\r\n        // \"5fdf4857743a0965f6a16121\",\r\n        // \"5fdf4e26743a0965f6a1614d\",\r\n        // \"5fdf543b743a0965f6a16173\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/dev/clearEntriesFromDomainByStudentID"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"18"},{"key":"ETag","value":"W/\"12-9iu4AKdHL/c3AuVJ1A3zMwGplYo\""},{"key":"Date","value":"Mon, 21 Dec 2020 16:21:20 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Done\"\n}"}],"_postman_id":"a7221871-6dc4-4f57-908f-a819caa052ea"},{"name":"Send welcome email","id":"9bb07965-06f3-4a41-bac0-eab1fa645486","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"debsoc@vit.ac.in\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/club/sendWelcomeEmail","urlObject":{"path":["api","club","sendWelcomeEmail"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2ca15599-2f48-447c-af1b-cb877c5b7473","name":"Send welcome email","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"debsoc@vit.ac.in\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/club/sendWelcomeEmail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"24"},{"key":"ETag","value":"W/\"18-qk09V+skJfaILNs+VBIHKpCYcpk\""},{"key":"Date","value":"Sat, 19 Dec 2020 14:36:34 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Email sent\"\n}"}],"_postman_id":"9bb07965-06f3-4a41-bac0-eab1fa645486"},{"name":"Get student's test dashboard Copy","id":"472f49f1-40b5-4204-9e58-8d88e40c4d46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/student/dashboard","urlObject":{"path":["api","student","dashboard"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ad6e8be6-f136-48de-ba17-a17e3479ea08","name":"Get student's test dashboard","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/student/dashboard"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3704"},{"key":"ETag","value":"W/\"e78-Tg5Pq6PIQx+Lm5h6kAevWUKjZt8\""},{"key":"Date","value":"Thu, 17 Dec 2020 19:00:44 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"studentDetails\": {\n        \"_id\": \"5fc927fbf3c0b412006b7db4\",\n        \"name\": \"Rajat Sablok\",\n        \"email\": \"rajat.main06@gmail.com\",\n        \"mobileNumber\": 9926817645,\n        \"bio\": \"wannabe CS\",\n        \"branch\": \"Mech ;-;\",\n        \"registrationNumber\": \"18BME0827\"\n    },\n    \"tests\": [\n        {\n            \"_id\": \"5fc9fd6c9ace6d5a148e6f19\",\n            \"testId\": {\n                \"_id\": \"5fc8fd42edf1d309c4f858ac\",\n                \"roundNumber\": 1,\n                \"roundType\": \"Written\",\n                \"instructions\": \"This is the first round of our recruitment process\",\n                \"scheduledForDate\": 1606797000000,\n                \"scheduledEndDate\": 1607229000000,\n                \"graded\": true\n            },\n            \"clubId\": {\n                \"bio\": \"Enter your bio\",\n                \"_id\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n                \"email\": \"rajat.main06@gmail.com\",\n                \"name\": \"CodeChef-VIT\",\n                \"type\": \"technical\",\n                \"clubAvatar\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/avatars/1608100510329vellore-institute-of-technology-vit-logo-vector.png\",\n                \"clubBanner\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/banners/1608100578734vellore-institute-of-technology-vit-logo-vector.png\",\n                \"clubImages\": [],\n                \"socialMediaLinks\": []\n            },\n            \"appliedOn\": 1607073131995,\n            \"status\": \"Submitted\",\n            \"startedOn\": 1607073133674,\n            \"submittedOn\": 1607083068533,\n            \"domains\": []\n        },\n        {\n            \"_id\": \"5fd73c5aa217da2be05a6016\",\n            \"testId\": {\n                \"_id\": \"5fd73c42a217da2be05a6015\",\n                \"roundNumber\": 1,\n                \"roundType\": \"Written\",\n                \"instructions\": \"Test test\",\n                \"scheduledForDate\": 1607574600000,\n                \"scheduledEndDate\": 1607661000000\n            },\n            \"clubId\": {\n                \"bio\": \"Enter your bio\",\n                \"_id\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n                \"email\": \"rajat.main06@gmail.com\",\n                \"name\": \"CodeChef-VIT\",\n                \"type\": \"technical\",\n                \"clubAvatar\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/avatars/1608100510329vellore-institute-of-technology-vit-logo-vector.png\",\n                \"clubBanner\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/banners/1608100578734vellore-institute-of-technology-vit-logo-vector.png\",\n                \"clubImages\": [],\n                \"socialMediaLinks\": []\n            },\n            \"appliedOn\": 1607941210800,\n            \"status\": \"Applied\",\n            \"domains\": []\n        },\n        {\n            \"_id\": \"5fdb13f7be1494071c3eb9bf\",\n            \"testId\": {\n                \"_id\": \"5fdb1338be1494071c3eb99b\",\n                \"roundNumber\": 1,\n                \"roundType\": \"Written\",\n                \"instructions\": \"This is the first round of our recruitment process\",\n                \"scheduledForDate\": 1608172996000,\n                \"scheduledEndDate\": 1608345796000\n            },\n            \"clubId\": {\n                \"bio\": \"Enter your bio\",\n                \"_id\": \"5fc8e1b3ca0c7edf35ac2e3b\",\n                \"email\": \"rajat.main06@gmail.com\",\n                \"name\": \"CodeChef-VIT\",\n                \"type\": \"technical\",\n                \"clubAvatar\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/avatars/1608100510329vellore-institute-of-technology-vit-logo-vector.png\",\n                \"clubBanner\": \"https://cet-prod.s3.ap-south-1.amazonaws.com/clubs/banners/1608100578734vellore-institute-of-technology-vit-logo-vector.png\",\n                \"clubImages\": [],\n                \"socialMediaLinks\": []\n            },\n            \"appliedOn\": 1608193015378,\n            \"status\": \"Started\",\n            \"domains\": [\n                {\n                    \"_id\": \"5fdb145dbe1494071c3eb9c2\",\n                    \"domainId\": {\n                        \"_id\": \"5fdb1357be1494071c3eb99c\",\n                        \"domainName\": \"Technical\",\n                        \"domainDescription\": \"This is the tech domain\",\n                        \"domainInstructions\": \"Answer all questions\",\n                        \"domainDuration\": 30\n                    },\n                    \"status\": \"Started\"\n                }\n            ],\n            \"startedOn\": 1608193030712\n        },\n        {\n            \"_id\": \"5fdb9b5af1e347483827215e\",\n            \"testId\": {\n                \"_id\": \"5fd8f2caa1274b0004564b48\",\n                \"roundNumber\": 2,\n                \"roundType\": \"Written\",\n                \"instructions\": \"Second test\",\n                \"scheduledForDate\": 1608053446731,\n                \"scheduledEndDate\": 1608486888000\n            },\n            \"clubId\": {\n                \"bio\": \"This is some bio\",\n                \"_id\": \"5fd6f3151f744b25642f5767\",\n                \"email\": \"sarthakbh321@gmail.com\",\n                \"name\": \"Test club\",\n                \"type\": \"Technical\",\n                \"clubImages\": [],\n                \"socialMediaLinks\": []\n            },\n            \"appliedOn\": 1608227674556,\n            \"status\": \"Started\",\n            \"domains\": [\n                {\n                    \"_id\": \"5fdb9e0ff1e34748382721cc\",\n                    \"domainId\": {\n                        \"_id\": \"5fd8fccaa1274b0004564b49\",\n                        \"domainName\": \"Teest domain\",\n                        \"domainDescription\": \"This is test\",\n                        \"domainInstructions\": \"blabla\",\n                        \"domainDuration\": 25\n                    },\n                    \"status\": \"Started\"\n                },\n                {\n                    \"_id\": \"5fdb9ed3f1e34748382721ce\",\n                    \"domainId\": {\n                        \"_id\": \"5fd8fccaa1274b0004564b49\",\n                        \"domainName\": \"Teest domain\",\n                        \"domainDescription\": \"This is test\",\n                        \"domainInstructions\": \"blabla\",\n                        \"domainDuration\": 25\n                    },\n                    \"status\": \"Submitted\"\n                }\n            ],\n            \"startedOn\": 1608227715490\n        }\n    ]\n}"}],"_postman_id":"472f49f1-40b5-4204-9e58-8d88e40c4d46"},{"name":"Whitelist email","id":"c7570d98-cc84-4e99-b1bb-97942c7613ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"clubsArray\": [\r\n        {\r\n            \"email\": \"rajat.main06@gmail.com\",\r\n            \"typeOfPartner\": \"Mega\"\r\n        },\r\n        {\r\n            \"email\": \"rajat.sablok2018@vitstudent.ac.in\",\r\n            \"typeOfPartner\": \"Giga\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/dev/whitelistEmails","urlObject":{"path":["dev","whitelistEmails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7570d98-cc84-4e99-b1bb-97942c7613ae"},{"name":"GetNumSubmissionOfAllDomains","id":"cb0ce109-c344-41c3-a46f-e59645d7071b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/dev/getNumSubmissionOfAllDomains?testId=5fe4ec2ec56ca72f5dfb14e3","urlObject":{"path":["dev","getNumSubmissionOfAllDomains"],"host":["{{url}}"],"query":[{"key":"testId","value":"5fe4ec2ec56ca72f5dfb14e3"}],"variable":[]}},"response":[],"_postman_id":"cb0ce109-c344-41c3-a46f-e59645d7071b"},{"name":"getNumSubmissionOfAllDomainsofMultipleTests","id":"d7820902-580d-4550-86cc-6fad09b6f645","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testIdArr\": [\r\n        \"5fe4d0f6c56ca72f5dfb13e3\",\r\n        \"5fe4d2d9c56ca72f5dfb13e8\",\r\n        \"5fe4e610c56ca72f5dfb14a0\",\r\n        \"5fe4eb00c56ca72f5dfb14da\",\r\n        \"5fe4ec2ec56ca72f5dfb14e3\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/dev/getNumSubmissionOfAllDomainsofMultipleTests","urlObject":{"path":["dev","getNumSubmissionOfAllDomainsofMultipleTests"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2a442195-3995-449c-b9ba-b0a5e703a755","name":"getNumSubmissionOfAllDomainsofMultipleTests","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"testIdArr\": [\r\n        \"5fe4d0f6c56ca72f5dfb13e3\",\r\n        \"5fe4d2d9c56ca72f5dfb13e8\",\r\n        \"5fe4e610c56ca72f5dfb14a0\",\r\n        \"5fe4eb00c56ca72f5dfb14da\",\r\n        \"5fe4ec2ec56ca72f5dfb14e3\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/dev/getNumSubmissionOfAllDomainsofMultipleTests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Date","value":"Fri, 25 Dec 2020 17:04:53 GMT"},{"key":"X-RateLimit-Reset","value":"1608915947"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"18"},{"key":"ETag","value":"W/\"12-9iu4AKdHL/c3AuVJ1A3zMwGplYo\""},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Done\"\n}"}],"_postman_id":"d7820902-580d-4550-86cc-6fad09b6f645"},{"name":"findUserByEmail","id":"f5fd54c7-bd5b-4353-ae3a-08be012aad86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/dev/findByEmail","urlObject":{"path":["dev","findByEmail"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5fd54c7-bd5b-4353-ae3a-08be012aad86"},{"name":"Get shortlisted students of a domain","id":"52fdf4be-6490-4052-a197-eefce4d1d798","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/dev/getShortlistedStudentsOfADomain?domainId=5fe4ec3dc56ca72f5dfb14e4","urlObject":{"path":["dev","getShortlistedStudentsOfADomain"],"host":["{{url}}"],"query":[{"key":"domainId","value":"5fe4ec3dc56ca72f5dfb14e4"}],"variable":[]}},"response":[{"id":"e5f11eeb-3416-4063-8f4c-5bddcb160501","name":"Get shortlisted students of a domain","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/dev/getShortlistedStudentsOfADomain?domainId=5fe4ec3dc56ca72f5dfb14e4","host":["{{url}}"],"path":["dev","getShortlistedStudentsOfADomain"],"query":[{"key":"domainId","value":"5fe4ec3dc56ca72f5dfb14e4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Date","value":"Sat, 26 Dec 2020 22:59:02 GMT"},{"key":"X-RateLimit-Reset","value":"1609023578"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2941"},{"key":"ETag","value":"W/\"b7d-yvSC7H17r+goBpnrUcnGAc9hIv8\""},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"testName\": \"Design\",\n    \"domainName\": \"Design\",\n    \"shortlistedInDomain\": [\n        {\n            \"studentId\": {\n                \"_id\": \"5fdf01d15ded065d81796666\",\n                \"name\": \"Sayujya Samir\",\n                \"email\": \"sayujyasamir.malkan2019@vitstudent.ac.in\",\n                \"registrationNumber\": \"Malkan\"\n            },\n            \"remark\": \"Link not working, okayish responses\"\n        },\n        {\n            \"studentId\": {\n                \"_id\": \"5fe58619edd9ca54f8553c72\",\n                \"name\": \"SAMRIDDHI AGRAWAL\",\n                \"email\": \"samriddhi.agrawal2020@vitstudent.ac.in\",\n                \"mobileNumber\": 7043304904,\n                \"registrationNumber\": \"20BBS0171\"\n            },\n            \"remark\": \"Nice responses, link private\"\n        },\n        {\n            \"studentId\": {\n                \"_id\": \"5fe4f360c56ca72f5dfb1503\",\n                \"name\": \"SNEHA JAYSHRI\",\n                \"email\": \"sneha.jayshri2020a@vitstudent.ac.in\",\n                \"mobileNumber\": 9576469455,\n                \"registrationNumber\": \"20BCE2673\"\n            },\n            \"remark\": \"Good answers, no link\"\n        },\n        {\n            \"studentId\": {\n                \"_id\": \"5fe5898fedd9ca54f8553da1\",\n                \"name\": \"HARSHAVARDHAN D\",\n                \"email\": \"harshavardhan.d2020@vitstudent.ac.in\",\n                \"mobileNumber\": 6362642022,\n                \"registrationNumber\": \"20BCE2695\"\n            },\n            \"remark\": \"Average answers\"\n        },\n        {\n            \"studentId\": {\n                \"_id\": \"5fdf5da2743a0965f6a161a5\",\n                \"name\": \"ANMOL BHARDWAJ\",\n                \"email\": \"anmol.bhardwaj2019@vitstudent.ac.in\",\n                \"registrationNumber\": \"19BCE0675\"\n            },\n            \"remark\": \"2nd year, kaafi sahi\"\n        },\n        {\n            \"studentId\": {\n                \"_id\": \"5fe23ed6a267126b43f95653\",\n                \"name\": \"ADITHIYHA \",\n                \"email\": \"adithiyha.2019@vitstudent.ac.in\",\n                \"mobileNumber\": 6379147150,\n                \"registrationNumber\": \"19BBS0205\"\n            },\n            \"remark\": \"2nd year, multiple clubs\"\n        },\n        {\n            \"studentId\": {\n                \"_id\": \"5fe357f25efe53104d166b5e\",\n                \"name\": \"Vishesh Bansal\",\n                \"email\": \"vishesh.bansal2020@vitstudent.ac.in\",\n                \"mobileNumber\": 919810408752,\n                \"registrationNumber\": \"20BCE2301\"\n            },\n            \"remark\": \"kaafi mehnat\"\n        },\n        {\n            \"studentId\": {\n                \"_id\": \"5fe5db01edd9ca54f8554c18\",\n                \"name\": \"ANOUSHKA SHRESTH\",\n                \"email\": \"anoushka.shresth2020@vitstudent.ac.in\",\n                \"mobileNumber\": 7490021818,\n                \"registrationNumber\": \"20BCE2305\"\n            },\n            \"remark\": \"Average posters, sikha denge\"\n        },\n        {\n            \"studentId\": {\n                \"_id\": \"5fe62482edd9ca54f8555ef1\",\n                \"name\": \"SAUMYA VERMA\",\n                \"email\": \"saumya.verma2020@vitstudent.ac.in\",\n                \"mobileNumber\": 6387259383,\n                \"registrationNumber\": \"20BEC0574\"\n            },\n            \"remark\": \"FOR FUN\"\n        },\n        {\n            \"studentId\": {\n                \"_id\": \"5fe4e102c56ca72f5dfb147e\",\n                \"name\": \"Sambuddha Chakraborty\",\n                \"email\": \"sambuddha.chakraborty2019@vitstudent.ac.in\",\n                \"mobileNumber\": 8617799099,\n                \"registrationNumber\": \"18MIS0007\"\n            },\n            \"remark\": \"Good answers, above avg posters\"\n        },\n        {\n            \"studentId\": {\n                \"_id\": \"5fe45b4b8338e92697276e40\",\n                \"name\": \"M S SHARATH \",\n                \"email\": \"sai.sharathchandra2019@vitstudent.ac.in\",\n                \"mobileNumber\": 9491377393,\n                \"registrationNumber\": \"19BCE0316\"\n            },\n            \"remark\": \"No link, but good answers\"\n        },\n        {\n            \"studentId\": {\n                \"_id\": \"5fe1958861cd9f4ba37f4165\",\n                \"name\": \"\",\n                \"email\": \"pratyaksha.2019@vitstudent.ac.in\",\n                \"mobileNumber\": null,\n                \"registrationNumber\": null\n            },\n            \"remark\": \"Good posters, YOU ARE YOUR CHOICES\"\n        },\n        {\n            \"studentId\": {\n                \"_id\": \"5fe6d4a1edd9ca54f855693c\",\n                \"name\": \"ASHI RATHI\",\n                \"email\": \"ashi.rathi2020@vitstudent.ac.in\",\n                \"mobileNumber\": 9319140626,\n                \"registrationNumber\": \"20BIT0120\"\n            },\n            \"remark\": \"No link, good answers\"\n        },\n        {\n            \"studentId\": {\n                \"_id\": \"5fe3466c5efe53104d166966\",\n                \"name\": \"VISHAL JA\",\n                \"email\": \"vishal.ja2020@vitstudent.ac.in\",\n                \"mobileNumber\": 6383116857,\n                \"registrationNumber\": null\n            },\n            \"remark\": \"ok\"\n        }\n    ]\n}"}],"_postman_id":"52fdf4be-6490-4052-a197-eefce4d1d798"},{"name":"Send shortlisted mails","id":"062470fd-5af3-467e-a07d-b2a49e02fe3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"studentsArr\": [\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe0a5a30801de43ddf6c868\",\r\n                \"name\": \"Chinmay Sai Vemuri\",\r\n                \"email\": \"rajat.sablok2018@vitstudent.ac.in\",\r\n                \"registrationNumber\": \"19BCE0901\",\r\n                \"mobileNumber\": 7016557417\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe3721d5efe53104d166e11\",\r\n                \"name\": \"ASHWIN S\",\r\n                \"email\": \"ashwins.2019@vitstudent.ac.in\",\r\n                \"mobileNumber\": 9159561122,\r\n                \"registrationNumber\": null\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe35d295efe53104d166bec\",\r\n                \"name\": \"AKANSHA S\",\r\n                \"email\": \"akansha.s2019@vitstudent.ac.in\",\r\n                \"mobileNumber\": 7397140507,\r\n                \"registrationNumber\": null\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fdf5dc3743a0965f6a161a6\",\r\n                \"name\": \"ALEENA\",\r\n                \"email\": \"aleena.2020@vitstudent.ac.in\",\r\n                \"mobileNumber\": 9539787651,\r\n                \"registrationNumber\": \"20BCE0200\"\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fdf0fc85ded065d81796690\",\r\n                \"name\": \"ALKA RANI\",\r\n                \"email\": \"alka.rani2019@vitstudent.ac.in\",\r\n                \"registrationNumber\": \"19BCI0004\",\r\n                \"mobileNumber\": 9334715658\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe6e5b7edd9ca54f8556ddf\",\r\n                \"name\": \"SHAINA AGARWAL\",\r\n                \"email\": \"shaina.agarwal2019@vitstudent.ac.in\",\r\n                \"mobileNumber\": 9127132774,\r\n                \"registrationNumber\": \"19BCE2214\"\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe49658c56ca72f5dfb12ff\",\r\n                \"name\": \"YASHVI HIMANSHU GAGLANI\",\r\n                \"email\": \"yashvihimanshu.gaglani2019@vitstudent.ac.in\",\r\n                \"mobileNumber\": 9789902608,\r\n                \"registrationNumber\": \"19BCT0250\"\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe36b7c5efe53104d166d54\",\r\n                \"name\": \"SHAMBHAVI SINGH\",\r\n                \"email\": \"shambhavi.singh2019@vitstudent.ac.in\",\r\n                \"mobileNumber\": 9150471122,\r\n                \"registrationNumber\": \"19BCE0749\"\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe371005efe53104d166de3\",\r\n                \"name\": \"PAVITRA GOYAL\",\r\n                \"email\": \"pavitra.goyal2019@vitstudent.ac.in\",\r\n                \"mobileNumber\": 7599118499,\r\n                \"registrationNumber\": null\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe54eeaedd9ca54f855350e\",\r\n                \"name\": \"BASINA LIKITH\",\r\n                \"email\": \"basinalikith.viswanath2019@vitstudent.ac.in\",\r\n                \"mobileNumber\": 8008905428,\r\n                \"registrationNumber\": \"19BBS0046\"\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe56410edd9ca54f855369b\",\r\n                \"name\": \"Hrishikesh Magadum\",\r\n                \"email\": \"hrishikesh.magadum2019@vitstudent.ac.in\",\r\n                \"mobileNumber\": 8355842165,\r\n                \"registrationNumber\": \"19BDS0165\"\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fdf74d8f6cf88083344d64b\",\r\n                \"name\": \"DINESH B\",\r\n                \"email\": \"dineshb.s2019@vitstudent.ac.in\",\r\n                \"registrationNumber\": \"S\"\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe34a3b5efe53104d1669c0\",\r\n                \"name\": \"Tanay Raj\",\r\n                \"email\": \"tanay.raj2019@vitstudent.ac.in\",\r\n                \"mobileNumber\": 9503614780,\r\n                \"registrationNumber\": \"19BBS0018\"\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe35a6c5efe53104d166b99\",\r\n                \"name\": \"Prathmesh Bhalekar\",\r\n                \"email\": \"prathmesh.pravin2019@vitstudent.ac.in\",\r\n                \"mobileNumber\": 8425843710,\r\n                \"registrationNumber\": null\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe34e355efe53104d166a5e\",\r\n                \"name\": \"Sudhanshu Gupta\",\r\n                \"email\": \"sudhanshu.gupta2019a@vitstudent.ac.in\",\r\n                \"mobileNumber\": 918804568378,\r\n                \"registrationNumber\": \"19BCE2674\"\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe38b015efe53104d1670c0\",\r\n                \"name\": \"VISHAL WADHWANI\",\r\n                \"email\": \"vishal.wadhwani2019@vitstudent.ac.in\",\r\n                \"mobileNumber\": 7976646063,\r\n                \"registrationNumber\": \"19BCI0200\"\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe38afd5efe53104d1670bf\",\r\n                \"name\": \"RIYA KUMAR\",\r\n                \"email\": \"riya.kumar2019@vitstudent.ac.in\",\r\n                \"mobileNumber\": 9958439205,\r\n                \"registrationNumber\": null\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fdfd1a3f6cf88083344d74e\",\r\n                \"name\": \"ANSH SHARMA\",\r\n                \"email\": \"ansh.sharma2019@vitstudent.ac.in\",\r\n                \"registrationNumber\": \"19BCI0025\",\r\n                \"mobileNumber\": 9920172209\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe0a5a30801de43ddf6c868\",\r\n                \"name\": \"Chinmay Sai Vemuri\",\r\n                \"email\": \"chinmaysai.vemuri2019@vitstudent.ac.in\",\r\n                \"registrationNumber\": \"19BCE0901\",\r\n                \"mobileNumber\": 7016557417\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe0a5a30801de43ddf6c868\",\r\n                \"name\": \"Chinmay Sai Vemuri\",\r\n                \"email\": \"ishan.gupta2018@vitstudent.ac.in\",\r\n                \"registrationNumber\": \"19BCE0901\",\r\n                \"mobileNumber\": 7016557417\r\n            },\r\n            \"remark\": \"\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/dev/sendShortlistEmail","urlObject":{"path":["dev","sendShortlistEmail"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"adecc40e-6271-44cc-b967-b918f12faf0d","name":"Send shortlisted mails","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"studentsArr\": [\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe0a5a30801de43ddf6c868\",\r\n                \"name\": \"Chinmay Sai Vemuri\",\r\n                \"email\": \"rajat.sablok2018@vitstudent.ac.in\",\r\n                \"registrationNumber\": \"19BCE0901\",\r\n                \"mobileNumber\": 7016557417\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe3721d5efe53104d166e11\",\r\n                \"name\": \"ASHWIN S\",\r\n                \"email\": \"ashwins.2019@vitstudent.ac.in\",\r\n                \"mobileNumber\": 9159561122,\r\n                \"registrationNumber\": null\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe35d295efe53104d166bec\",\r\n                \"name\": \"AKANSHA S\",\r\n                \"email\": \"akansha.s2019@vitstudent.ac.in\",\r\n                \"mobileNumber\": 7397140507,\r\n                \"registrationNumber\": null\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fdf5dc3743a0965f6a161a6\",\r\n                \"name\": \"ALEENA\",\r\n                \"email\": \"aleena.2020@vitstudent.ac.in\",\r\n                \"mobileNumber\": 9539787651,\r\n                \"registrationNumber\": \"20BCE0200\"\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fdf0fc85ded065d81796690\",\r\n                \"name\": \"ALKA RANI\",\r\n                \"email\": \"alka.rani2019@vitstudent.ac.in\",\r\n                \"registrationNumber\": \"19BCI0004\",\r\n                \"mobileNumber\": 9334715658\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe6e5b7edd9ca54f8556ddf\",\r\n                \"name\": \"SHAINA AGARWAL\",\r\n                \"email\": \"shaina.agarwal2019@vitstudent.ac.in\",\r\n                \"mobileNumber\": 9127132774,\r\n                \"registrationNumber\": \"19BCE2214\"\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe49658c56ca72f5dfb12ff\",\r\n                \"name\": \"YASHVI HIMANSHU GAGLANI\",\r\n                \"email\": \"yashvihimanshu.gaglani2019@vitstudent.ac.in\",\r\n                \"mobileNumber\": 9789902608,\r\n                \"registrationNumber\": \"19BCT0250\"\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe36b7c5efe53104d166d54\",\r\n                \"name\": \"SHAMBHAVI SINGH\",\r\n                \"email\": \"shambhavi.singh2019@vitstudent.ac.in\",\r\n                \"mobileNumber\": 9150471122,\r\n                \"registrationNumber\": \"19BCE0749\"\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe371005efe53104d166de3\",\r\n                \"name\": \"PAVITRA GOYAL\",\r\n                \"email\": \"pavitra.goyal2019@vitstudent.ac.in\",\r\n                \"mobileNumber\": 7599118499,\r\n                \"registrationNumber\": null\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe54eeaedd9ca54f855350e\",\r\n                \"name\": \"BASINA LIKITH\",\r\n                \"email\": \"basinalikith.viswanath2019@vitstudent.ac.in\",\r\n                \"mobileNumber\": 8008905428,\r\n                \"registrationNumber\": \"19BBS0046\"\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe56410edd9ca54f855369b\",\r\n                \"name\": \"Hrishikesh Magadum\",\r\n                \"email\": \"hrishikesh.magadum2019@vitstudent.ac.in\",\r\n                \"mobileNumber\": 8355842165,\r\n                \"registrationNumber\": \"19BDS0165\"\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fdf74d8f6cf88083344d64b\",\r\n                \"name\": \"DINESH B\",\r\n                \"email\": \"dineshb.s2019@vitstudent.ac.in\",\r\n                \"registrationNumber\": \"S\"\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe34a3b5efe53104d1669c0\",\r\n                \"name\": \"Tanay Raj\",\r\n                \"email\": \"tanay.raj2019@vitstudent.ac.in\",\r\n                \"mobileNumber\": 9503614780,\r\n                \"registrationNumber\": \"19BBS0018\"\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe35a6c5efe53104d166b99\",\r\n                \"name\": \"Prathmesh Bhalekar\",\r\n                \"email\": \"prathmesh.pravin2019@vitstudent.ac.in\",\r\n                \"mobileNumber\": 8425843710,\r\n                \"registrationNumber\": null\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe34e355efe53104d166a5e\",\r\n                \"name\": \"Sudhanshu Gupta\",\r\n                \"email\": \"sudhanshu.gupta2019a@vitstudent.ac.in\",\r\n                \"mobileNumber\": 918804568378,\r\n                \"registrationNumber\": \"19BCE2674\"\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe38b015efe53104d1670c0\",\r\n                \"name\": \"VISHAL WADHWANI\",\r\n                \"email\": \"vishal.wadhwani2019@vitstudent.ac.in\",\r\n                \"mobileNumber\": 7976646063,\r\n                \"registrationNumber\": \"19BCI0200\"\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe38afd5efe53104d1670bf\",\r\n                \"name\": \"RIYA KUMAR\",\r\n                \"email\": \"riya.kumar2019@vitstudent.ac.in\",\r\n                \"mobileNumber\": 9958439205,\r\n                \"registrationNumber\": null\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fdfd1a3f6cf88083344d74e\",\r\n                \"name\": \"ANSH SHARMA\",\r\n                \"email\": \"ansh.sharma2019@vitstudent.ac.in\",\r\n                \"registrationNumber\": \"19BCI0025\",\r\n                \"mobileNumber\": 9920172209\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe0a5a30801de43ddf6c868\",\r\n                \"name\": \"Chinmay Sai Vemuri\",\r\n                \"email\": \"chinmaysai.vemuri2019@vitstudent.ac.in\",\r\n                \"registrationNumber\": \"19BCE0901\",\r\n                \"mobileNumber\": 7016557417\r\n            },\r\n            \"remark\": \"\"\r\n        },\r\n        {\r\n            \"studentId\": {\r\n                \"_id\": \"5fe0a5a30801de43ddf6c868\",\r\n                \"name\": \"Chinmay Sai Vemuri\",\r\n                \"email\": \"ishan.gupta2018@vitstudent.ac.in\",\r\n                \"registrationNumber\": \"19BCE0901\",\r\n                \"mobileNumber\": 7016557417\r\n            },\r\n            \"remark\": \"\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/dev/sendShortlistEmail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Date","value":"Sun, 27 Dec 2020 00:12:23 GMT"},{"key":"X-RateLimit-Reset","value":"1609027997"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, auth-token"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"18"},{"key":"ETag","value":"W/\"12-9iu4AKdHL/c3AuVJ1A3zMwGplYo\""},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Done\"\n}"}],"_postman_id":"062470fd-5af3-467e-a07d-b2a49e02fe3c"}],"id":"e9a3bb5b-e7b7-4118-9ed2-dbcbb547286e","_postman_id":"e9a3bb5b-e7b7-4118-9ed2-dbcbb547286e","description":""}]}