{"info":{"_postman_id":"d67f2d23-648f-4d11-94b2-c7e1ff7d9fb4","name":"quizes","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"5287012","collectionId":"d67f2d23-648f-4d11-94b2-c7e1ff7d9fb4","publishedId":"RWgjZMU4","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-09-28T15:12:46.000Z"},"item":[{"name":"Create New Student","id":"456ca96e-cf05-496e-b327-1fe29151bade","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"username\": \"harunwols\",\n\t\"password\": \"123456\",\n\t\"full_name\": \"harun nur rasyid\",\n\t\"phone_number\": \"081234567890\",\n\t\"address\": \"jl. jalan doank\",\n\t\"age\": 21\n}"},"url":"192.168.99.100:8080/users/students","urlObject":{"port":"8080","path":["users","students"],"host":["192","168","99","100"],"query":[],"variable":[]}},"response":[],"_postman_id":"456ca96e-cf05-496e-b327-1fe29151bade"},{"name":"Create New Admin","id":"ce7921f3-7482-4320-909a-d46b592eb59a","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"username\": \"otoykadut\",\n\t\"password\": \"123456\",\n\t\"full_name\": \"otoy uler kadut\",\n\t\"address\": \"jl. jalan mulu\",\n\t\"age\": 24\n}"},"url":"192.168.99.100:8080/users/admins","urlObject":{"port":"8080","path":["users","admins"],"host":["192","168","99","100"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce7921f3-7482-4320-909a-d46b592eb59a"},{"name":"Create New Exam","id":"22f77238-6202-4698-b6e9-a7be17af3656","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"math exams\",\n\t\"wrong_answer_weighted\": -2,\n\t\"right_answer_weighted\": 4,\n\t\"duration_limit\": 10\n}"},"url":"192.168.99.100:8080/users/admins/exams","urlObject":{"port":"8080","path":["users","admins","exams"],"host":["192","168","99","100"],"query":[],"variable":[]}},"response":[],"_postman_id":"22f77238-6202-4698-b6e9-a7be17af3656"},{"name":"Create New Question","id":"523fba60-1ecb-49f3-83ba-04dfc2cebcb2","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"exam_id\": \"80bf53ea-4e5e-4bc3-95c8-b2aa3abd04c2\",\n\t\"text\": \"siapa nama ibu budi?\"\n}"},"url":"192.168.99.100:8080/users/admins/exams/questions","urlObject":{"port":"8080","path":["users","admins","exams","questions"],"host":["192","168","99","100"],"query":[],"variable":[]}},"response":[],"_postman_id":"523fba60-1ecb-49f3-83ba-04dfc2cebcb2"},{"name":"Create New Choice","id":"09198363-4bd5-4fed-8c6b-284eb016e6f6","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"exam_id\": \"80bf53ea-4e5e-4bc3-95c8-b2aa3abd04c2\",\n\t\"question_id\": \"5a4880f3-023e-4754-8615-ea8dbcb1f2fe\",\n\t\"text\": \"anton\",\n\t\"is_correct\": true\n}"},"url":"192.168.99.100:8080/users/admins/exams/questions/choices","urlObject":{"port":"8080","path":["users","admins","exams","questions","choices"],"host":["192","168","99","100"],"query":[],"variable":[]}},"response":[],"_postman_id":"09198363-4bd5-4fed-8c6b-284eb016e6f6"},{"name":"Create New Attemp","id":"c3ec2cbe-0992-47ab-b40c-66e7af195bd0","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"user_id\": \"21978cc1-1b22-490e-a7c6-60387d61fdd0\",\n\t\"exam_id\": \"80bf53ea-4e5e-4bc3-95c8-b2aa3abd04c2\"\n}"},"url":"192.168.99.100:8080/users/students/attempts","urlObject":{"port":"8080","path":["users","students","attempts"],"host":["192","168","99","100"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3ec2cbe-0992-47ab-b40c-66e7af195bd0"},{"name":"Create New UserAnswer","id":"1c5dc959-f9b7-4828-b2bf-78061cbc248a","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"user_id\": \"21978cc1-1b22-490e-a7c6-60387d61fdd0\",\n\t\"exam_id\": \"80bf53ea-4e5e-4bc3-95c8-b2aa3abd04c2\",\n\t\"question_id\": \"5a4880f3-023e-4754-8615-ea8dbcb1f2fe\",\n\t\"choice_id\": \"2921791f-b272-450b-93a3-cd05eb8ef14e\",\n\t\"attempt_id\": \"582870ac-a92b-4246-85b7-6b786e131ce5\"\n}"},"url":"192.168.99.100:8080/users/students/attempts/user-answers","urlObject":{"port":"8080","path":["users","students","attempts","user-answers"],"host":["192","168","99","100"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c5dc959-f9b7-4828-b2bf-78061cbc248a"},{"name":"Get List Student","id":"97f5c3f4-16e3-4b78-8694-cdfa0a8da0a8","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"192.168.99.100:8080/users/students","urlObject":{"port":"8080","path":["users","students"],"host":["192","168","99","100"],"query":[],"variable":[]}},"response":[],"_postman_id":"97f5c3f4-16e3-4b78-8694-cdfa0a8da0a8"},{"name":"Get List Admin","id":"7fc3e6cc-25b8-44c1-8c9b-428976c1b9c2","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"192.168.99.100:8080/users/admins","urlObject":{"port":"8080","path":["users","admins"],"host":["192","168","99","100"],"query":[],"variable":[]}},"response":[],"_postman_id":"7fc3e6cc-25b8-44c1-8c9b-428976c1b9c2"},{"name":"Get List Exam","id":"53a0106b-28c6-4385-b8fe-66b56d3efee7","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"192.168.99.100:8080/exams","urlObject":{"port":"8080","path":["exams"],"host":["192","168","99","100"],"query":[],"variable":[]}},"response":[],"_postman_id":"53a0106b-28c6-4385-b8fe-66b56d3efee7"},{"name":"Get Detail Exam","id":"6b253434-1209-4c63-8d35-098435de8e2a","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"192.168.99.100:8080/exams/1c6459cf-5400-4877-b6a4-e358d02084dc","urlObject":{"port":"8080","path":["exams","1c6459cf-5400-4877-b6a4-e358d02084dc"],"host":["192","168","99","100"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b253434-1209-4c63-8d35-098435de8e2a"},{"name":"Get Detail Submission","id":"14adb6c4-51f6-49c6-8226-30328cfbb33a","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"192.168.99.100:8080/users/students/49911cbc-4bef-4f75-bcac-80846bd2ec7b/exams/c387bb81-6a0f-4697-a13c-84dc5b8a615d/attempts/243546d0-5d6b-49a6-a57c-2912fc6aae50/submissions","urlObject":{"port":"8080","path":["users","students","49911cbc-4bef-4f75-bcac-80846bd2ec7b","exams","c387bb81-6a0f-4697-a13c-84dc5b8a615d","attempts","243546d0-5d6b-49a6-a57c-2912fc6aae50","submissions"],"host":["192","168","99","100"],"query":[],"variable":[]}},"response":[],"_postman_id":"14adb6c4-51f6-49c6-8226-30328cfbb33a"},{"name":"Create Submission","id":"43515fd8-47bd-4125-be94-249e36150f36","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"user_id\": \"49911cbc-4bef-4f75-bcac-80846bd2ec7b\",\n\t\"exam_id\": \"c387bb81-6a0f-4697-a13c-84dc5b8a615d\",\n\t\"attempt_id\": \"243546d0-5d6b-49a6-a57c-2912fc6aae50\"\n}"},"url":"192.168.99.100:8080/users/students/exams/attempts/submissions","urlObject":{"port":"8080","path":["users","students","exams","attempts","submissions"],"host":["192","168","99","100"],"query":[],"variable":[]}},"response":[],"_postman_id":"43515fd8-47bd-4125-be94-249e36150f36"},{"name":"Get List Rank","id":"8f4e8573-5b78-4e79-9f87-28ad83cbfdfd","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"192.168.99.100:8080/exams/fa446693-07c5-4574-ba7c-ab81bf3bb7cf/submissions","urlObject":{"port":"8080","path":["exams","fa446693-07c5-4574-ba7c-ab81bf3bb7cf","submissions"],"host":["192","168","99","100"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f4e8573-5b78-4e79-9f87-28ad83cbfdfd"}]}