Advertisement
keselyoleren

Untitled

Jun 5th, 2023
748
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 7.17 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.                         "quiz": [
  80.                             {
  81.                                 "id": 33,
  82.                                 "title": "Quiz 1",
  83.                                 "summary": "Quiz 1",
  84.                                 "type_question": "select",
  85.                                 "questions": [
  86.                                     {
  87.                                         "id": 41,
  88.                                         "items": [
  89.                                             {
  90.                                                 "name": "Python"
  91.                                             },
  92.                                             {
  93.                                                 "name": "Html"
  94.                                             },
  95.                                             {
  96.                                                 "name": "CSS"
  97.                                             }
  98.                                         ],
  99.                                         "question": "Which of the following is a programming language?"
  100.                                     },
  101.                                     {
  102.                                         "id": 42,
  103.                                         "items": [
  104.                                             {
  105.                                                 "name": "a) file = open('data.txt', 'r')"
  106.                                             },
  107.                                             {
  108.                                                 "name": "a) file = open('data.txt', 'w')"
  109.                                             },
  110.                                             {
  111.                                                 "name": "a) file = open('data.txt', 'x')"
  112.                                             }
  113.                                         ],
  114.                                         "question": "Which of the following is a correct way to open a file named data.txt in Python for writing"
  115.                                     }
  116.                                 ]
  117.                             }
  118.                         ]
  119.                     },
  120.                     {
  121.                         "id": 52,
  122.                         "name": "Tips python",
  123.                         "video_source": "Other resource",
  124.                         "video": {
  125.                             "id": 31,
  126.                             "file_path": "http://localhost:8000/media/file_content/Advanced_Dictionaries__defaultdict_in_Python.mp4",
  127.                             "file": "/media/file_content/Advanced_Dictionaries__defaultdict_in_Python.mp4",
  128.                             "meta": {
  129.                                 "duration": 791.57
  130.                             }
  131.                         },
  132.                         "video_url": null,
  133.                         "document": null,
  134.                         "is_complate": null,
  135.                         "quiz": [
  136.                             {
  137.                                 "id": 33,
  138.                                 "title": "Quiz 1",
  139.                                 "summary": "Quiz 1",
  140.                                 "type_question": "select",
  141.                                 "questions": [
  142.                                     {
  143.                                         "id": 41,
  144.                                         "items": [
  145.                                             {
  146.                                                 "name": "Python"
  147.                                             },
  148.                                             {
  149.                                                 "name": "Html"
  150.                                             },
  151.                                             {
  152.                                                 "name": "CSS"
  153.                                             }
  154.                                         ],
  155.                                         "question": "Which of the following is a programming language?"
  156.                                     },
  157.                                     {
  158.                                         "id": 42,
  159.                                         "items": [
  160.                                             {
  161.                                                 "name": "a) file = open('data.txt', 'r')"
  162.                                             },
  163.                                             {
  164.                                                 "name": "a) file = open('data.txt', 'w')"
  165.                                             },
  166.                                             {
  167.                                                 "name": "a) file = open('data.txt', 'x')"
  168.                                             }
  169.                                         ],
  170.                                         "question": "Which of the following is a correct way to open a file named data.txt in Python for writing"
  171.                                     }
  172.                                 ]
  173.                             }
  174.                         ]
  175.                     },
  176.                     {
  177.                         "id": 54,
  178.                         "name": "Python Books",
  179.                         "video_source": "Other resource",
  180.                         "video": null,
  181.                         "video_url": null,
  182.                         "document": {
  183.                             "id": 13,
  184.                             "file_path": "http://localhost:8000/get_pdf/13/",
  185.                             "file": "/media/file_content/PythonNotesForProfessionals_1.pdf"
  186.                         },
  187.                         "is_complate": null,
  188.                         "quiz": [
  189.                             {
  190.                                 "id": 33,
  191.                                 "title": "Quiz 1",
  192.                                 "summary": "Quiz 1",
  193.                                 "type_question": "select",
  194.                                 "questions": [
  195.                                     {
  196.                                         "id": 41,
  197.                                         "items": [
  198.                                             {
  199.                                                 "name": "Python"
  200.                                             },
  201.                                             {
  202.                                                 "name": "Html"
  203.                                             },
  204.                                             {
  205.                                                 "name": "CSS"
  206.                                             }
  207.                                         ],
  208.                                         "question": "Which of the following is a programming language?"
  209.                                     },
  210.                                     {
  211.                                         "id": 42,
  212.                                         "items": [
  213.                                             {
  214.                                                 "name": "a) file = open('data.txt', 'r')"
  215.                                             },
  216.                                             {
  217.                                                 "name": "a) file = open('data.txt', 'w')"
  218.                                             },
  219.                                             {
  220.                                                 "name": "a) file = open('data.txt', 'x')"
  221.                                             }
  222.                                         ],
  223.                                         "question": "Which of the following is a correct way to open a file named data.txt in Python for writing"
  224.                                     }
  225.                                 ]
  226.                             }
  227.                         ]
  228.                     }
  229.                 ],
  230.                 "total_video": 2,
  231.                 "total_document": 1
  232.             },
  233.             {
  234.                 "id": 3,
  235.                 "course": 1,
  236.                 "name": "Chapter 2",
  237.                 "lessons": [
  238.                     {
  239.                         "id": 55,
  240.                         "name": "Document",
  241.                         "video_source": "Other resource",
  242.                         "video": null,
  243.                         "video_url": null,
  244.                         "document": {
  245.                             "id": 13,
  246.                             "file_path": "http://localhost:8000/get_pdf/13/",
  247.                             "file": "/media/file_content/PythonNotesForProfessionals_1.pdf"
  248.                         },
  249.                         "is_complate": null,
  250.                         "quiz": [
  251.                             {
  252.                                 "id": 34,
  253.                                 "title": "Quiz 2",
  254.                                 "summary": "Quiz 2",
  255.                                 "type_question": "select",
  256.                                 "questions": [
  257.                                     {
  258.                                         "id": 43,
  259.                                         "items": [
  260.                                             {
  261.                                                 "name": "a) file = open('data.txt', 'r')"
  262.                                             },
  263.                                             {
  264.                                                 "name": "a) file = open('data.txt', 'w')"
  265.                                             },
  266.                                             {
  267.                                                 "name": "a) file = open('data.txt', 'x')"
  268.                                             }
  269.                                         ],
  270.                                         "question": "Which of the following is a correct way to open a file named data.txt in Python for writing"
  271.                                     }
  272.                                 ]
  273.                             }
  274.                         ]
  275.                     }
  276.                 ],
  277.                 "total_video": 0,
  278.                 "total_document": 1
  279.             },
  280.             {
  281.                 "id": 53,
  282.                 "course": 1,
  283.                 "name": "Chapter 3",
  284.                 "lessons": [],
  285.                 "total_video": 0,
  286.                 "total_document": 0
  287.             }
  288.         ],
  289.         "fina_test": [
  290.             {
  291.                 "id": 35,
  292.                 "title": "FInal test",
  293.                 "summary": "final test",
  294.                 "type_question": "select",
  295.                 "questions": [
  296.                     {
  297.                         "id": 44,
  298.                         "items": [
  299.                             {
  300.                                 "name": "a) file = open('data.txt', 'r')"
  301.                             },
  302.                             {
  303.                                 "name": "a) file = open('data.txt', 'w')"
  304.                             },
  305.                             {
  306.                                 "name": "a) file = open('data.txt', 'x')"
  307.                             }
  308.                         ],
  309.                         "question": "Which of the following is a correct way to open a file named data.txt in Python for writing"
  310.                     }
  311.                 ]
  312.             }
  313.         ]
  314.     },
  315.     "message": "Success",
  316.     "status": 200,
  317.     "success": true
  318. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement