Advertisement
shubhamgoyal

Untitled

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