Advertisement
dewthossapol

testbook

Jan 9th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.74 KB | None | 0 0
  1. "pretest_slug": "toeic",
  2. "package_slug": "full_test",
  3. "answer": [["A"], ["A", "B"]],
  4. "time_spent": 10, // seconds
  5. "sections": [
  6.   {
  7.     "section_name": "Listening",
  8.     "section_slug": "listening",
  9.     "total_score": "495.00",
  10.     "is_auto_play": true,
  11.     "question_count_total": 6,
  12.     "parts": [
  13.       {
  14.         "part_name": "Image",
  15.         "part_slug": "listening_image",
  16.         "media": "http://localhost:8000/media_1.mp4",
  17.         "example_html": "<html></html>",
  18.         "part_direction": "<html></html>",
  19.         "question_group": [
  20.           {
  21.             "question_caption": "what ?",
  22.             "question_html": "<html></html>",
  23.             "question_count": 1,
  24.           },
  25.           {
  26.             "question_caption": "why ?",
  27.             "question_html": "<html></html>",
  28.             "question_count": 2,
  29.           }
  30.         ]
  31.       },
  32.       {
  33.         "part_name": "True/False",
  34.         "part_slug": "listening_tf",
  35.         "media": "http://localhost:8000/media_2.mp4",
  36.         "example_html": "<html></html>",
  37.         "part_direction": "<html></html>",
  38.         "question_group": [
  39.           {
  40.             "question_caption": "what ?",
  41.             "question_html": "<html></html>",
  42.             "question_count": 1,
  43.           },
  44.           {
  45.             "question_caption": "why ?",
  46.             "question_html": "<html></html>",
  47.             "question_count": 2,
  48.           }
  49.         ]
  50.       }
  51.     ]
  52.   },
  53.   {
  54.     "section_name": "Reading",
  55.     "section_slug": "reading",
  56.     "total_score": "495.00",
  57.     "is_auto_play": false,
  58.     "question_count_total": 6,
  59.     "parts": [
  60.       {
  61.         "part_name": "Passage",
  62.         "part_slug": "listening_passage",
  63.         "media": "http://localhost:8000/media_3.mp4",
  64.         "example_html": "<html></html>",
  65.         "part_direction": "<html></html>",
  66.         "question_group": [
  67.           {
  68.             "question_caption": "what ?",
  69.             "question_html": "<html></html>",
  70.             "question_count": 1,
  71.           },
  72.           {
  73.             "question_caption": "why ?",
  74.             "question_html": "<html></html>",
  75.             "question_count": 2,
  76.           }
  77.         ]
  78.       },
  79.       {
  80.         "part_name": "Grammar",
  81.         "part_slug": "listening_grammar",
  82.         "media": "http://localhost:8000/media_4.mp4",
  83.         "example_html": "<html></html>",
  84.         "part_direction": "<html></html>",
  85.         "question_group": [
  86.           {
  87.             "question_caption": "what ?",
  88.             "question_html": "<html></html>",
  89.             "question_count": 1,
  90.           },
  91.           {
  92.             "question_caption": "why ?",
  93.             "question_html": "<html></html>",
  94.             "question_count": 2,
  95.           }
  96.         ]
  97.       }
  98.     ]
  99.   }
  100. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement