Advertisement
keselyoleren

Untitled

Jun 5th, 2023
703
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 5.74 KB | None | 0 0
  1. {
  2.     "data": {
  3.         "pre_test": [
  4.             {
  5.                 "id": 32,
  6.                 "title": "Pretest for python",
  7.                 "summary": "Pretest for python",
  8.                 "type_question": "select",
  9.                 "questions": [
  10.                     {
  11.                         "id": 38,
  12.                         "items": [
  13.                             {
  14.                                 "name": "sort"
  15.                             },
  16.                             {
  17.                                 "name": "sorted"
  18.                             },
  19.                             {
  20.                                 "name": "order"
  21.                             }
  22.                         ],
  23.                         "question": "Which of the following is an example of a Python built-in function for sorting a list?"
  24.                     },
  25.                     {
  26.                         "id": 39,
  27.                         "items": [
  28.                             {
  29.                                 "name": "String"
  30.                             },
  31.                             {
  32.                                 "name": "Dictionary"
  33.                             },
  34.                             {
  35.                                 "name": "List"
  36.                             }
  37.                         ],
  38.                         "question": "Which of the following is a built-in data type in Python?"
  39.                     },
  40.                     {
  41.                         "id": 40,
  42.                         "items": [
  43.                             {
  44.                                 "name": "Paris"
  45.                             },
  46.                             {
  47.                                 "name": "Londonn"
  48.                             },
  49.                             {
  50.                                 "name": "Us"
  51.                             }
  52.                         ],
  53.                         "question": "What is the capital of France?"
  54.                     }
  55.                 ]
  56.             }
  57.         ],
  58.         "session": [
  59.             {
  60.                 "id": 2,
  61.                 "course": 1,
  62.                 "name": "Chapter 1",
  63.                 "lessons": [
  64.                     {
  65.                         "id": 51,
  66.                         "name": "Python Basic",
  67.                         "video_source": "Other resource",
  68.                         "video": {
  69.                             "id": 30,
  70.                             "file_path": "http://localhost:8000/media/file_content/How_to_Learn_Python_FAST_with_ChatGPT_.mp4",
  71.                             "file": "/media/file_content/How_to_Learn_Python_FAST_with_ChatGPT_.mp4",
  72.                             "meta": {
  73.                                 "duration": 484.65
  74.                             }
  75.                         },
  76.                         "video_url": null,
  77.                         "document": null,
  78.                         "is_complate": true
  79.                     },
  80.                     {
  81.                         "id": 52,
  82.                         "name": "Tips python",
  83.                         "video_source": "Other resource",
  84.                         "video": {
  85.                             "id": 31,
  86.                             "file_path": "http://localhost:8000/media/file_content/Advanced_Dictionaries__defaultdict_in_Python.mp4",
  87.                             "file": "/media/file_content/Advanced_Dictionaries__defaultdict_in_Python.mp4",
  88.                             "meta": {
  89.                                 "duration": 791.57
  90.                             }
  91.                         },
  92.                         "video_url": null,
  93.                         "document": null,
  94.                         "is_complate": null
  95.                     },
  96.                     {
  97.                         "id": 54,
  98.                         "name": "Python Books",
  99.                         "video_source": "Other resource",
  100.                         "video": null,
  101.                         "video_url": null,
  102.                         "document": {
  103.                             "id": 13,
  104.                             "file_path": "http://localhost:8000/get_pdf/13/",
  105.                             "file": "/media/file_content/PythonNotesForProfessionals_1.pdf"
  106.                         },
  107.                         "is_complate": null
  108.                     }
  109.                 ],
  110.                 "total_video": 2,
  111.                 "total_document": 1,
  112.                 "quiz": [
  113.                     {
  114.                         "id": 33,
  115.                         "title": "Quiz 1",
  116.                         "summary": "Quiz 1",
  117.                         "type_question": "select",
  118.                         "questions": [
  119.                             {
  120.                                 "id": 41,
  121.                                 "items": [
  122.                                     {
  123.                                         "name": "Python"
  124.                                     },
  125.                                     {
  126.                                         "name": "Html"
  127.                                     },
  128.                                     {
  129.                                         "name": "CSS"
  130.                                     }
  131.                                 ],
  132.                                 "question": "Which of the following is a programming language?"
  133.                             },
  134.                             {
  135.                                 "id": 42,
  136.                                 "items": [
  137.                                     {
  138.                                         "name": "a) file = open('data.txt', 'r')"
  139.                                     },
  140.                                     {
  141.                                         "name": "a) file = open('data.txt', 'w')"
  142.                                     },
  143.                                     {
  144.                                         "name": "a) file = open('data.txt', 'x')"
  145.                                     }
  146.                                 ],
  147.                                 "question": "Which of the following is a correct way to open a file named data.txt in Python for writing"
  148.                             }
  149.                         ]
  150.                     }
  151.                 ]
  152.             },
  153.             {
  154.                 "id": 3,
  155.                 "course": 1,
  156.                 "name": "Chapter 2",
  157.                 "lessons": [
  158.                     {
  159.                         "id": 55,
  160.                         "name": "Document",
  161.                         "video_source": "Other resource",
  162.                         "video": null,
  163.                         "video_url": null,
  164.                         "document": {
  165.                             "id": 13,
  166.                             "file_path": "http://localhost:8000/get_pdf/13/",
  167.                             "file": "/media/file_content/PythonNotesForProfessionals_1.pdf"
  168.                         },
  169.                         "is_complate": null
  170.                     }
  171.                 ],
  172.                 "total_video": 0,
  173.                 "total_document": 1,
  174.                 "quiz": [
  175.                     {
  176.                         "id": 34,
  177.                         "title": "Quiz 2",
  178.                         "summary": "Quiz 2",
  179.                         "type_question": "select",
  180.                         "questions": [
  181.                             {
  182.                                 "id": 43,
  183.                                 "items": [
  184.                                     {
  185.                                         "name": "a) file = open('data.txt', 'r')"
  186.                                     },
  187.                                     {
  188.                                         "name": "a) file = open('data.txt', 'w')"
  189.                                     },
  190.                                     {
  191.                                         "name": "a) file = open('data.txt', 'x')"
  192.                                     }
  193.                                 ],
  194.                                 "question": "Which of the following is a correct way to open a file named data.txt in Python for writing"
  195.                             }
  196.                         ]
  197.                     }
  198.                 ]
  199.             },
  200.             {
  201.                 "id": 53,
  202.                 "course": 1,
  203.                 "name": "Chapter 3",
  204.                 "lessons": [],
  205.                 "total_video": 0,
  206.                 "total_document": 0,
  207.                 "quiz": [
  208.                     {
  209.                         "id": 35,
  210.                         "title": "FInal test",
  211.                         "summary": "final test",
  212.                         "type_question": "select",
  213.                         "questions": [
  214.                             {
  215.                                 "id": 44,
  216.                                 "items": [
  217.                                     {
  218.                                         "name": "a) file = open('data.txt', 'r')"
  219.                                     },
  220.                                     {
  221.                                         "name": "a) file = open('data.txt', 'w')"
  222.                                     },
  223.                                     {
  224.                                         "name": "a) file = open('data.txt', 'x')"
  225.                                     }
  226.                                 ],
  227.                                 "question": "Which of the following is a correct way to open a file named data.txt in Python for writing"
  228.                             }
  229.                         ]
  230.                     }
  231.                 ]
  232.             }
  233.         ],
  234.         "fina_test": [
  235.             {
  236.                 "id": 35,
  237.                 "title": "FInal test",
  238.                 "summary": "final test",
  239.                 "type_question": "select",
  240.                 "questions": [
  241.                     {
  242.                         "id": 44,
  243.                         "items": [
  244.                             {
  245.                                 "name": "a) file = open('data.txt', 'r')"
  246.                             },
  247.                             {
  248.                                 "name": "a) file = open('data.txt', 'w')"
  249.                             },
  250.                             {
  251.                                 "name": "a) file = open('data.txt', 'x')"
  252.                             }
  253.                         ],
  254.                         "question": "Which of the following is a correct way to open a file named data.txt in Python for writing"
  255.                     }
  256.                 ]
  257.             }
  258.         ]
  259.     },
  260.     "message": "Success",
  261.     "status": 200,
  262.     "success": true
  263. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement