Advertisement
keselyoleren

Untitled

Jun 6th, 2023
1,229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.49 KB | None | 0 0
  1. {
  2.     "data": {
  3.         "answer": [
  4.             {
  5.                 "id": 7,
  6.                 "user": {
  7.                     "id": 15,
  8.                     "username": "hendersontommy@example.com",
  9.                     "email": "hendersontommy@example.com",
  10.                     "lms_role": "Student",
  11.                     "employee_id": null,
  12.                     "employee_name": null,
  13.                     "sex": null,
  14.                     "phone_number": null,
  15.                     "company_name": null,
  16.                     "departement": null,
  17.                     "position": null,
  18.                     "location": null,
  19.                     "profile_pic": "http://localhost:8000/profile_pic/default.png"
  20.                 },
  21.                 "question": "Ini pertanyaan pertama",
  22.                 "test": "Test Basic",
  23.                 "selected_answer": {
  24.                     "id": 1,
  25.                     "name": "A. Jawaban benar"
  26.                 },
  27.                 "created_at": "2023-06-06T14:15:13.821137Z",
  28.                 "updated_at": "2023-06-07T01:46:28.027140Z",
  29.                 "text_answer": null,
  30.                 "is_correct": true,
  31.                 "score": 0
  32.             },
  33.             {
  34.                 "id": 8,
  35.                 "user": {
  36.                     "id": 15,
  37.                     "username": "hendersontommy@example.com",
  38.                     "email": "hendersontommy@example.com",
  39.                     "lms_role": "Student",
  40.                     "employee_id": null,
  41.                     "employee_name": null,
  42.                     "sex": null,
  43.                     "phone_number": null,
  44.                     "company_name": null,
  45.                     "departement": null,
  46.                     "position": null,
  47.                     "location": null,
  48.                     "profile_pic": "http://localhost:8000/profile_pic/default.png"
  49.                 },
  50.                 "question": "Ini pertanyaan pertama",
  51.                 "test": "Test Basic",
  52.                 "selected_answer": {
  53.                     "id": 1,
  54.                     "name": "A. Jawaban benar"
  55.                 },
  56.                 "created_at": "2023-06-06T14:30:20.739875Z",
  57.                 "updated_at": "2023-06-07T01:47:39.962396Z",
  58.                 "text_answer": null,
  59.                 "is_correct": true,
  60.                 "score": 0
  61.             },
  62.             {
  63.                 "id": 9,
  64.                 "user": {
  65.                     "id": 15,
  66.                     "username": "hendersontommy@example.com",
  67.                     "email": "hendersontommy@example.com",
  68.                     "lms_role": "Student",
  69.                     "employee_id": null,
  70.                     "employee_name": null,
  71.                     "sex": null,
  72.                     "phone_number": null,
  73.                     "company_name": null,
  74.                     "departement": null,
  75.                     "position": null,
  76.                     "location": null,
  77.                     "profile_pic": "http://localhost:8000/profile_pic/default.png"
  78.                 },
  79.                 "question": "Ini pertanyaan pertama",
  80.                 "test": "Test Basic",
  81.                 "selected_answer": {
  82.                     "id": 2,
  83.                     "name": "B. Jawaban Salah"
  84.                 },
  85.                 "created_at": "2023-06-06T14:35:49.444775Z",
  86.                 "updated_at": "2023-06-07T01:52:46.457075Z",
  87.                 "text_answer": null,
  88.                 "is_correct": false,
  89.                 "score": 0
  90.             }
  91.         ],
  92.         "jawaban_benar": 2,
  93.         "jawaban_salah": 1,
  94.         "average_approval": "70%",
  95.         "is_passed": false
  96.     },
  97.     "message": "Success",
  98.     "status": 200,
  99.     "success": true
  100. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement