Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "data": {
- "answer": [
- {
- "id": 7,
- "user": {
- "id": 15,
- "username": "hendersontommy@example.com",
- "email": "hendersontommy@example.com",
- "lms_role": "Student",
- "employee_id": null,
- "employee_name": null,
- "sex": null,
- "phone_number": null,
- "company_name": null,
- "departement": null,
- "position": null,
- "location": null,
- "profile_pic": "http://localhost:8000/profile_pic/default.png"
- },
- "question": "Ini pertanyaan pertama",
- "test": "Test Basic",
- "selected_answer": {
- "id": 1,
- "name": "A. Jawaban benar"
- },
- "created_at": "2023-06-06T14:15:13.821137Z",
- "updated_at": "2023-06-07T01:46:28.027140Z",
- "text_answer": null,
- "is_correct": true,
- "score": 0
- },
- {
- "id": 8,
- "user": {
- "id": 15,
- "username": "hendersontommy@example.com",
- "email": "hendersontommy@example.com",
- "lms_role": "Student",
- "employee_id": null,
- "employee_name": null,
- "sex": null,
- "phone_number": null,
- "company_name": null,
- "departement": null,
- "position": null,
- "location": null,
- "profile_pic": "http://localhost:8000/profile_pic/default.png"
- },
- "question": "Ini pertanyaan pertama",
- "test": "Test Basic",
- "selected_answer": {
- "id": 1,
- "name": "A. Jawaban benar"
- },
- "created_at": "2023-06-06T14:30:20.739875Z",
- "updated_at": "2023-06-07T01:47:39.962396Z",
- "text_answer": null,
- "is_correct": true,
- "score": 0
- },
- {
- "id": 9,
- "user": {
- "id": 15,
- "username": "hendersontommy@example.com",
- "email": "hendersontommy@example.com",
- "lms_role": "Student",
- "employee_id": null,
- "employee_name": null,
- "sex": null,
- "phone_number": null,
- "company_name": null,
- "departement": null,
- "position": null,
- "location": null,
- "profile_pic": "http://localhost:8000/profile_pic/default.png"
- },
- "question": "Ini pertanyaan pertama",
- "test": "Test Basic",
- "selected_answer": {
- "id": 2,
- "name": "B. Jawaban Salah"
- },
- "created_at": "2023-06-06T14:35:49.444775Z",
- "updated_at": "2023-06-07T01:52:46.457075Z",
- "text_answer": null,
- "is_correct": false,
- "score": 0
- }
- ],
- "jawaban_benar": 2,
- "jawaban_salah": 1,
- "average_approval": "70%",
- "is_passed": false
- },
- "message": "Success",
- "status": 200,
- "success": true
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement