Vedroid36
4/8/2018 - 2:24 PM

Task_TESTS_response.json

[
  {
    "coins": 0,
    "description": "string",
    "id": 0,
    
    "name": "string",
    "points": 0,
    
    "taskType": "TEST",
    
    "testData": [
      {
       "id": 0,
        "question": "string",
        "questionType": "ONE_CORRECT",
        
        "answers": [
          {
            "code": 0,
            "text": "string"
          }
        ]
        
      }
    ],
    
    "images": [
      {
        "id": 0,
        "metadata": "string",
        "url": "string"
      }
    ]
    
  }
]