Advertisement
shubhamgoyal

Untitled

Apr 15th, 2019
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. [
  2. {
  3. model: "users.user",
  4. pk: 15,
  5. fields: {
  6. password: "pbkdf2_sha256$120000$xKVoUzBvBSjL$kuYKV73rj1pedyMV+vtA59KTMhfccfr55tZnbaPljJM=",
  7. last_login: "2019-02-26T08:22:19.970Z",
  8. is_superuser: false,
  9. username: "[email protected]",
  10. first_name: null,
  11. last_name: null,
  12. is_staff: false,
  13. is_active: true,
  14. date_joined: "2019-02-26T08:22:19.970Z",
  15. jwt_token: "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjpudWxsLCJ1c2VybmFtZSI6InRlc3RAdGVzdC5jb20tY2VyZWJyeSIsImV4cCI6MTU1MTE2OTYzOSwiZW1haWwiOiIifQ.xMMG9ikl4XlSV3Cvy8gvLL6oKebuBedtlccwxmNNzAY",
  16. provider_name: "cerebry",
  17. provider_id: "123",
  18. mode: "web",
  19. phone_number: null,
  20. device_token: null,
  21. metadata: { },
  22. groups: [ ],
  23. user_permissions: [ ]
  24. }
  25. },
  26. {
  27. model: "questions.topic",
  28. pk: 31,
  29. fields: {
  30. display_name: "Quadratic Equation1",
  31. prolog_key: "quadratic_equation1",
  32. sub_topic_count: 12,
  33. created_at: "2018-11-29T11:57:44.908Z",
  34. updated_at: "2019-01-12T12:53:08.074Z",
  35. is_active: true
  36. }
  37. },
  38. {
  39. model: "questions.subtopic",
  40. pk: 259,
  41. fields: {
  42. display_name: "Check Quad Eqn",
  43. prolog_key: "check_quad_eqn",
  44. topic: 31,
  45. qt_count: 1,
  46. created_at: "2018-11-29T11:57:44.917Z",
  47. updated_at: "2019-01-12T12:47:47.973Z",
  48. is_active: true
  49. }
  50. },
  51. {
  52. model: "questions.questiontype",
  53. pk: 692,
  54. fields: {
  55. display_name: "Given Complex Expression Check Quad Eqn",
  56. prolog_key: "given_complex_expression_check_quad_eqn",
  57. sub_topic: 259,
  58. ct_count: 1,
  59. created_at: "2018-11-29T11:57:44.928Z",
  60. updated_at: "2019-01-12T12:47:47.992Z",
  61. is_init: true,
  62. is_active: true,
  63. next_question_type: null
  64. }
  65. },
  66. {
  67. model: "questions.topiclevel",
  68. pk: 1,
  69. fields: {
  70. display_name: "easy",
  71. prolog_key: "capable",
  72. created_at: "2018-09-08T09:12:05.124Z",
  73. updated_at: "2018-12-20T11:00:22.085Z",
  74. is_init: true,
  75. ct_count: 0,
  76. level_completed_message: "Level clear! Start the next level to get stronger on this topic.",
  77. next_level: 3
  78. }
  79. },
  80. {
  81. model: "questions.topiclevel",
  82. pk: 2,
  83. fields: {
  84. display_name: "hard",
  85. prolog_key: "dg",
  86. created_at: "2018-09-08T09:12:26.552Z",
  87. updated_at: "2018-12-20T09:41:09.765Z",
  88. is_init: false,
  89. ct_count: 0,
  90. level_completed_message: "Woo Hoo level clear! Those were some hard problems you solved. Nothing more on this topic, time to move to another topic.",
  91. next_level: null
  92. }
  93. },
  94. {
  95. model: "questions.topiclevel",
  96. pk: 3,
  97. fields: {
  98. display_name: "medium",
  99. prolog_key: "strong",
  100. created_at: "2018-09-08T09:12:50.547Z",
  101. updated_at: "2018-12-20T11:00:15.765Z",
  102. is_init: false,
  103. ct_count: 0,
  104. level_completed_message: "Smashed it! Only one level to go before you can officially claim to be pro at this topic.",
  105. next_level: 2
  106. }
  107. },
  108. {
  109. model: "questions.configtype",
  110. pk: 1387,
  111. fields: {
  112. display_name: "Given Complex Expression Check Quad Eqn",
  113. prolog_key: "given_complex_expression_check_quad_eqn",
  114. question_type: 692,
  115. topic_level: 3,
  116. next_config: null,
  117. created_at: "2018-11-29T11:57:45.394Z",
  118. updated_at: "2019-01-12T12:47:48.421Z",
  119. is_init: true,
  120. need_headless_browser: false,
  121. is_broken_down_specific: true,
  122. is_active: true,
  123. fast_time_limit: 2000
  124. }
  125. }
  126. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement